Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp285 SVal AmountVal = IsIterOnLHS ? RVal : LVal; in checkPostStmt() local
287 AmountVal); in checkPostStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1218 uint64_t AmountVal = isInc ? 1 : -1; in EmitComplexPrePostIncDec() local
1219 NextVal = llvm::ConstantInt::get(InVal.first->getType(), AmountVal, true); in EmitComplexPrePostIncDec()