Home
last modified time | relevance | path

Searched refs:isAllEnumCasesCovered (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDCFG.cpp4408 SwitchAlwaysHasSuccessor |= Terminator->isAllEnumCasesCovered() && in VisitSwitchStmt()
5396 if (S->isAllEnumCasesCovered()) { in FilterEdge()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h2559 bool isAllEnumCasesCovered() const { in isAllEnumCasesCovered() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp238 Record.push_back(S->isAllEnumCasesCovered()); in VisitSwitchStmt()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngine.cpp3055 if (SS->isAllEnumCasesCovered()) in processSwitch()