Searched refs:IsPrivate (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OSLog.h | 62 IsPrivate = 0x1, enumerator 68 IsSensitive = 0x4 | IsPrivate 84 assert(((Flags == 0) || (Flags == IsPrivate) || (Flags == IsPublic) || in TheKind() 102 bool getIsPrivate() const { return (Flags & IsPrivate) != 0; } in getIsPrivate()
|
H A D | FormatString.h | 532 OptionalFlag IsPrivate; // '{private}' variable 545 HasObjCTechnicalTerm("tt"), IsPrivate("private"), IsPublic("public"), in PrintfSpecifier() 575 void setIsPrivate(const char *position) { IsPrivate.setPosition(position); } in setIsPrivate() 617 const OptionalFlag &isPrivate() const { return IsPrivate; } in isPrivate()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OSLog.cpp | 128 ArgsData.back().Flags |= OSLogBufferItem::IsPrivate; in HandlePrintfSpecifier()
|
H A D | PrintfFormatString.cpp | 154 PrivacyFlags = clang::analyze_os_log::OSLogBufferItem::IsPrivate; in ParsePrintfSpecifier() 177 case clang::analyze_os_log::OSLogBufferItem::IsPrivate: in ParsePrintfSpecifier()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 495 IsPrivate = 1 << 2, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 258 CV_ENUM_CLASS_ENT(ExportFlags, IsPrivate),
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 479 bool IsPrivate = false; in violatesPrivateInclude() local 484 IsPrivate |= llvm::any_of( in violatesPrivateInclude() 486 assert(IsPrivate && "inconsistent headers and roles"); in violatesPrivateInclude()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 58 PUSH_FLAG(ExportFlags, IsPrivate, Flags, "private"); in formatExportFlags()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 1801 Value *IsPrivate = IRB.CreateCall(AMDGPUAddressPrivate, {Addr}); in instrumentAMDGPUAddress() local 1802 Value *IsSharedOrPrivate = IRB.CreateOr(IsShared, IsPrivate); in instrumentAMDGPUAddress()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 3615 IsPrivate = 4, enumerator 3641 Flags |= IsPrivate | IsPrivateOnPath; in initialize()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 16614 CallInst *IsPrivate = Builder.CreateIntrinsic( in emitExpandAtomicRMW() local 16616 Builder.CreateCondBr(IsPrivate, PrivateBB, GlobalBB); in emitExpandAtomicRMW()
|