Searched defs:PUSH_ERROR (Results 1 – 3 of 3) sorted by relevance
64 #define PUSH_ERROR(x) if (error_index < ERROR_NAME_MAX) error_names[error_index] = x; error_index++; macro
62 #define PUSH_ERROR(x) if (error_index < ERROR_NAME_MAX) error_names[error_index] = x; error_index++; macro
870 #define PUSH_ERROR() PUSH_CPC (error_mark_node, error_mark_node) macro