Home
last modified time | relevance | path

Searched refs:IsPrivate (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOSLog.h62 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 DFormatString.h519 OptionalFlag IsPrivate; // '{private}' variable
532 HasObjCTechnicalTerm("tt"), IsPrivate("private"), IsPublic("public"), in PrintfSpecifier()
562 void setIsPrivate(const char *position) { IsPrivate.setPosition(position); } in setIsPrivate()
604 const OptionalFlag &isPrivate() const { return IsPrivate; } in isPrivate()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOSLog.cpp128 ArgsData.back().Flags |= OSLogBufferItem::IsPrivate; in HandlePrintfSpecifier()
H A DPrintfFormatString.cpp154 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 DCodeView.h488 IsPrivate = 1 << 2, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp255 CV_ENUM_CLASS_ENT(ExportFlags, IsPrivate),
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp479 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 DMinimalSymbolDumper.cpp58 PUSH_FLAG(ExportFlags, IsPrivate, Flags, "private"); in formatExportFlags()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1718 Value *IsPrivate = IRB.CreateCall(AMDGPUAddressPrivate, {Addr}); in instrumentAMDGPUAddress() local
1719 Value *IsSharedOrPrivate = IRB.CreateOr(IsShared, IsPrivate); in instrumentAMDGPUAddress()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3602 IsPrivate = 4, enumerator
3628 Flags |= IsPrivate | IsPrivateOnPath; in initialize()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp16157 CallInst *IsPrivate = Builder.CreateIntrinsic( in emitExpandAtomicRMW() local
16159 Builder.CreateCondBr(IsPrivate, PrivateBB, GlobalBB); in emitExpandAtomicRMW()