Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DIdempotentOperationChecker.cpp107 AssumptionMap; typedef in __anon98cbdff20111::IdempotentOperationChecker
108 mutable AssumptionMap hash;
350 for (AssumptionMap::const_iterator i = hash.begin(); i != hash.end(); ++i) { in checkEndAnalysis()