Searched refs:user_defined_types (Results 1 – 1 of 1) sorted by relevance
474 std::set<CompilerType> user_defined_types; in DoExecute() local481 user_defined_types.emplace(*type); in DoExecute()486 if (user_defined_types.size() > 1) { in DoExecute()494 if (user_defined_types.size() == 1) { in DoExecute()495 compiler_type = *user_defined_types.begin(); in DoExecute()