Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRTraceExpander.h26 int32_t PID = 0; variable
H A DFDRRecords.h314 int32_t PID = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp70 int PID; in readLockFile() local
113 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) { in processStillExecuting()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRPrintingPasses.cpp139 const char *PID = (const char *)P->getPassID(); in isIRPrintingPass() local
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp115 for (auto *PID : IMD->property_impls()) { in TraverseObjCMethodDecl() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1520 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 DDeclObjC.cpp278 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 DASTContext.cpp8277 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 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/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp488 const FunctionWithDependencies &FWD) { in doPartitioning()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1050 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 DCodeGenModule.cpp6722 for (const auto *PID : D->property_impls()) { in EmitObjCPropertyImplementations() local
H A DCGObjCMac.cpp3547 for (const auto *PID : ID->property_impls()) { in GenerateClass() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1896 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 DDriver.cpp1583 int PID = in getCrashDiagnosticFile() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp917 void RewriteModernObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, in RewritePropertyImplDecl()