Searched defs:PropagationMap (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
H A DConsumed.cpp466 MapType PropagationMap; member in class:clang::consumed::ConsumedStmtVisitor
469 return PropagationMap.find(E->IgnoreParens());
472 return PropagationMap.find(E->IgnoreParens());
475 PropagationMap.insert(PairType(E->IgnoreParens(), PI));
514 if (Entry != PropagationMap.end())
528 if (Entry != PropagationMap.end())
538 if (Entry != PropagationMap.end()) {
552 if (Entry != PropagationMap.end()) {
563 if (Entry != PropagationMap.end()) {
625 if (Entry == PropagationMap
[all...]

Completed in 94 milliseconds