Home
last modified time | relevance | path

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

/freebsd-src/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-src/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() argument
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DIRPrintingPasses.cpp138 const char *PID = (const char *)P->getPassID(); isIRPrintingPass() local
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp115 for (auto *PID : IMD->property_impls()) { in TraverseObjCMethodDecl() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1558 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 DDeclObjC.cpp2248 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 DASTContext.cpp7821 for (auto *PID : CID->property_impls()) getObjCPropertyImplDeclForPropertyDecl() local
7826 for (auto *PID : OID->property_impls()) getObjCPropertyImplDeclForPropertyDecl() local
/freebsd-src/usr.bin/ipcs/
H A Dipcs.c104 #define PID 8 macro
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp50 u64 PID = 0; // Process ID. member
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1046 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 DCodeGenModule.cpp6576 for (const auto *PID : D->property_impls()) { EmitObjCPropertyImplementations() local
H A DCGObjCMac.cpp3540 for (const auto *PID : ID->property_impls()) { GenerateClass() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1915 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 DDriver.cpp1558 int PID = getCrashDiagnosticFile() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp767 void RewriteObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, in RewritePropertyImplDecl()
H A DRewriteModernObjC.cpp918 RewritePropertyImplDecl(ObjCPropertyImplDecl * PID,ObjCImplementationDecl * IMD,ObjCCategoryImplDecl * CID) RewritePropertyImplDecl() argument
[all...]