/freebsd/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/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()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRPrintingPasses.cpp | 139 const char *PID = (const char *)P->getPassID(); in isIRPrintingPass() local
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransZeroOutPropsInDealloc.cpp | 115 for (auto *PID : IMD->property_impls()) { in TraverseObjCMethodDecl() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 1520 void DeclPrinter::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) { in VisitObjCProtocolDecl() 1539 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) { in VisitObjCCategoryImplDecl() 1552 void DeclPrinter::VisitObjCCategoryDecl(ObjCCategoryDecl *PID) { in VisitObjCCategoryDecl() 1700 void DeclPrinter::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PID) { in VisitObjCPropertyImplDecl()
|
H A D | DeclObjC.cpp | 278 const auto *PID = cast<ObjCProtocolDecl>(this); in FindPropertyDeclaration() local 2234 for (auto *PID : property_impls()) in FindPropertyImplIvarDecl() local 2248 for (auto *PID : property_impls()) in FindPropertyImplDecl() local
|
H A D | ASTContext.cpp | 8277 for (auto *PID : CID->property_impls()) in getObjCPropertyImplDeclForPropertyDecl() local 8282 for (auto *PID : OID->property_impls()) in getObjCPropertyImplDeclForPropertyDecl() local
|
/freebsd/usr.bin/ipcs/ |
H A D | ipcs.c | 104 #define PID 8 macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_profile_collector.cpp | 50 u64 PID = 0; // Process ID. member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSplitModule.cpp | 488 const FunctionWithDependencies &FWD) { in doPartitioning()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 1050 const ObjCPropertyImplDecl *PID) { in GenerateObjCGetter() 1401 static bool hasTrivialSetExpr(const ObjCPropertyImplDecl *PID) { in hasTrivialSetExpr() 1629 const ObjCPropertyImplDecl *PID) { in GenerateObjCSetter() 3688 const ObjCPropertyImplDecl *PID) { in GenerateObjCAtomicSetterCopyHelperFunction() 3788 const ObjCPropertyImplDecl *PID) { in GenerateObjCAtomicGetterCopyHelperFunction()
|
H A D | CodeGenModule.cpp | 6722 for (const auto *PID : D->property_impls()) { in EmitObjCPropertyImplementations() local
|
H A D | CGObjCMac.cpp | 3547 for (const auto *PID : ID->property_impls()) { in GenerateClass() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 1896 if (ObjCPropertyImplDecl *PID = in DefaultSynthesizeProperties() local 2243 for (const auto *PID : D->property_impls()) { in DiagnoseOwningPropertyGetterSynthesis() local
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 1583 int PID = in getCrashDiagnosticFile() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 917 void RewriteModernObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, in RewritePropertyImplDecl()
|