Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Analysis/
HDCFG.cpp2727 SwitchAlwaysHasSuccessor |= Terminator->isAllEnumCasesCovered() && in VisitSwitchStmt()
3484 if (S->isAllEnumCasesCovered()) { in FilterEdge()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDStmt.h985 bool isAllEnumCasesCovered() const { in isAllEnumCasesCovered() function
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDExprEngine.cpp1661 if (SS->isAllEnumCasesCovered()) in processSwitch()
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterStmt.cpp138 Record.push_back(S->isAllEnumCasesCovered()); in VisitSwitchStmt()