Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp135 anyOf(gotoStmt(), switchStmt(), returnStmt(), in hasSuspiciousStmt()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp489 returnStmt(hasReturnValue(canResolveToExpr(Exp))); in findDirectMutation()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp561 REGISTER_MATCHER(returnStmt); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp941 const internal::VariadicDynCastAllOfMatcher<Stmt, ReturnStmt> returnStmt; variable
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2332 extern const internal::VariadicDynCastAllOfMatcher<Stmt, ReturnStmt> returnStmt;