Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp391 const bool IsIterFirst = FirstType->isStructureOrClassType(); in handleOverloadedOperator() local
394 const SVal &Iterator = IsIterFirst ? FirstArg : SecondArg; in handleOverloadedOperator()
395 const SVal &Amount = IsIterFirst ? SecondArg : FirstArg; in handleOverloadedOperator()