Home
last modified time | relevance | path

Searched defs:ReturnStmt (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp181 void TestAfterDivZeroChecker::checkEndFunction(const ReturnStmt *, in checkEndFunction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtCXX.h331 ReturnStmt, ///< Return statement for the thunk function. enumerator
358 Stmt *ReturnStmt = nullptr; member
H A DStmt.h259 friend class ReturnStmt; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h67 class ReturnStmt; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp1234 StmtResult ReturnStmt = in makeReturnOnAllocFailure() local
1616 StmtResult ReturnStmt = S.BuildReturnStmt(Loc, declRef.get()); in makeGroDeclAndReturnStmt() local
H A DSemaDeclCXX.cpp8077 StmtResult ReturnStmt = S.BuildReturnStmt(Loc, RetVal.get()); in build() local
8303 StmtResult ReturnStmt = S.BuildReturnStmt(Loc, VDRef.get()); in visitExpandedSubobject() local
H A DTreeTransform.h7821 if (auto *ReturnStmt = S->getReturnStmt()) { in TransformCoroutineBodyStmt() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp1175 ReturnStmt::ReturnStmt(SourceLocation RL, Expr *E, const VarDecl *NRVOCandidate) in ReturnStmt() function in ReturnStmt
1184 ReturnStmt::ReturnStmt(EmptyShell Empty, bool HasNRVOCandidate) in ReturnStmt() function in ReturnStmt
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h56 class ReturnStmt; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp117 ReturnStmt, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7435 AST_MATCHER_P(ReturnStmt, hasReturnValue, internal::Matcher<Expr>, in AST_MATCHER_P() argument