Lines Matching defs:ERROR
167 #error "<stdbool.h> is included in pre-C99 mode"
174 #error "bool/true/false is defined in pre-C99 mode"
203 * The direct error path:
204 * UNMADE -> BEINGMADE -> ERROR.
238 * An error occurred while it was being made. Used only in compat
241 ERROR,
243 * The target was aborted due to an error making a dependency. Used
537 /* Error levels for diagnostics during parsing. */
556 CR_ERROR /* Unknown directive or parse error */
600 * Value returned by Var_Parse when an error is encountered. It points to an
712 * Runs make in strict mode, with additional checks and better error
736 * -k: if true and an error occurs while making a node, continue
868 void Error(const char *, ...) MAKE_ATTR_PRINTFLIKE(1, 2);
975 * Parse and evaluate the expression. It is an error if a
981 * Parse and evaluate the expression. It is a silent error if a
1124 return gn->made == ERROR || gn->made == ABORTED;