Searched defs:Info (Results 1 – 3 of 3) sorted by relevance
37 struct Info { struct41 Info() : uid(0), handle(0), count(0) { } in Info() argument42 Info(uid_t uid, int handle) : uid(uid), handle(handle), count(0) { } in Info() function
62 struct Info { struct68 Info() : bestBatchParams(-1, -1, -1) {} in Info() argument
43 clang::Diagnostic const &Info) { in HandleDiagnostic()