Home
last modified time | relevance | path

Searched defs:TP (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DUnix.h84 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/
DLazyReexports.h91 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
DIndirectionUtils.h200 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/
DUnix.h92 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/
DChrono.cpp25 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/
DChrono.h36 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/
Dmember_function_declarations_5.ts25 class TP { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DChrono.h36 inline std::time_t toTimeT(TimePoint<> TP) { in toTimeT()
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypeModifiers.ts5 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/
DLazyReexports.cpp23 std::unique_ptr<TrampolinePool> TP) in LazyCallThroughManager()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/
DWindowsSupport.h222 inline FILETIME toFILETIME(TimePoint<> TP) { in toFILETIME()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DWindowsSupport.h237 inline FILETIME toFILETIME(TimePoint<> TP) { in toFILETIME()
/third_party/rust/crates/rustix/src/backend/libc/net/
Dtypes.rs476 pub const TP: Self = Self(c::IPPROTO_TP as _); constant
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Dtypes.rs172 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/
DDwarfCompileUnit.cpp176 if (MDTuple *TP = GV->getTemplateParams()) in getOrCreateGlobalVariableDIE() local
DDwarfUnit.cpp1041 DIE &Buffer, const DITemplateTypeParameter *TP) { in constructTemplateTypeParameterDIE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp2198 NodeList &TP = **Current; in demangleTemplateParameterList() local
/third_party/mbedtls/library/
Drsa.c877 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/
DHexagonISelLowering.cpp1172 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/
DMemorySSA.cpp882 for (const TerminatedPath &TP : TerminatedPaths) { in tryOptimizePhi() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp4291 TypePrinting TP; in print() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h3232 Node *TP = getDerived().parseTemplateParam(); in parseUnresolvedType() local
/third_party/python/Lib/test/
Dtest_typing.py402 class TP(tuple): ... class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp3096 SDValue TP = lowerThreadPointer(DL, DAG); in lowerGlobalTLSAddress() local
/third_party/node/deps/v8/src/execution/s390/
Dsimulator-s390.cc10675 EVALUATE(TP) { in EVALUATE() argument