Lines Matching refs:getCoveredFunctions
360 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
388 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
406 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
438 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
490 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
515 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
540 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
567 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
590 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
621 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
820 for (const auto &Func : LoadedCoverage->getCoveredFunctions()) { in TEST_P()
835 for (const auto &Func : LoadedCoverage->getCoveredFunctions()) in TEST_P()
849 for (const auto &Func : LoadedCoverage->getCoveredFunctions()) in TEST_P()
918 auto Funcs = LoadedCoverage->getCoveredFunctions(); in TEST_P()