Searched refs:OperandNames (Results 1 – 2 of 2) 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()