Searched refs:OperandNames (Results 1 – 4 of 4) sorted by relevance
51 std::set<std::string> OperandNames; in CGIOperandList() local117 if (!OperandNames.insert(ArgName).second) in CGIOperandList()
1062 std::set<std::string> OperandNames; in validate() local1072 if (Tok[0] == '$' && !OperandNames.insert(Tok).second) { in validate()
56 std::set<std::string> OperandNames; in CGIOperandList() local130 if (!OperandNames.insert(std::string(ArgName)).second) in CGIOperandList()
1078 std::set<std::string> OperandNames; in validate() local1088 Tok[0] == '$' && !OperandNames.insert(std::string(Tok)).second) { in validate()