HomeSort by relevance Sort by last modified time
    Searched full:compiler_warn (Results 1 - 1 of 1) sorted by null

  /external/minijail/
syscall_filter.c 21 #define compiler_warn(_state, _msg, ...) \ macro
26 compiler_warn(_state, _msg ": %m", ## __VA_ARGS__)
187 compiler_warn(state, "empty atom");
193 compiler_warn(state, "invalid atom '%s'", argidx_str);
199 compiler_warn(state, "invalid atom '%s %s'", argidx_str,
207 compiler_warn(state, "extra token '%s'", extra);
212 compiler_warn(state, "invalid argument token '%s'", argidx_str);
223 compiler_warn(state, "invalid argument index '%s'",
230 compiler_warn(state, "invalid operator '%s'", operator_str);
237 compiler_warn(state, "invalid constant '%s'", constant_str)
    [all...]

Completed in 75 milliseconds