Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDIteratorModeling.cpp286 SVal AmountVal = IsIterOnLHS ? RVal : LVal; in checkPostStmt() local
288 AmountVal); in checkPostStmt()
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGExpr.cpp1212 uint64_t AmountVal = isInc ? 1 : -1; in EmitComplexPrePostIncDec() local
1213 NextVal = llvm::ConstantInt::get(InVal.first->getType(), AmountVal, true); in EmitComplexPrePostIncDec()