Lines Matching defs:no
139 * mode -- there must be no spaces between its arguments, and for nested
194 * pure (no side effects) functions, and unused variables. They are
319 #define __generic(expr, t, yes, no) \
320 _Generic(expr, t: yes, default: no)
322 #define __generic(expr, t, yes, no) \
324 __builtin_types_compatible_p(__typeof(expr), t), yes, no)
431 * document it), and/or __predict_true() `no-error' condition
432 * checks, assuming you want to optimize for the no-error case.
738 * If it is defined, and no other compilation environment is explicitly
740 * makes no difference to the preprocessor (undefined symbols in preprocessing