Home
last modified time | relevance | path

Searched refs:returnStmt (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/Analysis/
H A DExprMutationAnalyzer.cpp357 returnStmt(hasReturnValue(canResolveToExpr(equalsNode(Exp)))); in findDirectMutation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp518 REGISTER_MATCHER(returnStmt); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp888 const internal::VariadicDynCastAllOfMatcher<Stmt, ReturnStmt> returnStmt; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2194 extern const internal::VariadicDynCastAllOfMatcher<Stmt, ReturnStmt> returnStmt;