Searched refs:g_reservedInstructions (Results 1 – 1 of 1) sorted by relevance
31 static std::set<std::string> g_reservedInstructions = { variable87 if (g_reservedInstructions.find(scriptName) != g_reservedInstructions.end()) { in IsReservedInstruction()