Home
last modified time | relevance | path

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

/external/boringssl/src/util/
Ddoc.go58 IsPrivate bool member
402 section.IsPrivate = len(comment) > 0 && isPrivateSection(comment[0])
629 {{if not .IsPrivate}}
639 {{if not .IsPrivate}}
/external/cronet/third_party/boringssl/src/util/
Ddoc.go58 IsPrivate bool member
402 section.IsPrivate = len(comment) > 0 && isPrivateSection(comment[0])
629 {{if not .IsPrivate}}
639 {{if not .IsPrivate}}
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h442 IsPrivate = 1 << 2, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h480 IsPrivate = 1 << 2, enumerator
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp261 CV_ENUM_CLASS_ENT(ExportFlags, IsPrivate),
/external/clang/lib/Lex/
DModuleMap.cpp218 bool IsPrivate = false; in violatesPrivateInclude() local
223 IsPrivate |= in violatesPrivateInclude()
227 assert(IsPrivate && "inconsistent headers and roles"); in violatesPrivateInclude()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp243 CV_ENUM_CLASS_ENT(ExportFlags, IsPrivate),
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h1033 bool IsPrivate() const { in IsPrivate() function
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp3331 IsPrivate = 4, enumerator
3357 Flags |= IsPrivate | IsPrivateOnPath; in initialize()