Home
last modified time | relevance | path

Searched defs:analysis (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/
H A DPassSupport.h39 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \ argument
44 #define INITIALIZE_PASS_END(passName, arg, name, cfg, analysis) \ argument
56 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \ argument
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp7173 …auto analysis = Catch::Benchmark::Detail::analyse_samples(cfg.benchmarkConfidenceInterval(), cfg.b… in analyse() local