Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dname-lookup.c1349 if (!DECL_ERROR_REPORTED (decl)) in check_for_out_of_scope_variable()
1355 DECL_ERROR_REPORTED (decl) = 1; in check_for_out_of_scope_variable()
1362 if (DECL_ERROR_REPORTED (decl)) in check_for_out_of_scope_variable()
1365 DECL_ERROR_REPORTED (decl) = 1; in check_for_out_of_scope_variable()
H A Dcp-tree.h3083 #define DECL_ERROR_REPORTED(NODE) DECL_LANG_FLAG_0 (VAR_DECL_CHECK (NODE)) macro
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dname-lookup.c3249 if (!DECL_ERROR_REPORTED (decl) in check_for_out_of_scope_variable()
3258 DECL_ERROR_REPORTED (decl) = 1; in check_for_out_of_scope_variable()
3264 if (DECL_ERROR_REPORTED (decl)) in check_for_out_of_scope_variable()
3267 DECL_ERROR_REPORTED (decl) = 1; in check_for_out_of_scope_variable()
H A Dcp-tree.h3850 #define DECL_ERROR_REPORTED(NODE) DECL_LANG_FLAG_0 (VAR_DECL_CHECK (NODE)) macro