Home
last modified time | relevance | path

Searched refs:IDENTIFIER_ERROR_LOCUS (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dptree.c180 print_node (file, "error locus", IDENTIFIER_ERROR_LOCUS (node), indent + 4);
Dlex.c1114 || IDENTIFIER_ERROR_LOCUS (name) != current_function_decl) in unqualified_name_lookup_error()
Dsearch.c2065 else if (IDENTIFIER_ERROR_LOCUS (DECL_ASSEMBLER_NAME (overrider)) == NULL_TREE)
Dcp-tree.h505 #define IDENTIFIER_ERROR_LOCUS(NODE) \ macro
Ddecl.c3543 || (IDENTIFIER_ERROR_LOCUS (DECL_ASSEMBLER_NAME (newdecl))
15195 if (IDENTIFIER_ERROR_LOCUS (DECL_ASSEMBLER_NAME (fndecl)) != current_class_type)
Dclass.c4042 && IDENTIFIER_ERROR_LOCUS (DECL_ASSEMBLER_NAME (x)))
DChangeLog5712 (IDENTIFIER_ERROR_LOCUS): Whitespace and wrap.
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-tree.h96 #define IDENTIFIER_ERROR_LOCUS(NODE) \ macro
Dc-typeck.c1416 || IDENTIFIER_ERROR_LOCUS (id) != current_function_decl)
1429 IDENTIFIER_ERROR_LOCUS (id) = current_function_decl;
Dc-decl.c313 print_node (file, "error locus", IDENTIFIER_ERROR_LOCUS (node), indent + 4);
/openbsd/src/gnu/gcc/gcc/cp/
DChangeLog-20045782 * class.c (check_methods): Don't use IDENTIFIER_ERROR_LOCUS.
5787 (IDENTIFIER_ERROR_LOCUS): Likewise.
5794 (duplicate_decls): Don't check IDENTIFIER_ERROR_LOCUS.
5796 (grok_ctor_properties): Don't set IDENTIFIER_ERROR_LOCUS.
5798 (start_method): Don't check IDENTIFIER_ERROR_LOCUS.
5805 IDENTIFIER_IMPLICIT_DECL or IDENTIFIER_ERROR_LOCUS.
5807 not IDENTIFIER_ERROR_LOCUS.
DChangeLog-20024309 (IDENTIFIER_ERROR_LOCUS): Whitespace and wrap.
DChangeLog-20034544 (IDENTIFIER_ERROR_LOCUS): Likewise.