Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp935 static void splitVarStateForIf(const IfStmt *IfNode, const VarTestResult &Test, in splitVarStateForIf() argument
1234 if (const auto *IfNode = in splitState() local
1236 const Expr *Cond = IfNode->getCond(); in splitState()
1245 splitVarStateForIf(IfNode, PInfo.getVarTest(), CurrStates.get(), in splitState()