/freebsd-src/contrib/llvm-project/clang/include/clang/APINotes/ |
H A D | APINotesManager.h | 56 enum ReaderKind : unsigned { Public = 0, Private = 1 }; enumerator
|
H A D | Types.h | 83 setSwiftPrivate(std::optional<bool> Private) setSwiftPrivate() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | COFFImportFile.h | 126 bool Private = false; global() member
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Mangler.cpp | 28 Private, ///< Emit "private" prefix before each symbol. global() enumerator
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OpenACCKinds.h | 205 Private, global() enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 1584 for (const Expr *Private : Privates) { global() local 1776 for (const Expr *Private : Privates) { emitInterWarpCopyFunction() local 2204 for (const Expr *Private : Privates) { emitListToGlobalCopyFunction() local 2411 for (const Expr *Private : Privates) { emitGlobalToListCopyFunction() local
|
H A D | CGOpenMPRuntime.h | 137 const Expr *Private = nullptr; member
|
H A D | CGObjCGNU.cpp | 212 ExportUniqueString(const std::string & Str,const std::string & prefix,bool Private=false) ExportUniqueString() argument
|
H A D | CGOpenMPRuntime.cpp | 599 emitInitWithReductionInitializer(CodeGenFunction & CGF,const OMPDeclareReductionDecl * DRD,const Expr * InitOp,Address Private,Address Original,QualType Ty) emitInitWithReductionInitializer() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | AMDGPUMetadata.h | 62 Private = 0, global() enumerator
|
/freebsd-src/contrib/tcpdump/ |
H A D | print-snmp.c | 171 static const char *Private[] = { global() variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 385 enum class PDB_MemberAccess { Private = 1, Protected = 2, Public = 3 }; enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 678 const char *Private = "Private"; DoFrameworkLookup() local [all...] |
H A D | ModuleMap.cpp | 511 Module *Private = nullptr; in diagnoseHeaderInclusion() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 267 Private = 1, global() enumerator
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 1952 None, Private, Protected, Public, Package global() enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 4242 class Private {}; global() class
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 1983 Private global() enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 9262 if (VarDecl *Private = isOpenMPCapturedDecl(D)) { ActOnOpenMPLoopInitialization() local 20330 VarDecl *Private = ActOnOpenMPLinearClause() local [all...] |