Searched refs:AmountVal (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp286 const SVal &AmountVal = IsIterOnLHS ? RVal : LVal; local
288 AmountVal);
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp1027 uint64_t AmountVal = isInc ? 1 : -1; local
1028 NextVal = llvm::ConstantInt::get(InVal.first->getType(), AmountVal, true);

Completed in 225 milliseconds