Searched defs:PrintAll (Results 1 – 7 of 7) sorted by relevance
46 template <typename T> struct PrintAll { struct47 bool operator()(const T &E) { return true; } in operator ()()
31 void DiagnosticInformation::PrintAll( in PrintAll() function in cuttlefish::DiagnosticInformation
23 static cl::opt<bool> PrintAll("print-all-alias-modref-info", cl::ReallyHidden); variable
26 static cl::opt<bool> PrintAll("print-all-alias-modref-info", cl::ReallyHidden); variable
49 template <typename T> struct PrintAll { struct50 bool operator()(const T &E) { return true; } in operator ()()
1511 bool PrintAll = IsDefaultVmcnt && IsDefaultExpcnt && IsDefaultLgkmcnt; in printWaitFlag() local