Home
last modified time | relevance | path

Searched refs:IsPrivate (Results 1 – 12 of 12) 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.h533 OptionalFlag IsPrivate; // '{private}' variable
546 HasObjCTechnicalTerm("tt"), IsPrivate("private"), IsPublic("public"), in PrintfSpecifier()
576 void setIsPrivate(const char *position) { IsPrivate.setPosition(position); } in setIsPrivate()
618 const OptionalFlag &isPrivate() const { return IsPrivate; } in isPrivate()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOSLog.cpp127 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.h468 IsPrivate = 1 << 2, enumerator
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp467 bool IsPrivate = false; in violatesPrivateInclude() local
472 IsPrivate |= llvm::any_of( in violatesPrivateInclude()
474 assert(IsPrivate && "inconsistent headers and roles"); in violatesPrivateInclude()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp258 CV_ENUM_CLASS_ENT(ExportFlags, IsPrivate),
/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.cpp1868 Value *IsPrivate = IRB.CreateCall(AMDGPUAddressPrivate, {Addr}); in instrumentAMDGPUAddress() local
1869 Value *IsSharedOrPrivate = IRB.CreateOr(IsShared, IsPrivate); in instrumentAMDGPUAddress()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3608 IsPrivate = 4, enumerator
3634 Flags |= IsPrivate | IsPrivateOnPath; in initialize()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp18741 Expr *CopyArrayElem, bool IsPrivate) { in push()
18757 IsPrivateVarReduction.emplace_back(IsPrivate); in push()
18971 bool IsPrivate = false; in actOnOMPReductionKindClause() local
19099 IsPrivate = DVar.CKind != OMPC_shared; in actOnOMPReductionKindClause()
19105 IsPrivate = true; in actOnOMPReductionKindClause()
19592 TempArrayElem.get(), IsPrivate); in actOnOMPReductionKindClause()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp17814 CallInst *IsPrivate = Builder.CreateIntrinsic(Intrinsic::amdgcn_is_private, in emitExpandAtomicAddrSpacePredicate() local
17816 Builder.CreateCondBr(IsPrivate, PrivateBB, GlobalBB); in emitExpandAtomicAddrSpacePredicate()