Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp180 void TestAfterDivZeroChecker::checkEndFunction(const ReturnStmt *, in checkEndFunction()
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h332 ReturnStmt, ///< Return statement for the thunk function. enumerator
359 Stmt *ReturnStmt = nullptr; member
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h68 class ReturnStmt; variable
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1361 StmtResult ReturnStmt = makeReturnOnAllocFailure() local
1868 StmtResult ReturnStmt; makeGroDeclAndReturnStmt() local
[all...]
H A DSemaDeclCXX.cpp8511 StmtResult ReturnStmt = S.BuildReturnStmt(Loc, RetVal.get()); build() local
8738 StmtResult ReturnStmt = S.BuildReturnStmt(Loc, VDRef.get()); visitExpandedSubobject() local
H A DTreeTransform.h8209 if (auto *ReturnStmt = S->getReturnStmt()) { TransformCoroutineBodyStmt() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1189 // ReturnStmt in ReturnStmt() function in ReturnStmt
1198 ReturnStmt::ReturnStmt(EmptyShell Empty, bool HasNRVOCandidate) ReturnStmt() function in ReturnStmt
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h56 class ReturnStmt; variable
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp120 ReturnStmt, global() enumerator
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8157 AST_MATCHER_P(ReturnStmt,hasReturnValue,internal::Matcher<Expr>,InnerMatcher) AST_MATCHER_P() argument