Home
last modified time | relevance | path

Searched defs:PUSH_ERROR (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/ld/
H A Dldgram.y64 #define PUSH_ERROR(x) if (error_index < ERROR_NAME_MAX) error_names[error_index] = x; error_index++; macro
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A Dldgram.y62 #define PUSH_ERROR(x) if (error_index < ERROR_NAME_MAX) error_names[error_index] = x; error_index++; macro
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.h870 #define PUSH_ERROR() PUSH_CPC (error_mark_node, error_mark_node) macro