OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getStmtAs
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
TestAfterDivZeroChecker.cpp
104
if (const BinaryOperator *BO = P->
getStmtAs
<BinaryOperator>()) {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp
298
if (auto *BO = PS->
getStmtAs
<BinaryOperator>())
1242
const DeclStmt *DS = P->
getStmtAs
<DeclStmt>();
1447
if (const BinaryOperator *BO = P->
getStmtAs
<BinaryOperator>())
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
ProgramPoint.h
282
const T*
getStmtAs
() const { return dyn_cast<T>(getStmt()); }
Completed in 26 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026