Home
last modified time | relevance | path

Searched refs:localtime (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/libcxx/include/
H A Dctime40 tm* localtime(const time_t* timer);
72 using ::localtime _LIBCPP_USING_IF_EXISTS;
/llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/
H A Dtime_h.pass.cpp37 static_assert((std::is_same<decltype(localtime(&t)), tm*>::value), ""); in main()
/llvm-project-15.0.7/libcxx/test/std/language.support/support.runtime/
H A Dctime.pass.cpp41 static_assert((std::is_same<decltype(std::localtime(&t)), std::tm*>::value), ""); in main()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cert/
H A Derr33-c.rst64 * localtime()
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dtimers.cc211 std::tm* timeinfo_p = ::localtime(&now); in LocalDateTimeString()
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp33 tm *tm_date = localtime(&epoch); in CFAbsoluteTimeSummaryProvider()
/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A DNSDate.py59 return xcode_format_time(time.localtime(X))
/llvm-project-15.0.7/clang/test/Analysis/
H A Dstd-c-library-functions-POSIX.c261 struct tm *localtime(const time_t *tp);
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_stats.cpp502 struct tm *tm_info = localtime(&timer); in getTime()
773 std::strftime(&buffer[0], sizeof(buffer), "%c", std::localtime(&now)); in printHeaderInfo()
/llvm-project-15.0.7/lld/COFF/
H A DMapFile.cpp60 tm *time = localtime(&tds); in writeFormattedTimestamp()
/llvm-project-15.0.7/clang/www/demo/
H A Dindex.cgi71 my $time = scalar localtime;
/llvm-project-15.0.7/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp155 TM = *localtime(&Timestamp); in AssembleInput()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPMacroExpansion.cpp1089 struct tm *TM = localtime(&TT); in ComputeDATE_TIME()
1608 struct tm *TM = localtime(&TT); in ExpandBuiltinMacro()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dpreprocessor.cpp233 std::strftime(buffer, sizeof buffer, format, std::localtime(&now))}; in FormatTime()
/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2268 TEST(MemorySanitizer, localtime) { in TEST() argument
2270 struct tm *time = localtime(&t); in TEST()
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc595 SYMBOL(localtime, None, <time.h>)
H A DStdSymbolMap.inc721 SYMBOL(localtime, std::, <ctime>)
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc105 #define localtime __locatime50
164 #define localtime __localtime64
1422 INTERCEPTOR(__sanitizer_tm *, localtime, unsigned long *timep) {
1424 COMMON_INTERCEPTOR_ENTER(ctx, localtime, timep);
1425 __sanitizer_tm *res = REAL(localtime)(timep);
1529 COMMON_INTERCEPT_FUNCTION(localtime); \
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc3721 struct tm* tm_ptr = localtime(&seconds); // NOLINT in PortableLocaltime()
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2201 fun:localtime=uninstrumented