Home
last modified time | relevance | path

Searched defs:IsUser (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/clang/include/clang/Basic/
H A DDiagnosticIDs.h83 unsigned IsUser : 1; variable
89 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser, in Make()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp311 bool llvm::objcarc::IsUser(ARCInstKind Class) { in IsUser() function in llvm::objcarc
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp310 bool llvm::objcarc::IsUser(ARCInstKind Class) { in IsUser() function in llvm::objcarc
/aosp_15_r20/external/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp330 bool llvm::objcarc::IsUser(ARCInstKind Class) { in IsUser() function in llvm::objcarc
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DDiagnosticIDs.h117 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser, in Make()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DDiagnosticIDs.h119 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser, in Make()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DDiagnosticIDs.h117 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser, in Make()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DDiagnosticIDs.h117 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser, in Make()
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DVhdxHandler.cpp337 bool IsUser() const { return (Flags0 & 1) != 0; } in IsUser() function