/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
D | FDRTraceExpander.h | 26 int32_t PID = 0; variable
|
D | FDRRecords.h | 314 int32_t PID = 0; variable
|
/external/llvm-project/llvm/include/llvm/XRay/ |
D | FDRTraceExpander.h | 26 int32_t PID = 0; variable
|
D | FDRRecords.h | 314 int32_t PID = 0; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | LockFileManager.cpp | 66 int PID; in readLockFile() local 109 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) { in processStillExecuting()
|
/external/llvm/lib/Support/ |
D | LockFileManager.cpp | 57 int PID; in readLockFile() local 100 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) { in processStillExecuting()
|
/external/autotest/client/common_lib/cros/ |
D | power_cycle_usb_util_unittest.py | 15 PID = '0001' variable in PowerCycleUsbUtilTest
|
/external/llvm-project/llvm/lib/Support/ |
D | LockFileManager.cpp | 71 int PID; in readLockFile() local 114 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) { in processStillExecuting()
|
/external/perfetto/test/trace_processor/graphics/ |
D | android_sysui_cuj.py | 20 PID = 1000 variable
|
/external/autotest/server/site_tests/firmware_IntegratedU2F/ |
D | firmware_IntegratedU2F.py | 29 PID = '502C' variable in firmware_IntegratedU2F
|
/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 1182 void DeclPrinter::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) { in VisitObjCProtocolDecl() 1201 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) { in VisitObjCCategoryImplDecl() 1209 void DeclPrinter::VisitObjCCategoryDecl(ObjCCategoryDecl *PID) { in VisitObjCCategoryDecl() 1333 void DeclPrinter::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PID) { in VisitObjCPropertyImplDecl()
|
D | DeclObjC.cpp | 241 const ObjCProtocolDecl *PID = cast<ObjCProtocolDecl>(this); in FindPropertyDeclaration() local 2038 for (auto *PID : property_impls()) in FindPropertyImplIvarDecl() local 2053 for (auto *PID : property_impls()) in FindPropertyImplDecl() local
|
/external/llvm-project/llvm/lib/IR/ |
D | IRPrintingPasses.cpp | 136 const char *PID = (const char*)P->getPassID(); in isIRPrintingPass() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | IRPrintingPasses.cpp | 134 const char *PID = (const char*)P->getPassID(); in isIRPrintingPass() local
|
/external/llvm-project/clang/lib/AST/ |
D | DeclPrinter.cpp | 1368 void DeclPrinter::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) { in VisitObjCProtocolDecl() 1387 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) { in VisitObjCCategoryImplDecl() 1400 void DeclPrinter::VisitObjCCategoryDecl(ObjCCategoryDecl *PID) { in VisitObjCCategoryDecl() 1548 void DeclPrinter::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PID) { in VisitObjCPropertyImplDecl()
|
D | DeclObjC.cpp | 265 const auto *PID = cast<ObjCProtocolDecl>(this); in FindPropertyDeclaration() local 2156 for (auto *PID : property_impls()) in FindPropertyImplIvarDecl() local 2170 for (auto *PID : property_impls()) in FindPropertyImplDecl() local
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | TransZeroOutPropsInDealloc.cpp | 115 for (auto *PID : IMD->property_impls()) { in TraverseObjCMethodDecl() local
|
/external/clang/lib/ARCMigrate/ |
D | TransZeroOutPropsInDealloc.cpp | 116 for (auto *PID : IMD->property_impls()) { in TraverseObjCMethodDecl() local
|
/external/llvm-project/compiler-rt/lib/xray/tests/unit/ |
D | profile_collector_test.cpp | 35 u64 PID = 0; member
|
/external/llvm-project/llvm/tools/llvm-profgen/ |
D | PerfReader.h | 294 uint64_t PID = 0; member
|
D | PerfReader.cpp | 412 PID = 1, in parseMMap2Event() enumerator
|
/external/llvm-project/compiler-rt/lib/xray/ |
D | xray_profile_collector.cpp | 50 u64 PID = 0; // Process ID. member
|
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 796 const ObjCPropertyImplDecl *PID) { in GenerateObjCGetter() 1114 static bool hasTrivialSetExpr(const ObjCPropertyImplDecl *PID) { in hasTrivialSetExpr() 1322 const ObjCPropertyImplDecl *PID) { in GenerateObjCSetter() 3166 const ObjCPropertyImplDecl *PID) { in GenerateObjCAtomicSetterCopyHelperFunction() 3245 const ObjCPropertyImplDecl *PID) { in GenerateObjCAtomicGetterCopyHelperFunction()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGObjC.cpp | 1043 const ObjCPropertyImplDecl *PID) { in GenerateObjCGetter() 1368 static bool hasTrivialSetExpr(const ObjCPropertyImplDecl *PID) { in hasTrivialSetExpr() 1575 const ObjCPropertyImplDecl *PID) { in GenerateObjCSetter() 3611 const ObjCPropertyImplDecl *PID) { in GenerateObjCAtomicSetterCopyHelperFunction() 3695 const ObjCPropertyImplDecl *PID) { in GenerateObjCAtomicGetterCopyHelperFunction()
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 1696 if (ObjCPropertyImplDecl *PID = in DefaultSynthesizeProperties() local 2041 for (const auto *PID : D->property_impls()) { in DiagnoseOwningPropertyGetterSynthesis() local
|