Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DLockFileManager.cpp48 int PID; in readLockFile() local
60 bool LockFileManager::processStillExecuting(StringRef Hostname, int PID) { in processStillExecuting()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp1046 void DeclPrinter::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) { in VisitObjCProtocolDecl()
1065 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) { in VisitObjCCategoryImplDecl()
1073 void DeclPrinter::VisitObjCCategoryDecl(ObjCCategoryDecl *PID) { in VisitObjCCategoryDecl()
1171 void DeclPrinter::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PID) { in VisitObjCPropertyImplDecl()
H A DDeclObjC.cpp202 const ObjCProtocolDecl *PID = cast<ObjCProtocolDecl>(this); in FindPropertyDeclaration() local
1759 for (auto *PID : property_impls()) in FindPropertyImplIvarDecl() local
1772 for (auto *PID : property_impls()) in FindPropertyImplDecl() local
H A DASTContext.cpp5046 for (auto *PID : CID->property_impls()) in getObjCPropertyImplDeclForPropertyDecl() local
5051 for (auto *PID : OID->property_impls()) in getObjCPropertyImplDeclForPropertyDecl() local
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp116 for (auto *PID : IMD->property_impls()) { in TraverseObjCMethodDecl() local
/minix3/bin/ps/
H A Dkeyword.c81 #define PID(n1, n2, of) \ macro
/minix3/usr.bin/ipcs/
H A Dipcs.c88 #define PID 8 macro
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp741 const ObjCPropertyImplDecl *PID) { in GenerateObjCGetter()
1057 static bool hasTrivialSetExpr(const ObjCPropertyImplDecl *PID) { in hasTrivialSetExpr()
1270 const ObjCPropertyImplDecl *PID) { in GenerateObjCSetter()
2863 const ObjCPropertyImplDecl *PID) { in GenerateObjCAtomicSetterCopyHelperFunction()
2940 const ObjCPropertyImplDecl *PID) { in GenerateObjCAtomicGetterCopyHelperFunction()
H A DCGObjCMac.cpp3039 for (const auto *PID : ID->property_impls()) { in GenerateClass() local
5613 for (const auto *PID : ID->property_impls()) { in BuildClassRoTInitializer() local
H A DCodeGenModule.cpp3028 for (const auto *PID : D->property_impls()) { in EmitObjCPropertyImplementations() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp1550 if (ObjCPropertyImplDecl *PID = in DefaultSynthesizeProperties() local
1843 for (const auto *PID : D->property_impls()) { in DiagnoseOwningPropertyGetterSynthesis() local
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp766 void RewriteObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, in RewritePropertyImplDecl()
H A DRewriteModernObjC.cpp926 void RewriteModernObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, in RewritePropertyImplDecl()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp1034 bool CursorVisitor::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) { in VisitObjCProtocolDecl()