Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Dattr-likelihood-if-branch-weights.cpp318 void ReturnStmt() { in ReturnStmt() function
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTestingSupportTest.cpp62 TEST(BuildStatementToAnnotationMappingTest, ReturnStmt) { in TEST() argument
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp180 void TestAfterDivZeroChecker::checkEndFunction(const ReturnStmt *, in checkEndFunction()
/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h332 ReturnStmt, ///< Return statement for the thunk function. enumerator
359 Stmt *ReturnStmt = nullptr; member
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h68 class ReturnStmt; variable
/llvm-project/flang/lib/Semantics/
H A Dcheck-coarray.cpp38 void Post(const parser::ReturnStmt &) { in Post() argument
H A Dcheck-directive-structure.h53 Post(const parser::ReturnStmt &) Post() argument
H A Dcheck-do-forall.cpp282 Post(const parser::ReturnStmt &) Post() argument
/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1270 StmtResult ReturnStmt = makeReturnOnAllocFailure() local
1777 StmtResult ReturnStmt; makeGroDeclAndReturnStmt() local
[all...]
H A DSemaDeclCXX.cpp8378 StmtResult ReturnStmt = S.BuildReturnStmt(Loc, RetVal.get()); build() local
8605 StmtResult ReturnStmt = S.BuildReturnStmt(Loc, VDRef.get()); visitExpandedSubobject() local
H A DTreeTransform.h8495 if (auto *ReturnStmt = S->getReturnStmt()) { TransformCoroutineBodyStmt() local
/llvm-project/clang/lib/AST/
H A DStmt.cpp1190 ReturnStmt::ReturnStmt(SourceLocation RL, Expr *E, const VarDecl *NRVOCandidate) ReturnStmt() function in ReturnStmt
1199 ReturnStmt::ReturnStmt(EmptyShell Empty, bool HasNRVOCandidate) ReturnStmt() function in ReturnStmt
[all...]
/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h56 class ReturnStmt; variable
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h333 ReturnStmt(SMRange loc, Expr *resultExpr) in ReturnStmt() function
/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp124 ReturnStmt, global() enumerator
/llvm-project/flang/lib/Lower/
H A DPFTBuilder.cpp852 __anonc96f36d91e02(const parser::ReturnStmt &) analyzeBranches() argument
H A DOpenACC.cpp2071 __anon0089c3c10d02(const Fortran::parser::ReturnStmt &) hasEarlyReturn() argument
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8187 AST_MATCHER_P(ReturnStmt,hasReturnValue,internal::Matcher<Expr>,InnerMatcher) AST_MATCHER_P() argument