Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp130 anyOf(gotoStmt(), switchStmt(), returnStmt(), in hasSuspiciousStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp265 const auto AsNonConstRefReturn = returnStmt(hasReturnValue(equalsNode(Exp))); in findDirectMutation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp458 REGISTER_MATCHER(returnStmt); in RegistryMaps()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp702 const internal::VariadicDynCastAllOfMatcher<Stmt, ReturnStmt> returnStmt; variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1953 extern const internal::VariadicDynCastAllOfMatcher<Stmt, ReturnStmt> returnStmt;