/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/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/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/ |
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/boost/libs/chrono/test/time_point/ |
D | min_max_pass.cpp | 28 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/ |
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/boost/boost/histogram/axis/ |
D | traits.hpp | 84 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/ |
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/mbedtls/library/ |
D | rsa.c | 891 mbedtls_mpi TP, TQ; in mbedtls_rsa_private() local
|
/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/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/boost/libs/wave/test/testwave/testfiles/ |
D | t_5_035.hpp | 794 #define TP macro
|
/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
|