Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp460 MapType PropagationMap; member in clang::consumed::ConsumedStmtVisitor
466 return PropagationMap.find(E->IgnoreParens()); in findInfo()
473 return PropagationMap.find(E->IgnoreParens()); in findInfo()
477 PropagationMap.insert(PairType(E->IgnoreParens(), PI)); in insertInfo()
515 if (Entry != PropagationMap.end()) in getInfo()
531 if (Entry != PropagationMap.end()) in forwardInfo()
540 if (Entry != PropagationMap.end()) { in copyInfo()
553 if (Entry != PropagationMap.end()) { in getInfo()
563 if (Entry != PropagationMap.end()) { in setInfo()
621 if (Entry == PropagationMap.end() || Entry->second.isTest()) in handleCall()
[all …]