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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DIRPrintingPasses.cpp134 const char *PID = (const char*)P->getPassID(); local
/freebsd-13-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-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp50 u64 PID = 0; // Process ID. member in struct:__xray::profileCollectorService::__anon2600::XRayProfilingFileHeader
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp71 int PID; local
114 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) { argument
/freebsd-13-stable/usr.bin/ipcs/
H A Dipcs.c107 #define PID 8 macro
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1357 void DeclPrinter::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) { argument
1359 Out << "@protocol " << *PID << ";\n"; local
1365 Out << "@protocol " << *PID; local
1371 Out << "@protocol " << *PID << '\n'; local
1376 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) { argument
1382 Out << '(' << *PID << ")\ local
1389 VisitObjCCategoryDecl(ObjCCategoryDecl *PID) argument
1398 Out << "(" << *PID << ")\\n"; local
1537 VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PID) argument
[all...]
H A DDeclObjC.cpp264 const auto *PID = cast<ObjCProtocolDecl>(this); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1209 int PID = local
/freebsd-13-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
1504 GenerateObjCSetter(ObjCImplementationDecl *IMP, const ObjCPropertyImplDecl *PID) argument
[all...]
H A DCodeGenModule.cpp5225 const_cast<ObjCImplementationDecl *>(D), PID); local
5229 const_cast<ObjCImplementationDecl *>(D), PID); local
/freebsd-13-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 145 milliseconds