Searched defs:PrintAll (Results 1 – 4 of 4) sorted by relevance
46 template <typename T> struct PrintAll { struct47 bool operator()(const T &E) { return true; } in operator ()()
179 void StackDepotBase<Node, kReservedBits, kTabSizeLog>::PrintAll() { PrintAll() function
21 static cl::opt<bool> PrintAll("print-all-alias-modref-info", cl::ReallyHidden); variable
1693 bool PrintAll = IsDefaultVmcnt && IsDefaultExpcnt && IsDefaultLgkmcnt; in printSWaitCnt() local