Searched refs:compiler_warn (Results 1 – 2 of 2) sorted by relevance
/external/minijail/ |
D | syscall_filter.c | 19 #define compiler_warn(_state, _msg, ...) \ macro 24 compiler_warn(_state, _msg ": %m", ## __VA_ARGS__) 242 compiler_warn(state, "empty atom"); in compile_atom() 248 compiler_warn(state, "invalid atom '%s'", argidx_str); in compile_atom() 254 compiler_warn(state, "invalid atom '%s %s'", argidx_str, in compile_atom() 262 compiler_warn(state, "extra token '%s'", extra); in compile_atom() 267 compiler_warn(state, "invalid argument token '%s'", argidx_str); in compile_atom() 278 compiler_warn(state, "invalid argument index '%s'", in compile_atom() 285 compiler_warn(state, "invalid operator '%s'", operator_str); in compile_atom() 292 compiler_warn(state, "invalid constant '%s'", constant_str); in compile_atom() [all …]
|
/external/python/cpython3/Python/ |
D | compile.c | 188 static int compiler_warn(struct compiler *, const char *, ...); 2470 return compiler_warn(c, msg); in check_compare() 3337 if (!compiler_warn(c, "assertion is always true, " in compiler_assert() 4011 return compiler_warn(c, "'%.200s' object is not callable; " in check_caller() 4038 return compiler_warn(c, "'%.200s' object is not subscriptable; " in check_subscripter() 4070 return compiler_warn(c, "%.200s indices must be integers or slices, " in check_index() 5338 compiler_warn(struct compiler *c, const char *format, ...) in compiler_warn() function
|