/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | ReturnValueChecker.cpp | 119 if (!RS || !RS->getRetValue()) in checkEndFunction() 137 SVal ReturnV = State->getSVal(RS->getRetValue(), C.getLocationContext()); in checkEndFunction()
|
D | ReturnPointerRangeChecker.cpp | 39 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
|
D | ReturnUndefChecker.cpp | 40 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
|
D | IdenticalExprChecker.cpp | 372 return isIdenticalStmt(Ctx, ReturnStmt1->getRetValue(), in isIdenticalStmt() 373 ReturnStmt2->getRetValue(), IgnoreSideEffects); in isIdenticalStmt()
|
D | MIGChecker.cpp | 287 bugreporter::trackExpressionValue(N, RS->getRetValue(), *R, in checkReturnAux()
|
D | ObjCSelfInitChecker.cpp | 216 checkForInvalidSelf(S->getRetValue(), C, in checkPreStmt()
|
D | StackAddrEscapeChecker.cpp | 257 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ReturnPointerRangeChecker.cpp | 39 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
|
D | ReturnUndefChecker.cpp | 41 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
|
D | IdenticalExprChecker.cpp | 368 return isIdenticalStmt(Ctx, ReturnStmt1->getRetValue(), in isIdenticalStmt() 369 ReturnStmt2->getRetValue(), IgnoreSideEffects); in isIdenticalStmt()
|
D | StackAddrEscapeChecker.cpp | 122 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
|
D | ObjCSelfInitChecker.cpp | 217 checkForInvalidSelf(S->getRetValue(), C, in checkPreStmt()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | TransAutoreleasePool.cpp | 307 if ((retS->getRetValue() == nullptr || in handlePoolScope() 308 isa<DeclRefExpr>(retS->getRetValue()->IgnoreParenCasts())) && in handlePoolScope()
|
D | TransRetainReleaseDealloc.cpp | 198 return RefD == getReferencedDecl(RetS->getRetValue()); in isReturnedAfterAutorelease()
|
/external/clang/lib/ARCMigrate/ |
D | TransAutoreleasePool.cpp | 308 if ((retS->getRetValue() == nullptr || in handlePoolScope() 309 isa<DeclRefExpr>(retS->getRetValue()->IgnoreParenCasts())) && in handlePoolScope()
|
D | TransRetainReleaseDealloc.cpp | 194 return RefD == getReferencedDecl(RetS->getRetValue()); in isReturnedAfterAutorelease()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | Environment.cpp | 99 if (const Expr *RE = RS->getRetValue()) in getSVal()
|
/external/llvm-project/clang/lib/AST/Interp/ |
D | ByteCodeStmtGen.cpp | 164 if (const Expr *RE = RS->getRetValue()) { in visitReturnStmt()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Hover.cpp | 408 if (!OnlyReturn || !OnlyReturn->getRetValue()) in getterVariableName() 410 return fieldName(OnlyReturn->getRetValue()); in getterVariableName() 433 if (!Ret || !Ret->getRetValue()) in setterVariableName() 435 const Expr *RetVal = Ret->getRetValue()->IgnoreCasts(); in setterVariableName()
|
/external/llvm-project/clang/lib/Analysis/ |
D | ConstructionContext.cpp | 121 assert(!RS->getRetValue()->getType().getCanonicalType() in createBoundTemporaryFromLayers()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | Environment.cpp | 125 if (const Expr *RE = RS->getRetValue()) in getSVal()
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | NonConstParameterCheck.cpp | 89 markCanNotBeConst(R->getRetValue(), true); in check()
|
D | SimplifyBooleanExprCheck.cpp | 285 if (const auto *Bool = dyn_cast<CXXBoolLiteralExpr>(Ret->getRetValue())) { in stmtReturnsBool() 289 if (const auto *Unary = dyn_cast<UnaryOperator>(Ret->getRetValue())) { in stmtReturnsBool()
|
/external/llvm-project/lldb/tools/lldb-instr/ |
D | Instrument.cpp | 140 Expr *E = Stmt->getRetValue(); in VisitReturnStmt()
|
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 561 if (Expr *retValue = ret->getRetValue()) in findEnumForBlockReturn() 595 Expr *retValue = ret->getRetValue(); in adjustBlockReturnsToEnum() 687 const Expr *RetE = RS->getRetValue(); in deduceClosureReturnType()
|