Home
last modified time | relevance | path

Searched refs:SuspiciousStmt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1270 const Stmt *SuspiciousStmt = S->getStmt(); in isPossiblyEmptyImpl() local
1272 if (isa<ReturnStmt>(SuspiciousStmt)) { in isPossiblyEmptyImpl()
1276 const_cast<Stmt *>(SuspiciousStmt)); in isPossiblyEmptyImpl()
1281 return SuspiciousStmt->getBeginLoc().isMacroID() || in isPossiblyEmptyImpl()
1283 ReturnChildren->hasParent(SuspiciousStmt)); in isPossiblyEmptyImpl()