Searched refs:DECL_ERROR_REPORTED (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dlex.c2979 if (!DECL_ERROR_REPORTED (id))
2986 DECL_ERROR_REPORTED (id) = 1;
2990 else if (!DECL_ERROR_REPORTED (id))
2994 DECL_ERROR_REPORTED (id) = 1;
H A Dcp-tree.h68 0: DECL_ERROR_REPORTED (in VAR_DECL).
1599 #define DECL_ERROR_REPORTED(NODE) DECL_LANG_FLAG_0 (NODE)
1592 #define DECL_ERROR_REPORTED macro
/haiku-buildtools/gcc/gcc/cp/
H A Dname-lookup.c1419 if (!DECL_ERROR_REPORTED (decl))
1425 DECL_ERROR_REPORTED (decl) = 1;
1432 if (DECL_ERROR_REPORTED (decl))
1435 DECL_ERROR_REPORTED (decl) = 1;
H A Dcp-tree.h150 0: DECL_ERROR_REPORTED (in VAR_DECL).
3294 #define DECL_ERROR_REPORTED(NODE) DECL_LANG_FLAG_0 (VAR_DECL_CHECK (NODE))
3288 #define DECL_ERROR_REPORTED macro

Completed in 151 milliseconds