Searched refs:OperandNames (Results 1 – 2 of 2) sorted by relevance
54 std::set<std::string> OperandNames; in CGIOperandList() local133 if (!OperandNames.insert(std::string(ArgName)).second) in CGIOperandList()164 if (!OperandNames.insert(std::string(SubArgName)).second) in CGIOperandList()
1104 std::set<std::string> OperandNames; in validate() local1115 Tok[0] == '$' && !OperandNames.insert(std::string(Tok)).second) { in validate()