Searched defs:IsUser (Results 1 – 6 of 6) sorted by relevance
83 unsigned IsUser : 1; variable89 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser, in Make()
101 unsigned IsUser : 1; variable108 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser, in Make()
311 bool llvm::objcarc::IsUser(ARCInstKind Class) { in IsUser() function in llvm::objcarc
330 bool llvm::objcarc::IsUser(ARCInstKind Class) { in IsUser() function in llvm::objcarc
3130 bool IsUser = !strcmp(isl_id_get_name(Id), "user"); in printHostUser() local