reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
473 return PropagationMap.find(E->IgnoreParens()); 480 return PropagationMap.find(E->IgnoreParens()); 484 PropagationMap.insert(PairType(E->IgnoreParens(), PI)); 522 if (Entry != PropagationMap.end()) 538 if (Entry != PropagationMap.end()) 547 if (Entry != PropagationMap.end()) { 560 if (Entry != PropagationMap.end()) { 570 if (Entry != PropagationMap.end()) { 628 if (Entry == PropagationMap.end() || Entry->second.isTest()) 662 if (Entry != PropagationMap.end()) { 677 PropagationMap.insert(PairType(Call, 697 PropagationMap.insert(PairType(Call, PropagationInfo(ReturnState))); 710 if (LEntry != PropagationMap.end() && LEntry->second.isVarTest()) { 717 if (REntry != PropagationMap.end() && REntry->second.isVarTest()) { 725 PropagationMap.insert(PairType(BinOp, PropagationInfo(BinOp, 765 if (Entry != PropagationMap.end() && !Entry->second.isTest()) { 767 PropagationMap.insert(PairType(Temp, PropagationInfo(Temp))); 783 PropagationMap.insert(PairType(Call, PropagationInfo(RetState))); 785 PropagationMap.insert(PairType(Call, 798 PropagationMap.insert(PairType(Call, PropagationInfo(RetState))); 835 PropagationMap.insert(PairType(DeclRef, PropagationInfo(Var))); 845 PropagationMap.insert(PairType(DeclS, PropagationInfo(Var))); 882 if (Entry != PropagationMap.end()) { 898 if (Entry == PropagationMap.end()) return; 902 PropagationMap.insert(PairType(UOp, Entry->second)); 907 PropagationMap.insert(PairType(UOp, Entry->second.invertTest())); 920 if (VIT != PropagationMap.end()) {