OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LastStmt
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp
246
if (Optional<CFGStmt>
LastStmt
= LastElement.getAs<CFGStmt>()) {
247
RS = dyn_cast<ReturnStmt>(
LastStmt
->getStmt());
ExprEngine.cpp
2130
const Stmt *
LastStmt
= CS->getStmt();
2131
assert(
LastStmt
== Condition ||
LastStmt
== getRightmostLeaf(Condition));
2132
return
LastStmt
;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CoverageMappingGen.cpp
965
const Stmt *
LastStmt
= nullptr;
974
if (
LastStmt
&& HasTerminateStmt && !dyn_cast<AttributedStmt>(Child)) {
975
auto Gap = findGapAreaBetween(getEnd(
LastStmt
), getStart(Child));
983
LastStmt
= Child;
CodeGenFunction.cpp
650
auto
LastStmt
= CS->body_rbegin();
651
if (
LastStmt
!= CS->body_rend())
652
return isa<ReturnStmt>(*
LastStmt
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
AnalysisBasedWarnings.cpp
1147
const Stmt *
LastStmt
= getLastStmt(*P);
1148
if (const AttributedStmt *AS = asFallThroughAttr(
LastStmt
)) {
1154
if (!
LastStmt
) { // This block contains no executable statements.
SemaStmt.cpp
2050
Stmt *
LastStmt
= CS->body_back();
2051
if (!
LastStmt
) return;
2057
if (!ProcessIterationStmt(S,
LastStmt
, LastIncrement, LastDRE)) return;
SemaExpr.cpp
15003
if (const auto *
LastStmt
=
15005
if (const Expr *Value =
LastStmt
->getExprStmt()) {
Completed in 100 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026