/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Unix.h | 84 inline struct timespec toTimeSpec(TimePoint<> TP) { in toTimeSpec() 94 inline struct timeval toTimeVal(TimePoint<std::chrono::microseconds> TP) { in toTimeVal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | LazyReexports.h | 91 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) { in setTrampolinePool() 105 std::unique_ptr<TrampolinePool> TP; variable 118 auto TP = LocalTrampolinePool<ORCABI>::Create( in init() local
|
D | IndirectionUtils.h | 200 JITCompileCallbackManager(std::unique_ptr<TrampolinePool> TP, in JITCompileCallbackManager() 207 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) { in setTrampolinePool() 213 std::unique_ptr<TrampolinePool> TP; variable 245 auto TP = LocalTrampolinePool<ORCABI>::Create( in LocalJITCompileCallbackManager() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Unix.h | 92 inline struct timespec toTimeSpec(TimePoint<> TP) { in toTimeSpec() 102 inline struct timeval toTimeVal(TimePoint<std::chrono::microseconds> TP) { in toTimeVal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Chrono.cpp | 25 static inline struct tm getStructTM(TimePoint<> TP) { in getStructTM() 43 raw_ostream &operator<<(raw_ostream &OS, TimePoint<> TP) { in operator <<()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Chrono.h | 36 LLVM_ATTRIBUTE_ALWAYS_INLINE inline std::time_t toTimeT(TimePoint<> TP) { in toTimeT()
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/property_member_declarations/member_function_declarations/ |
D | member_function_declarations_5.ts | 25 class TP { class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Chrono.h | 36 inline std::time_t toTimeT(TimePoint<> TP) { in toTimeT()
|
/third_party/typescript/tests/cases/conformance/types/mapped/ |
D | mappedTypeModifiers.ts | 5 type TP = { a?: number, b?: string }; alias 11 var v00: keyof TP; variable 23 var v02: { [P in keyof TP]: TP[P] } variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | LazyReexports.cpp | 23 std::unique_ptr<TrampolinePool> TP) in LazyCallThroughManager()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/ |
D | WindowsSupport.h | 222 inline FILETIME toFILETIME(TimePoint<> TP) { in toFILETIME()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | WindowsSupport.h | 237 inline FILETIME toFILETIME(TimePoint<> TP) { in toFILETIME()
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
D | types.rs | 476 pub const TP: Self = Self(c::IPPROTO_TP as _); constant
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
D | types.rs | 172 pub const TP: Self = Self(c::IPPROTO_TP as _); constant
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 176 if (MDTuple *TP = GV->getTemplateParams()) in getOrCreateGlobalVariableDIE() local
|
D | DwarfUnit.cpp | 1041 DIE &Buffer, const DITemplateTypeParameter *TP) { in constructTemplateTypeParameterDIE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
D | MicrosoftDemangle.cpp | 2198 NodeList &TP = **Current; in demangleTemplateParameterList() local
|
/third_party/mbedtls/library/ |
D | rsa.c | 877 mbedtls_mpi TP, TQ; in mbedtls_rsa_private() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1172 SDValue TP = DAG.getCopyFromReg(DAG.getEntryNode(), dl, Hexagon::UGP, PtrVT); in LowerToTLSInitialExecModel() local 1214 SDValue TP = DAG.getCopyFromReg(DAG.getEntryNode(), dl, Hexagon::UGP, PtrVT); in LowerToTLSLocalExecModel() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 882 for (const TerminatedPath &TP : TerminatedPaths) { in tryOptimizePhi() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 4291 TypePrinting TP; in print() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | ItaniumDemangle.h | 3232 Node *TP = getDerived().parseTemplateParam(); in parseUnresolvedType() local
|
/third_party/python/Lib/test/ |
D | test_typing.py | 402 class TP(tuple): ... class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 3096 SDValue TP = lowerThreadPointer(DL, DAG); in lowerGlobalTLSAddress() local
|
/third_party/node/deps/v8/src/execution/s390/ |
D | simulator-s390.cc | 10675 EVALUATE(TP) { in EVALUATE() argument
|