Home
last modified time | relevance | path

Searched refs:DECL_ERROR_REPORTED (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Dname-lookup.c1130 if (!DECL_ERROR_REPORTED (decl)) in check_for_out_of_scope_variable()
1136 DECL_ERROR_REPORTED (decl) = 1; in check_for_out_of_scope_variable()
1143 if (DECL_ERROR_REPORTED (decl)) in check_for_out_of_scope_variable()
1146 DECL_ERROR_REPORTED (decl) = 1; in check_for_out_of_scope_variable()
Dcp-tree.h2359 #define DECL_ERROR_REPORTED(NODE) DECL_LANG_FLAG_0 (VAR_DECL_CHECK (NODE)) macro
DChangeLog-1995711 * cp-tree.h (DECL_DEAD_FOR_LOCAL, DECL_ERROR_REPORTED): New macros
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Ddecl.c6387 if (!DECL_ERROR_REPORTED (decl)) in check_for_out_of_scope_variable()
6394 DECL_ERROR_REPORTED (decl) = 1; in check_for_out_of_scope_variable()
6401 if (DECL_ERROR_REPORTED (decl)) in check_for_out_of_scope_variable()
6404 DECL_ERROR_REPORTED (decl) = 1; in check_for_out_of_scope_variable()
Dcp-tree.h2487 #define DECL_ERROR_REPORTED(NODE) DECL_LANG_FLAG_0 (VAR_DECL_CHECK (NODE)) macro
DChangeLog.1360 * cp-tree.h (DECL_DEAD_FOR_LOCAL, DECL_ERROR_REPORTED): New macros