Searched defs:PID (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRTraceExpander.h26 int32_t PID = 0; member in class:llvm::xray::TraceExpander
H A DFDRRecords.h314 int32_t PID = 0; member in class:llvm::xray::PIDRecord
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DIRPrintingPasses.cpp134 const char *PID = (const char*)P->getPassID(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp66 int PID; local
109 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) { argument
/freebsd-11-stable/usr.bin/ipcs/
H A Dipcs.c107 #define PID 8 macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp50 u64 PID = 0; // Process ID. member in struct:__xray::profileCollectorService::__anon1060::XRayProfilingFileHeader
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1384 void DeclPrinter::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) { argument
1386 Out << "@protocol " << *PID << ";\n"; local
1392 Out << "@protocol " << *PID; local
1398 Out << "@protocol " << *PID << '\n'; local
1403 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) { argument
1411 VisitObjCCategoryDecl(ObjCCategoryDecl *PID) argument
1416 Out << "(" << *PID << ")\\n"; local
1557 VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PID) argument
[all...]
H A DDeclObjC.cpp263 const auto *PID = cast<ObjCProtocolDecl>(this); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1177 int PID = local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1297 static bool hasTrivialSetExpr(const ObjCPropertyImplDecl *PID) { argument
971 GenerateObjCGetter(ObjCImplementationDecl *IMP, const ObjCPropertyImplDecl *PID) argument
1505 GenerateObjCSetter(ObjCImplementationDecl *IMP, const ObjCPropertyImplDecl *PID) argument
[all...]
H A DCodeGenModule.cpp5170 const_cast<ObjCImplementationDecl *>(D), PID); local
5174 const_cast<ObjCImplementationDecl *>(D), PID); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp766 void RewriteObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, argument
[all...]
H A DRewriteModernObjC.cpp916 void RewriteModernObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, argument
[all...]

Completed in 207 milliseconds