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