Searched refs:Private (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dzfs.d33 #pragma D attributes Private/Private/Unknown provider zfs module
34 #pragma D attributes Private/Private/Unknown provider zfs function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h92 bool Private = false; member in struct:llvm::object::COFFShortExport
98 L.Data == R.Data && L.Private == R.Private;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.cpp46 Private, // opencl_private
57 Private, // Default
61 Private, // opencl_private
279 assert(DataLayout->getAllocaAddrSpace() == Private);
H A DAMDGPU.h36 Private = 5 enumerator in enum:clang::targets::final::AddrSpace
92 if (AddrSpace == Private || AddrSpace == Local)
328 if (AddressSpace == Private) {
/freebsd-11-stable/contrib/sqlite3/
H A DReplace.cs85 #region Private Support Methods
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp27 Private, ///< Emit "private" prefix before each symbol. enumerator in enum:__anon2254::ManglerPrefixTy
49 if (PrefixTy == Private)
118 PrefixTy = Private;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp2990 for (const Expr *Private : Privates) {
3010 C.getPointerType(Private->getType())->castAs<PointerType>());
3016 CGF.CreateMemTemp(Private->getType(), ".omp.reduction.element");
3026 C.getPointerType(Private->getType())->castAs<PointerType>());
3033 C.getPointerType(Private->getType())->castAs<PointerType>());
3041 C.getPointerType(Private->getType())->castAs<PointerType>());
3045 llvm::Value *ElementSizeInChars = CGF.getTypeSize(Private->getType());
3053 C.getTypeAlignInChars(Private->getType()));
3060 llvm::Value *ElementSizeInChars = CGF.getTypeSize(Private->getType());
3068 C.getTypeAlignInChars(Private
[all...]
H A DCGOpenMPRuntime.h122 const Expr *Private = nullptr; member in struct:clang::CodeGen::ReductionCodeGen::ReductionData
125 ReductionData(const Expr *Ref, const Expr *Private, const Expr *ReductionOp) argument
126 : Ref(Ref), Private(Private), ReductionOp(ReductionOp) {}
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp120 if (Ivar->getAccessControl() != ObjCIvarDecl::Private ||
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp218 // may have different flavors of names: FooPrivate, Foo_Private and Foo.Private.
220 // Foo.Private is now deprecated in favor of Foo_Private. Users of FooPrivate
226 if (!Module && SearchName.consume_back("Private"))
573 const char *Private = "Private"; local
574 FrameworkName.insert(FrameworkName.begin()+OrigSize, Private,
575 Private+strlen(Private));
577 SearchPath->insert(SearchPath->begin()+OrigSize, Private,
578 Private
[all...]
H A DModuleMap.cpp202 // 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'
207 if (M->IsFramework && M->Name == "Private")
484 Module *Private = nullptr; local
492 Private = Header.getModule();
512 if (Private) {
1421 /// contents of the Darwin.C.excluded (assert.h) and Tcl.Private modules as
1450 /// Private module
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp283 E.Private = true;
H A DCOFFImportFile.cpp588 if (E.Private)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h52 Private = 0, member in class:llvm::AMDGPU::HSAMD::AccessQualifier::AddressSpaceQualifier
268 /// Private segment memory includes arg, spill and private segments. Required.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h262 Private = 1, member in class:llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h382 enum class PDB_MemberAccess { Private = 1, Protected = 2, Public = 3 }; member in class:llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType::PDB_BuiltinType::PDB_MemberAccess
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp41 YIO.enumCase(EN, "Private", AddressSpaceQualifier::Private);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp102 return PDB_MemberAccess::Private;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp279 CASE_OUTPUT_ENUM_CLASS_STR(PDB_MemberAccess, Private, "private", OS)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp320 CV_ENUM_CLASS_ENT(MemberAccess, Private),
H A DTypeDumpVisitor.cpp47 ENUM_ENTRY(MemberAccess, None), ENUM_ENTRY(MemberAccess, Private),
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-snmp.c166 * Private ASN.1 types
169 static const char *Private[] = { variable
222 * Ties together the preceding Universal, Application, Context, and Private
237 defineCLASS(Private),
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDriver.cpp763 e2.Private = e1.isPrivate;
858 e2.isPrivate = e1.Private;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp144 RETURN_CASE(MemberAccess, Private, "private");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp409 case MemberAccess::Private:

Completed in 201 milliseconds

12