Searched refs:IsPrivate (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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 | 508 OptionalFlag IsPrivate; // '{private}' variable 521 HasObjCTechnicalTerm("tt"), IsPrivate("private"), IsPublic("public"), in PrintfSpecifier() 551 void setIsPrivate(const char *position) { IsPrivate.setPosition(position); } in setIsPrivate() 593 const OptionalFlag &isPrivate() const { return IsPrivate; } in isPrivate()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | OSLog.cpp | 127 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 480 IsPrivate = 1 << 2, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 251 CV_ENUM_CLASS_ENT(ExportFlags, IsPrivate),
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 454 bool IsPrivate = false; in violatesPrivateInclude() local 459 IsPrivate |= in violatesPrivateInclude() 463 assert(IsPrivate && "inconsistent headers and roles"); in violatesPrivateInclude()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 55 PUSH_FLAG(ExportFlags, IsPrivate, Flags, "private"); in formatExportFlags()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 1709 Value *IsPrivate = IRB.CreateCall(AMDGPUAddressPrivate, {AddrLong}); in instrumentAMDGPUAddress() local 1710 Value *IsSharedOrPrivate = IRB.CreateOr(IsShared, IsPrivate); in instrumentAMDGPUAddress()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 3509 IsPrivate = 4, enumerator 3535 Flags |= IsPrivate | IsPrivateOnPath; in initialize()
|