Searched defs:PrintAll (Results 1 – 3 of 3) sorted by relevance
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 ()()