Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Parser/
H A DDelayedTemplateParsing.cpp54 template <typename RunType>
64 typedef void RunType(); typedef in PR11931::Callback
66 template <typename RunType>
67 Callback(BindState<RunType> bind_state) { in Callback()
68 BindState<RunType>::Run(); in Callback()
/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DResultAnalyzerMain.cpp64 std::string RunType; in fromJSON() local
67 O.map("run_type", RunType) && O.map("label", Label)) { in fromJSON()
72 Out.Type = StringSwitch<SampleType>(RunType) in fromJSON()
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1525 enum RunType { RT_Iteration, RT_Aggregate }; enum
1549 RunType run_type;