Searched refs:DstNames (Results 1 – 1 of 1) sorted by relevance
2791 std::map<std::string, NameRecord> SrcNames, DstNames; in AddPatternToMatch() local2793 FindNames(PTM.getDstPattern(), DstNames, Pattern); in AddPatternToMatch()2798 I = DstNames.begin(), E = DstNames.end(); I != E; ++I) { in AddPatternToMatch()2808 if (DstNames[I->first].first == 0 && SrcNames[I->first].second == 1) in AddPatternToMatch()