Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp129 anyOf(gotoStmt(), switchStmt(), returnStmt(), in hasSuspiciousStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp553 stmt(anyOf(ifStmt(), switchStmt(), conditionalOperator(), AssertLikeM, in hasUnguardedAccess()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp532 REGISTER_MATCHER(switchStmt); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp892 const internal::VariadicDynCastAllOfMatcher<Stmt, SwitchStmt> switchStmt; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2239 extern const internal::VariadicDynCastAllOfMatcher<Stmt, SwitchStmt> switchStmt;