Home
last modified time | relevance | path

Searched refs:isCovered (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DPopulateSwitch.cpp64 bool isCovered() const { return Data.getInt(); } in isCovered() function in clang::clangd::__anond5c3c6910111::PopulateSwitch::ExpectedCase
179 [](auto &Pair) { return Pair.second.isCovered(); }); in REGISTER_TWEAK()
191 if (EnumConstant.second.isCovered()) in apply()
/external/llvm-project/llvm/include/llvm/Support/
DCodeGenCoverage.h30 bool isCovered(uint64_t RuleID) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCodeGenCoverage.h30 bool isCovered(uint64_t RuleID) const;
/external/llvm-project/llvm/lib/Support/
DCodeGenCoverage.cpp34 bool CodeGenCoverage::isCovered(uint64_t RuleID) const { in isCovered() function in CodeGenCoverage
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCodeGenCoverage.cpp40 bool CodeGenCoverage::isCovered(uint64_t RuleID) const { in isCovered() function in CodeGenCoverage
/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp5580 if (RuleCoverage->isCovered(MatcherOrErr->getRuleID())) in run()