OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRetValue
(Results
1 - 25
of
32
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ReturnPointerRangeChecker.cpp
39
const Expr *RetE = RS->
getRetValue
();
ReturnUndefChecker.cpp
40
const Expr *RetE = RS->
getRetValue
();
MIGChecker.cpp
287
bugreporter::trackExpressionValue(N, RS->
getRetValue
(), *R,
IdenticalExprChecker.cpp
372
return isIdenticalStmt(Ctx, ReturnStmt1->
getRetValue
(),
373
ReturnStmt2->
getRetValue
(), IgnoreSideEffects);
ObjCSelfInitChecker.cpp
216
checkForInvalidSelf(S->
getRetValue
(), C,
NullabilityChecker.cpp
571
auto RetExpr = S->
getRetValue
();
MallocChecker.cpp
2723
const Expr *E = S->
getRetValue
();
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp
307
if ((retS->
getRetValue
() == nullptr ||
308
isa<DeclRefExpr>(retS->
getRetValue
()->IgnoreParenCasts())) &&
TransRetainReleaseDealloc.cpp
198
return RefD == getReferencedDecl(RetS->
getRetValue
());
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
ByteCodeStmtGen.cpp
164
if (const Expr *RE = RS->
getRetValue
()) {
/src/external/apache2/llvm/dist/clang/lib/Analysis/
ConstructionContext.cpp
121
assert(!RS->
getRetValue
()->getType().getCanonicalType()
ReachableCode.cpp
97
if (const Expr *RE = RS->
getRetValue
()) {
Consumed.cpp
880
InfoEntry Entry = findInfo(Ret->
getRetValue
());
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
Environment.cpp
125
if (const Expr *RE = RS->
getRetValue
())
ExprEngineCXX.cpp
223
const Expr *RetE = RCC->getReturnStmt()->
getRetValue
();
ExprEngineCallAndReturn.cpp
1144
if (RS->
getRetValue
()) {
BugReporterVisitors.cpp
1049
const Expr *RetE = Ret->
getRetValue
();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLambda.cpp
639
if (Expr *retValue = ret->
getRetValue
())
673
Expr *retValue = ret->
getRetValue
();
763
const Expr *RetE = RS->
getRetValue
();
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenPGO.cpp
443
if (S->
getRetValue
())
444
Visit(S->
getRetValue
());
CoverageMappingGen.cpp
1012
if (S->
getRetValue
())
1013
Visit(S->
getRetValue
());
CGStmt.cpp
668
musttail = cast<CallExpr>(R->
getRetValue
()->IgnoreParens());
1199
const Expr *RV = S.
getRetValue
();
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtPrinter.cpp
399
if (Node->
getRetValue
()) {
401
PrintExpr(Node->
getRetValue
());
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountChecker.cpp
978
const Expr *RetE = S->
getRetValue
();
/src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp
1507
Builder.markExprChild(S->
getRetValue
(), syntax::NodeRole::ReturnValue);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h
2764
Expr *
getRetValue
() { return reinterpret_cast<Expr *>(RetExpr); }
2765
const Expr *
getRetValue
() const { return reinterpret_cast<Expr *>(RetExpr); }
Completed in 94 milliseconds
1
2
Indexes created Tue Jun 16 00:25:01 UTC 2026