Home
last modified time | relevance | path

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

12

/llvm-project/libc/include/llvm-libc-types/
H A Dstruct_tm.h12 struct tm { struct
13 int tm_sec; // seconds after the minute argument
14 int tm_min; // minutes after the hour argument
15 int tm_hour; // hours since midnight argument
16 int tm_mday; // day of the month argument
17 int tm_mon; // months since January argument
18 int tm_year; // years since 1900 argument
19 int tm_wday; // days since Sunday argument
20 int tm_yday; // days since January argument
21 int tm_isdst; // Daylight Saving Time flag argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/concurrency/
H A Dmt-unsafe-posix.cpp12 auto tm = gmtime(nullptr); in foo() local
H A Dmt-unsafe-any.cpp14 auto tm = gmtime(nullptr); in foo() local
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dtime_interceptor.cpp13 time_t *tm = (time_t*)malloc(sizeof(time_t)); in main() local
/llvm-project/compiler-rt/test/msan/
H A Dmktime.cpp10 struct tm tm; in main() local
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp8.cpp24 int (S::*tm)() const = &S::tm; in f() local
34 template<typename T> constexpr T S::tm() { return T(); } // expected-warning {{C++14}} in tm() function in S
/llvm-project/clang/test/SemaCXX/
H A Dplacement-new-matrix.cpp16 TMatrix<2, 2> tm; in main() local
H A Dconstexpr-turing-cxx2a.cpp36 constexpr unsigned run(const State *tm) { in run()
H A Dconstexpr-turing.cpp36 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) { in run()
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dwchar_h.compile.pass.cpp42 tm *tm = 0; variable
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dpthread_join_invalid.cpp33 timespec tm = {0, 1}; in main() local
H A Dpthread_join.cpp53 timespec tm = {0, 1}; in main() local
/llvm-project/libcxx/test/std/language.support/support.runtime/
H A Dctime.pass.cpp28 std::tm tm = {}; in main() local
/llvm-project/libcxx/test/std/strings/c.strings/
H A Dcwchar.pass.cpp40 std::tm* tm = 0; in main() local
/llvm-project/lld/COFF/
H A DDLL.cpp318 ThunkChunkX64(Defined * i,Chunk * tm) ThunkChunkX64() argument
352 TailMergePDataChunkX64(Chunk * tm,Chunk * unwind) TailMergePDataChunkX64() argument
366 Chunk *tm = nullptr; global() member in lld::coff::__anon9094fd470111::TailMergePDataChunkX64
387 ThunkChunkX86(COFFLinkerContext & ctx,Defined * i,Chunk * tm) ThunkChunkX86() argument
437 ThunkChunkARM(COFFLinkerContext & ctx,Defined * i,Chunk * tm) ThunkChunkARM() argument
491 ThunkChunkARM64(Defined * i,Chunk * tm) ThunkChunkARM64() argument
748 Chunk *tm = newTailMergeChunk(dir); create() local
823 newTailMergePDataChunk(Chunk * tm,Chunk * unwind) newTailMergePDataChunk() argument
[all...]
/llvm-project/mlir/lib/Pass/
H A DPassTiming.cpp156 void PassManager::enableTiming(std::unique_ptr<TimingManager> tm) { in enableTiming() argument
165 auto tm = std::make_unique<DefaultTimingManager>(); in enableTiming() local
H A DPassManagerOptions.cpp172 auto tm = std::make_unique<DefaultTimingManager>(); applyDefaultTimingPassManagerCLOptions() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.h36 explicit HexagonDAGToDAGISel(HexagonTargetMachine &tm, in HexagonDAGToDAGISel()
/llvm-project/libc/src/time/
H A Dtime_utils.cpp45 int64_t update_from_seconds(int64_t total_seconds, struct tm *tm) { in update_from_seconds() argument
[all...]
/llvm-project/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp39 VEDAGToDAGISel(VETargetMachine & tm) VEDAGToDAGISel() argument
75 VEDAGToDAGISelLegacy(VETargetMachine & tm) VEDAGToDAGISelLegacy() argument
/llvm-project/mlir/lib/ExecutionEngine/
H A DJitRunner.cpp183 std::unique_ptr<llvm::TargetMachine> tm = nullptr) { in compileAndExecute()
222 CompileAndExecuteConfig config, std::unique_ptr<llvm::TargetMachine> tm) { in compileAndExecuteVoidFunction()
269 CompileAndExecuteConfig config, std::unique_ptr<llvm::TargetMachine> tm) { in compileAndExecuteSingleReturnFunction()
H A DExecutionEngine.cpp132 llvm::TargetMachine *tm) { in setupTargetTripleAndDataLayout() argument
234 std::unique_ptr<llvm::TargetMachine> tm) { in create() argument
/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp42 SparcDAGToDAGISel(SparcTargetMachine & tm) SparcDAGToDAGISel() argument
72 SparcDAGToDAGISelLegacy(SparcTargetMachine & tm) SparcDAGToDAGISelLegacy() argument
/llvm-project/mlir/lib/Tools/mlir-translate/
H A DMlirTranslateMain.cpp105 DefaultTimingManager tm; in mlirTranslateMain() local
/llvm-project/mlir/include/mlir/Support/
H A DTiming.h253 Timer(TimingManager &tm, void *handle) : tm(&tm), handle(handle) {} in Timer()

12