Home
last modified time | relevance | path

Searched defs:PID (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp68 int PID; in readLockFile() local
113 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) { in processStillExecuting()
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRTraceExpander.h26 int32_t PID = 0; variable
H A DFDRRecords.h315 int32_t PID = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRPrintingPasses.cpp125 const char *PID = (const char *)P->getPassID(); in isIRPrintingPass() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp774 void add(unsigned PID, const BitVector &BV) { in add()
819 void updateScore(unsigned PID) { in updateScore()
1180 for (unsigned PID = 0; PID < NumParts; ++PID) { in findMostSimilarPartition() local
1486 for (unsigned PID = 0; PID < NumParts; ++PID) { in splitAMDGPUModule() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1556 void DeclPrinter::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) { in VisitObjCProtocolDecl()
1575 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) { in VisitObjCCategoryImplDecl()
1588 void DeclPrinter::VisitObjCCategoryDecl(ObjCCategoryDecl *PID) { in VisitObjCCategoryDecl()
1736 void DeclPrinter::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PID) { in VisitObjCPropertyImplDecl()
H A DDeclObjC.cpp275 const auto *PID = cast<ObjCProtocolDecl>(this); in FindPropertyDeclaration() local
2231 for (auto *PID : property_impls()) in FindPropertyImplIvarDecl() local
2245 for (auto *PID : property_impls()) in FindPropertyImplDecl() local
H A DASTContext.cpp8875 for (auto *PID : CID->property_impls()) in getObjCPropertyImplDeclForPropertyDecl() local
8880 for (auto *PID : OID->property_impls()) in getObjCPropertyImplDeclForPropertyDecl() local
/freebsd/usr.bin/ipcs/
H A Dipcs.c104 #define PID 8 macro
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp50 u64 PID = 0; // Process ID. member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1050 const ObjCPropertyImplDecl *PID) { in GenerateObjCGetter()
1437 static bool hasTrivialSetExpr(const ObjCPropertyImplDecl *PID) { in hasTrivialSetExpr()
1673 const ObjCPropertyImplDecl *PID) { in GenerateObjCSetter()
3734 const ObjCPropertyImplDecl *PID) { in GenerateObjCAtomicSetterCopyHelperFunction()
3834 const ObjCPropertyImplDecl *PID) { in GenerateObjCAtomicGetterCopyHelperFunction()
H A DCodeGenModule.cpp7047 for (const auto *PID : D->property_impls()) { in EmitObjCPropertyImplementations() local
H A DCGObjCMac.cpp3443 for (const auto *PID : ID->property_impls()) { in GenerateClass() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1907 if (ObjCPropertyImplDecl *PID = in DefaultSynthesizeProperties() local
2252 for (const auto *PID : D->property_impls()) { in DiagnoseOwningPropertyGetterSynthesis() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp765 void RewriteObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, in RewritePropertyImplDecl()
H A DRewriteModernObjC.cpp916 void RewriteModernObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, in RewritePropertyImplDecl()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1883 int PID = in getCrashDiagnosticFile() local