| /llvm-project-15.0.7/libcxx/include/ |
| H A D | ctime | 40 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 D | time_h.pass.cpp | 37 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 D | ctime.pass.cpp | 41 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 D | err33-c.rst | 64 * localtime()
|
| /llvm-project-15.0.7/third-party/benchmark/src/ |
| H A D | timers.cc | 211 std::tm* timeinfo_p = ::localtime(&now); in LocalDateTimeString()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/ |
| H A D | CF.cpp | 33 tm *tm_date = localtime(&epoch); in CFAbsoluteTimeSummaryProvider()
|
| /llvm-project-15.0.7/lldb/examples/summaries/cocoa/ |
| H A D | NSDate.py | 59 return xcode_format_time(time.localtime(X))
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | std-c-library-functions-POSIX.c | 261 struct tm *localtime(const time_t *tp);
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_stats.cpp | 502 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 D | MapFile.cpp | 60 tm *time = localtime(&tds); in writeFormattedTimestamp()
|
| /llvm-project-15.0.7/clang/www/demo/ |
| H A D | index.cgi | 71 my $time = scalar localtime;
|
| /llvm-project-15.0.7/llvm/tools/llvm-ml/ |
| H A D | llvm-ml.cpp | 155 TM = *localtime(&Timestamp); in AssembleInput()
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | PPMacroExpansion.cpp | 1089 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 D | preprocessor.cpp | 233 std::strftime(buffer, sizeof buffer, format, std::localtime(&now))}; in FormatTime()
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 2268 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 D | CSymbolMap.inc | 595 SYMBOL(localtime, None, <time.h>)
|
| H A D | StdSymbolMap.inc | 721 SYMBOL(localtime, std::, <ctime>)
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 105 #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 D | gtest.cc | 3721 struct tm* tm_ptr = localtime(&seconds); // NOLINT in PortableLocaltime()
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2201 fun:localtime=uninstrumented
|