| /NextBSD/contrib/gdb/gdb/config/i386/ |
| HD | nm-i386v42mp.h | 76 #define PIDGET(PID) (ptid_get_pid (PID)) argument 79 #define TIDGET(PID) (ptid_get_lwp (PID)) argument 80 #define LIDGET(PID) TIDGET(PID) argument 82 #define MERGEPID(PID, LID) (ptid_build ((PID), (LID), 0)) argument 83 #define MKLID(PID, LID) (ptid_build ((PID), (LID), 0)) argument 87 #define MKTID(PID, TID) (ptid_build ((PID), (TID), 1)) argument 90 #define ISTID(PID) (ptid_get_tid (PID)) argument
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | solib.h | 47 #define SOLIB_CREATE_INFERIOR_HOOK(PID) solib_create_inferior_hook() argument 56 #define SOLIB_REMOVE_INFERIOR_HOOK(PID) (0) argument
|
| HD | coff-solib.h | 45 #define SOLIB_CREATE_INFERIOR_HOOK(PID) coff_solib_create_inferior_hook() argument 56 #define SOLIB_REMOVE_INFERIOR_HOOK(PID) (0) argument
|
| HD | pa64solib.h | 40 #define SOLIB_CREATE_INFERIOR_HOOK(PID) pa64_solib_create_inferior_hook() argument 48 #define SOLIB_REMOVE_INFERIOR_HOOK(PID) pa64_solib_remove_inferior_hook(PID) argument
|
| HD | somsolib.h | 51 #define SOLIB_CREATE_INFERIOR_HOOK(PID) som_solib_create_inferior_hook() argument 60 #define SOLIB_REMOVE_INFERIOR_HOOK(PID) som_solib_remove_inferior_hook(PID) argument
|
| HD | target.h | 928 #define target_pid_to_str(PID) current_target.to_pid_to_str (PID) argument 931 #define target_tid_to_str(PID) \ argument 1015 #define TARGET_CREATE_INFERIOR_HOOK(PID) argument 1110 #define ENSURE_VFORKING_PARENT_REMAINS_STOPPED(PID) (0) argument
|
| HD | defs.h | 1283 #define MERGEPID(PID, TID) ptid_build (PID, TID, 0) argument
|
| /NextBSD/contrib/llvm/lib/Support/ |
| HD | LockFileManager.cpp | 57 int PID; in readLockFile() local 100 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) { in processStillExecuting()
|
| /NextBSD/contrib/gdb/gdb/config/rs6000/ |
| HD | nm-rs6000.h | 38 #define SOLIB_CREATE_INFERIOR_HOOK(PID) \ argument
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | DeclPrinter.cpp | 1126 void DeclPrinter::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) { in VisitObjCProtocolDecl() 1145 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) { in VisitObjCCategoryImplDecl() 1153 void DeclPrinter::VisitObjCCategoryDecl(ObjCCategoryDecl *PID) { in VisitObjCCategoryDecl() 1272 void DeclPrinter::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PID) { in VisitObjCPropertyImplDecl()
|
| HD | DeclObjC.cpp | 202 const ObjCProtocolDecl *PID = cast<ObjCProtocolDecl>(this); in FindPropertyDeclaration() local 1948 for (auto *PID : property_impls()) in FindPropertyImplIvarDecl() local 1961 for (auto *PID : property_impls()) in FindPropertyImplDecl() local
|
| HD | ASTContext.cpp | 5179 for (auto *PID : CID->property_impls()) in getObjCPropertyImplDeclForPropertyDecl() local 5184 for (auto *PID : OID->property_impls()) in getObjCPropertyImplDeclForPropertyDecl() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| HD | TransZeroOutPropsInDealloc.cpp | 116 for (auto *PID : IMD->property_impls()) { in TraverseObjCMethodDecl() local
|
| /NextBSD/usr.bin/ipcs/ |
| HD | ipcs.c | 104 #define PID 8 macro
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGObjC.cpp | 764 const ObjCPropertyImplDecl *PID) { in GenerateObjCGetter() 1080 static bool hasTrivialSetExpr(const ObjCPropertyImplDecl *PID) { in hasTrivialSetExpr() 1293 const ObjCPropertyImplDecl *PID) { in GenerateObjCSetter() 2887 const ObjCPropertyImplDecl *PID) { in GenerateObjCAtomicSetterCopyHelperFunction() 2964 const ObjCPropertyImplDecl *PID) { in GenerateObjCAtomicGetterCopyHelperFunction()
|
| HD | CGObjCMac.cpp | 3036 for (const auto *PID : ID->property_impls()) { in GenerateClass() local 5613 for (const auto *PID : ID->property_impls()) { in BuildClassRoTInitializer() local
|
| HD | CodeGenModule.cpp | 3115 for (const auto *PID : D->property_impls()) { in EmitObjCPropertyImplementations() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaObjCProperty.cpp | 1562 if (ObjCPropertyImplDecl *PID = in DefaultSynthesizeProperties() local 1882 for (const auto *PID : D->property_impls()) { in DiagnoseOwningPropertyGetterSynthesis() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| HD | RewriteObjC.cpp | 766 void RewriteObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, in RewritePropertyImplDecl()
|
| HD | RewriteModernObjC.cpp | 926 void RewriteModernObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, in RewritePropertyImplDecl()
|