Searched refs:IsPythonReserved (Results 1 – 3 of 3) sorted by relevance
30 bool IsPythonReserved(const string& s);
53 bool IsPythonReserved(const string& s) { in IsPythonReserved() function114 if (IsPythonReserved(result)) return strings::StrCat(result, "_"); in AvoidPythonReserved()
1221 bool is_reserved = python_op_gen_internal::IsPythonReserved(function_name);