Searched refs:compiler_warn (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Python/ |
D | compile.c | 268 static int compiler_warn(struct compiler *, const char *, ...); 2592 return compiler_warn(c, msg); in check_compare() 3454 if (!compiler_warn(c, "assertion is always true, " in compiler_assert() 4161 return compiler_warn(c, "'%.200s' object is not callable; " in check_caller() 4188 return compiler_warn(c, "'%.200s' object is not subscriptable; " in check_subscripter() 4220 return compiler_warn(c, "%.200s indices must be integers or slices, " in check_index() 5558 compiler_warn(struct compiler *c, const char *format, ...) in compiler_warn() function
|