Home
last modified time | relevance | path

Searched refs:ftime (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/test/Headers/
H A Dopencl-c-header.cl24 …les -fimplicit-module-maps -fmodules-cache-path=%t -fdisable-module-hash -ftime-report %s 2>&1 | F…
29 …les -fimplicit-module-maps -fmodules-cache-path=%t -fdisable-module-hash -ftime-report %s 2>&1 | F…
35 …les -fimplicit-module-maps -fmodules-cache-path=%t -fdisable-module-hash -ftime-report %s 2>&1 | F…
41 …les -fimplicit-module-maps -fmodules-cache-path=%t -fdisable-module-hash -ftime-report %s 2>&1 | F…
46 …-default-header -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -ftime-report %s 2>&1 | F…
47 …-default-header -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -ftime-report %s 2>&1 | F…
49 …-default-header -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -ftime-report %s 2>&1 | F…
50 …-default-header -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -ftime-report %s 2>&1 | F…
/llvm-project-15.0.7/compiler-rt/test/msan/
H A Dftime.cpp13 int res = ftime(&tb); in main()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
H A Dlast_write_time.pass.cpp440 file_time_type ftime = last_write_time(file); in TEST_CASE() local
441 TEST_CHECK(CompareTime(ftime, file_write_time)); in TEST_CASE()
457 TEST_CHECK(ftime2 > ftime); in TEST_CASE()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.def294 CODEGENOPT(TimePasses , 1, 0) ///< Set when -ftime-report or -ftime-report= is enabled.
295 CODEGENOPT(TimePassesPerRun , 1, 0) ///< Set when -ftime-report=per-pass-run is enabled.
296 CODEGENOPT(TimeTrace , 1, 0) ///< Set when -ftime-trace is enabled.
/llvm-project-15.0.7/clang/docs/CommandGuide/
H A Dclang.rst605 .. option:: -ftime-report
/llvm-project-15.0.7/clang/docs/
H A DClangCommandLineReference.rst2571 .. option:: -ftime-report
2574 .. option:: -ftime-report=<arg>
2579 .. option:: -ftime-trace
2585 .. option:: -ftime-trace-granularity=<arg>
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc155 #define ftime __ftime64
5966 INTERCEPTOR(int, ftime, __sanitizer_timeb *tp) {
5968 COMMON_INTERCEPTOR_ENTER(ctx, ftime, tp);
5972 int res = REAL(ftime)(tp);
5977 #define INIT_FTIME COMMON_INTERCEPT_FUNCTION(ftime);
/llvm-project-15.0.7/openmp/docs/design/
H A DRuntimes.rst711 similar to Clang's ``-ftime-trace`` option. This generates a JSON file based on
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td2855 def ftime_report : Flag<["-"], "ftime-report">, Group<f_Group>, Flags<[CC1Option]>,
2857 def ftime_report_EQ: Joined<["-"], "ftime-report=">, Group<f_Group>,
2862 def ftime_trace : Flag<["-"], "ftime-trace">, Group<f_Group>,
2870 def ftime_trace_granularity_EQ : Joined<["-"], "ftime-trace-granularity=">, Group<f_Group>,
2874 def ftime_trace_EQ : Joined<["-"], "ftime-trace=">, Group<f_Group>,
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1798 fun:ftime=uninstrumented