Home
last modified time | relevance | path

Searched refs:IsUser (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticIDs.h103 unsigned IsUser : 1; variable
110 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser, in Make() argument
114 Result.IsUser = IsUser; in Make()
125 bool isUser() const { return IsUser; } in isUser()
147 return (IsUser << 7) | (IsPragma << 6) | (HasNoWarningAsError << 5) | in serialize()
153 Result.IsUser = (Bits >> 7) & 1; in deserialize()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DObjCARCInstKind.h59 bool IsUser(ARCInstKind Class);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp310 bool llvm::objcarc::IsUser(ARCInstKind Class) { in IsUser() function in llvm::objcarc
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp3157 bool IsUser = !strcmp(isl_id_get_name(Id), "user"); in printHostUser() local
3162 if (IsUser) { in printHostUser()