Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp928 static void splitVarStateForIf(const IfStmt *IfNode, const VarTestResult &Test, in splitVarStateForIf() argument
1227 if (const auto *IfNode = in splitState() local
1229 if (IfNode->isConsteval()) in splitState()
1232 const Expr *Cond = IfNode->getCond(); in splitState()
1241 splitVarStateForIf(IfNode, PInfo.getVarTest(), CurrStates.get(), in splitState()