Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp285 const SVal &AmountVal = IsIterOnLHS ? RVal : LVal; in checkPostStmt() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp995 uint64_t AmountVal = isInc ? 1 : -1; in EmitComplexPrePostIncDec() local