Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp388 if (auto *IfS = dyn_cast<IfStmt>(S)) { in findStmtsInUnspecifiedUntypedContext() local
389 if (IfS->getThen()) in findStmtsInUnspecifiedUntypedContext()
390 InnerMatcher(IfS->getThen()); in findStmtsInUnspecifiedUntypedContext()
391 if (IfS->getElse()) in findStmtsInUnspecifiedUntypedContext()
392 InnerMatcher(IfS->getElse()); in findStmtsInUnspecifiedUntypedContext()