Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DConsumed.cpp466 MapType PropagationMap; member in clang::consumed::ConsumedStmtVisitor
472 return PropagationMap.find(E->IgnoreParens()); in findInfo()
478 return PropagationMap.find(E->IgnoreParens()); in findInfo()
481 PropagationMap.insert(PairType(E->IgnoreParens(), PI)); in insertInfo()
520 if (Entry != PropagationMap.end()) in getInfo()
534 if (Entry != PropagationMap.end()) in forwardInfo()
544 if (Entry != PropagationMap.end()) { in copyInfo()
558 if (Entry != PropagationMap.end()) { in getInfo()
569 if (Entry != PropagationMap.end()) { in setInfo()
631 if (Entry == PropagationMap.end() || Entry->second.isTest()) in handleCall()
[all …]