Home
last modified time | relevance | path

Searched defs:T_ERROR (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dasync.h119 #define T_ERROR(func, ...) do { \ macro
220 #define T_ERROR(func, ...) func(__VA_ARGS__) macro
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dasync.h119 #define T_ERROR(func, ...) do { \ macro
220 #define T_ERROR(func, ...) func(__VA_ARGS__) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddump-parse-tree.c3239 enum type_return { T_OK=0, T_WARN, T_ERROR }; enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddump-parse-tree.cc3573 enum type_return { T_OK=0, T_WARN, T_ERROR }; enumerator