Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDLoopUnrolling.cpp129 anyOf(gotoStmt(), switchStmt(), returnStmt(), in hasSuspiciousStmt()
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
HDRegistry.cpp236 REGISTER_MATCHER(gotoStmt); in RegistryMaps()
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/
HDASTMatchersInternal.cpp755 const internal::VariadicDynCastAllOfMatcher<Stmt, GotoStmt> gotoStmt; variable
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h2050 extern const internal::VariadicDynCastAllOfMatcher<Stmt, GotoStmt> gotoStmt;