Home
last modified time | relevance | path

Searched defs:TP (Results 1 – 24 of 24) 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/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/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/
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/boost/libs/chrono/test/time_point/
Dmin_max_pass.cpp28 typedef boost::chrono::time_point<Clock, Duration> TP; in main() typedef
/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/boost/boost/histogram/axis/
Dtraits.hpp84 using TP = mp11::mp_if<std::is_const<std::remove_pointer_t<T0>>, const T*, T*>; in get_if() typedef
/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/mbedtls/library/
Drsa.c891 mbedtls_mpi TP, TQ; in mbedtls_rsa_private() local
/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/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/boost/libs/wave/test/testwave/testfiles/
Dt_5_035.hpp794 #define TP macro
/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