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
469 return PropagationMap.find(E->IgnoreParens()); in findInfo()
472 return PropagationMap.find(E->IgnoreParens()); in findInfo()
475 PropagationMap.insert(PairType(E->IgnoreParens(), PI)); in insertInfo()
514 if (Entry != PropagationMap.end()) in getInfo()
528 if (Entry != PropagationMap.end()) in forwardInfo()
538 if (Entry != PropagationMap.end()) { in copyInfo()
552 if (Entry != PropagationMap.end()) { in getInfo()
563 if (Entry != PropagationMap.end()) { in setInfo()
625 if (Entry == PropagationMap.end() || Entry->second.isTest()) in handleCall()
[all …]