OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getStmt
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h
40
const Stmt *
getStmt
() const { return first; }
46
ID.AddPointer(E.
getStmt
());
SymbolManager.h
98
const Stmt *
getStmt
() const { return S; }
230
const Stmt *
getStmt
() const { return S; }
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CFG.h
138
const Stmt *
getStmt
() const {
535
Stmt *
getStmt
() { return Data.getPointer(); }
536
const Stmt *
getStmt
() const { return Data.getPointer(); }
1050
Stmt *getTerminatorStmt() { return Terminator.
getStmt
(); }
1051
const Stmt *getTerminatorStmt() const { return Terminator.
getStmt
(); }
1397
O(const_cast<Stmt *>(stmt->
getStmt
()));
1477
return Val.
getStmt
();
ConstructionContext.h
139
const Stmt *
getStmt
() const {
145
return hasStatement() ?
getStmt
() : nullptr;
ProgramPoint.h
279
const Stmt *
getStmt
() const { return (const Stmt*) getData1(); }
282
const T* getStmtAs() const { return dyn_cast<T>(
getStmt
()); }
346
const ReturnStmt *
getStmt
() const {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h
494
LabelStmt *
getStmt
() const { return TheStmt; }
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp
160
const Stmt *
getStmt
() const { return S; }
170
return RefState(AllocatedOfSizeZero, RS->
getStmt
(),
180
return RefState(Escaped, RS->
getStmt
(), RS->getAllocationFamily());
1821
const Expr *AllocExpr = cast<Expr>(RsBase->
getStmt
());
2094
const Expr *AllocExpr = cast<Expr>(RS->
getStmt
());
2836
HandleUseZeroAlloc(C, RS->
getStmt
()->getSourceRange(), Sym);
2892
RefState::getAllocated(RS->getAllocationFamily(), RS->
getStmt
()));
3234
const Stmt *S = RSCurr->
getStmt
();
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp
1035
const Stmt *S = SP->
getStmt
();
1227
if (!isa<ObjCForCollectionStmt>(PS->
getStmt
())) {
1229
PathDiagnosticLocation(PS->
getStmt
(), SM, C.getCurrLocationContext());
2134
ErrorNodeRange(
getStmt
() ?
getStmt
()->getSourceRange() : SourceRange()),
2357
const Stmt *PathSensitiveBugReport::
getStmt
() const {
2379
if (Ranges.empty() && isa_and_nonnull<Expr>(
getStmt
()))
2399
if (const ReturnStmt *RS = FE->
getStmt
())
Completed in 57 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026