Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp286 const SVal &AmountVal = IsIterOnLHS ? RVal : LVal; in checkPostStmt() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp1027 uint64_t AmountVal = isInc ? 1 : -1; in EmitComplexPrePostIncDec() local