Searched defs:ReturnStmt (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | TestAfterDivZeroChecker.cpp | 181 void TestAfterDivZeroChecker::checkEndFunction(const ReturnStmt *, in checkEndFunction()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | StmtCXX.h | 331 ReturnStmt, ///< Return statement for the thunk function. enumerator 358 Stmt *ReturnStmt = nullptr; member
|
H A D | Stmt.h | 259 friend class ReturnStmt; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 67 class ReturnStmt; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 1234 StmtResult ReturnStmt = in makeReturnOnAllocFailure() local 1616 StmtResult ReturnStmt = S.BuildReturnStmt(Loc, declRef.get()); in makeGroDeclAndReturnStmt() local
|
H A D | SemaDeclCXX.cpp | 8077 StmtResult ReturnStmt = S.BuildReturnStmt(Loc, RetVal.get()); in build() local 8303 StmtResult ReturnStmt = S.BuildReturnStmt(Loc, VDRef.get()); in visitExpandedSubobject() local
|
H A D | TreeTransform.h | 7821 if (auto *ReturnStmt = S->getReturnStmt()) { in TransformCoroutineBodyStmt() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Stmt.cpp | 1175 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 D | ScopeInfo.h | 56 class ReturnStmt; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 117 ReturnStmt, enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 7435 AST_MATCHER_P(ReturnStmt, hasReturnValue, internal::Matcher<Expr>, in AST_MATCHER_P() argument
|