/freebsd-src/contrib/llvm-project/llvm/include/llvm/XRay/ |
H A D | FDRTraceExpander.h | 26 int32_t PID = 0; variable
|
H A D | FDRRecords.h | 314 int32_t PID = 0; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | LockFileManager.cpp | 70 int PID; in readLockFile() local 113 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) { in processStillExecuting() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRPrintingPasses.cpp | 138 const char *PID = (const char *)P->getPassID(); isIRPrintingPass() local
|
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransZeroOutPropsInDealloc.cpp | 115 for (auto *PID : IMD->property_impls()) { in TraverseObjCMethodDecl() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 1558 VisitObjCProtocolDecl(ObjCProtocolDecl * PID) VisitObjCProtocolDecl() argument 1577 VisitObjCCategoryImplDecl(ObjCCategoryImplDecl * PID) VisitObjCCategoryImplDecl() argument 1590 VisitObjCCategoryDecl(ObjCCategoryDecl * PID) VisitObjCCategoryDecl() argument 1738 VisitObjCPropertyImplDecl(ObjCPropertyImplDecl * PID) VisitObjCPropertyImplDecl() argument [all...] |
H A D | DeclObjC.cpp | 2248 for (auto *PID : property_impls()) in FindPropertyImplIvarDecl() local 277 const auto *PID = cast<ObjCProtocolDecl>(this); FindPropertyDeclaration() local 2262 for (auto *PID : property_impls()) FindPropertyImplDecl() local [all...] |
H A D | ASTContext.cpp | 7821 for (auto *PID : CID->property_impls()) getObjCPropertyImplDeclForPropertyDecl() local 7826 for (auto *PID : OID->property_impls()) getObjCPropertyImplDeclForPropertyDecl() local
|
/freebsd-src/usr.bin/ipcs/ |
H A D | ipcs.c | 104 #define PID 8 macro
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_profile_collector.cpp | 50 u64 PID = 0; // Process ID. member
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 1046 GenerateObjCGetter(ObjCImplementationDecl * IMP,const ObjCPropertyImplDecl * PID) GenerateObjCGetter() argument 1397 hasTrivialSetExpr(const ObjCPropertyImplDecl * PID) hasTrivialSetExpr() argument 1625 GenerateObjCSetter(ObjCImplementationDecl * IMP,const ObjCPropertyImplDecl * PID) GenerateObjCSetter() argument 3690 GenerateObjCAtomicSetterCopyHelperFunction(const ObjCPropertyImplDecl * PID) GenerateObjCAtomicSetterCopyHelperFunction() argument 3790 GenerateObjCAtomicGetterCopyHelperFunction(const ObjCPropertyImplDecl * PID) GenerateObjCAtomicGetterCopyHelperFunction() argument [all...] |
H A D | CodeGenModule.cpp | 6576 for (const auto *PID : D->property_impls()) { EmitObjCPropertyImplementations() local
|
H A D | CGObjCMac.cpp | 3540 for (const auto *PID : ID->property_impls()) { GenerateClass() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 1915 if (ObjCPropertyImplDecl *PID = DefaultSynthesizeProperties() local 2260 for (const auto *PID : D->property_impls()) { DiagnoseOwningPropertyGetterSynthesis() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 1558 int PID = getCrashDiagnosticFile() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 767 void RewriteObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, in RewritePropertyImplDecl()
|
H A D | RewriteModernObjC.cpp | 918 RewritePropertyImplDecl(ObjCPropertyImplDecl * PID,ObjCImplementationDecl * IMD,ObjCCategoryImplDecl * CID) RewritePropertyImplDecl() argument [all...] |