Searched refs:constant_names (Results 1 – 1 of 1) sorted by relevance
971 set<string> constant_names; in CheckValidWithMembers() local973 if (constant_names.count(constant->GetName()) > 0) { in CheckValidWithMembers()977 constant_names.insert(constant->GetName()); in CheckValidWithMembers()1460 set<string> constant_names; in CheckValid() local1462 if (constant_names.count(constant->GetName()) > 0) { in CheckValid()1466 constant_names.insert(constant->GetName()); in CheckValid()