Home
last modified time | relevance | path

Searched defs:RunType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DResultAnalyzerMain.cpp64 std::string RunType; in fromJSON() local
/llvm-project-15.0.7/clang/test/Parser/
H A DDelayedTemplateParsing.cpp64 typedef void RunType(); typedef in PR11931::Callback
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1525 enum RunType { RT_Iteration, RT_Aggregate }; enum