Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/config/i386/
HDnm-i386v42mp.h76 #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/
HDsolib.h47 #define SOLIB_CREATE_INFERIOR_HOOK(PID) solib_create_inferior_hook() argument
56 #define SOLIB_REMOVE_INFERIOR_HOOK(PID) (0) argument
HDcoff-solib.h45 #define SOLIB_CREATE_INFERIOR_HOOK(PID) coff_solib_create_inferior_hook() argument
56 #define SOLIB_REMOVE_INFERIOR_HOOK(PID) (0) argument
HDpa64solib.h40 #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
HDsomsolib.h51 #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
HDtarget.h928 #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
HDdefs.h1283 #define MERGEPID(PID, TID) ptid_build (PID, TID, 0) argument
/NextBSD/contrib/llvm/lib/Support/
HDLockFileManager.cpp57 int PID; in readLockFile() local
100 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) { in processStillExecuting()
/NextBSD/contrib/gdb/gdb/config/rs6000/
HDnm-rs6000.h38 #define SOLIB_CREATE_INFERIOR_HOOK(PID) \ argument
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclPrinter.cpp1126 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()
HDDeclObjC.cpp202 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
HDASTContext.cpp5179 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/
HDTransZeroOutPropsInDealloc.cpp116 for (auto *PID : IMD->property_impls()) { in TraverseObjCMethodDecl() local
/NextBSD/usr.bin/ipcs/
HDipcs.c104 #define PID 8 macro
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjC.cpp764 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()
HDCGObjCMac.cpp3036 for (const auto *PID : ID->property_impls()) { in GenerateClass() local
5613 for (const auto *PID : ID->property_impls()) { in BuildClassRoTInitializer() local
HDCodeGenModule.cpp3115 for (const auto *PID : D->property_impls()) { in EmitObjCPropertyImplementations() local
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaObjCProperty.cpp1562 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/
HDRewriteObjC.cpp766 void RewriteObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, in RewritePropertyImplDecl()
HDRewriteModernObjC.cpp926 void RewriteModernObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, in RewritePropertyImplDecl()