Home
last modified time | relevance | path

Searched refs:switchStmt (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp135 anyOf(gotoStmt(), switchStmt(), returnStmt(), in hasSuspiciousStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp548 stmt(anyOf(ifStmt(), switchStmt(), conditionalOperator(), AssertLikeM, in hasUnguardedAccess()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp571 REGISTER_MATCHER(switchStmt); in RegistryMaps()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp914 const internal::VariadicDynCastAllOfMatcher<Stmt, SwitchStmt> switchStmt; variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2327 extern const internal::VariadicDynCastAllOfMatcher<Stmt, SwitchStmt> switchStmt;