HomeSort by: relevance | last modified time | path
    Searched defs:Private (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFFImportFile.h 65 private:
92 bool Private = false;
98 L.Data == R.Data && L.Private == R.Private;
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Mangler.cpp 28 Private, ///< Emit "private" prefix before each symbol.
29 LinkerPrivate ///< Emit "linker private" prefix before each symbol.
50 if (PrefixTy == Private)
121 PrefixTy = Private;
  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
AMDGPU.h 37 Private = 5
102 if (AddrSpace == Private || AddrSpace == Local)
373 if (AddressSpace == Private) {
393 // address space has value 0 but in private and local address space has
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
llvm_debuginfo.ml 63 | Private
  /src/external/apache2/llvm/dist/clang/lib/Lex/
HeaderSearch.cpp 242 // The facility for "private modules" -- adjacent, optional module maps named
243 // module.private.modulemap that are supposed to define private submodules --
244 // may have different flavors of names: FooPrivate, Foo_Private and Foo.Private.
246 // Foo.Private is now deprecated in favor of Foo_Private. Users of FooPrivate
247 // should also rename to Foo_Private. Representing private as submodules
252 if (!Module && SearchName.consume_back("Private"))
266 // SearchName rather than ModuleName, to permit finding private modules
599 const char *Private = "Private";
    [all...]
ModuleMap.cpp 201 // Check whether this file is in the private headers.
202 // Ideally, private modules in the form 'FrameworkName.Private' should
203 // be defined as 'module FrameworkName.Private', and not as
204 // 'framework module FrameworkName.Private', since a 'Private.Framework'
206 // for private modules, make sure we find the right path in both cases.
207 if (M->IsFramework && M->Name == "Private")
489 Module *Private = nullptr;
495 // Remember private headers for later printing of a diagnostic
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
AMDGPUMetadata.h 63 Private = 0,
277 /// Size in bytes of the private segment memory required by a workitem.
278 /// Private segment memory includes arg, spill and private segments. Required.
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 130 private:
137 /// Helper expression for generation of private copy.
138 const Expr *Private = nullptr;
141 ReductionData(const Expr *Shared, const Expr *Ref, const Expr *Private,
143 : Shared(Shared), Ref(Ref), Private(Private), ReductionOp(ReductionOp) {
164 /// \param PrivateAddr Address of the corresponding private item.
185 /// Performs initialization of the private copy for the reduction item.
187 /// \param PrivateAddr Address of the corresponding private item.
195 /// Returns true if the private copy requires cleanups
    [all...]
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml 62 | Private
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 384 enum class PDB_MemberAccess { Private = 1, Protected = 2, Public = 3 };
  /src/external/bsd/tcpdump/dist/
print-snmp.c 172 * Private ASN.1 types
175 static const char *Private[] = {
228 * Ties together the preceding Universal, Application, Context, and Private
243 defineCLASS(Private),
244 #define PRIVATE 3
283 * private enterprises tree, and the experimental tree.
313 /* .iso.org.dod.internet.private.enterprises */
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 262 Private = 1,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 146 private:
658 : private llvm::TrailingObjects<ObjCTypeParamList, ObjCTypeParamDecl *> {
736 private:
1614 private:
1650 private:
1684 private:
1720 private:
1901 private:
1926 None, Private, Protected, Public, Package
1929 private
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 2178 /// class) that has no user-declared constructors, no private or
3769 template <class Private> class TypePropertyCache {
3806 // Instantiate the friend template at a private class. In a
3811 class Private {};
3815 using Cache = TypePropertyCache<Private>;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 340 private:
563 private:
712 private:
824 /// Set containing all declared private fields that are not used.
978 private:
1335 private:
1485 /// Private Helper predicate to check for 'self'.
1507 private:
1734 private:
1786 private
    [all...]
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSEmbeddedAPI.h 121 #include <mdns/private.h>
168 // intended it to be private to that file. If you see neither in front of a function definition it
299 kDNSType_TSR = 65323 // Time since received, private for now, will update when allocated by IANA
1523 mDNSBool Private; // If zone is private, DNS updates may have to be encrypted to prevent eavesdropping
1598 mDNSCRLogPrivacyLevel_Private = 1, // Private state, redacted.
1602 #define PRIVATE_DOMAIN_NAME ((const domainname *)"\x7" "private" "\x6" "domain" "\x4" "name" "\x7" "invalid")
1603 #define PRIVATE_RECORD_DESCRIPTION "<private record description>"
1954 DomainAuthInfo *AuthInfo; // Non-NULL if query is currently being done using Private DNS
1967 ZoneData *nta; // Used for getting zone data for private or LLQ quer
    [all...]

Completed in 52 milliseconds