Home
last modified time | relevance | path

Searched refs:IDENTIFIER_IMPLICIT_DECL (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-decl.c312 print_node (file, "implicit", IDENTIFIER_IMPLICIT_DECL (node), indent + 4);
1690 && x != IDENTIFIER_IMPLICIT_DECL (name)
1724 && IDENTIFIER_IMPLICIT_DECL (name) != 0)
1729 (DECL_SOURCE_FILE (IDENTIFIER_IMPLICIT_DECL (name)),
1730 DECL_SOURCE_LINE (IDENTIFIER_IMPLICIT_DECL (name)),
1837 if (IDENTIFIER_IMPLICIT_DECL (name) != 0
1841 TREE_TYPE (IDENTIFIER_IMPLICIT_DECL (name))))
1844 warning_with_decl (IDENTIFIER_IMPLICIT_DECL (name),
1865 if (IDENTIFIER_IMPLICIT_DECL (name)
1866 && TREE_USED (IDENTIFIER_IMPLICIT_DECL (name)))
[all …]
Dc-tree.h92 #define IDENTIFIER_IMPLICIT_DECL(NODE) \ macro
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dptree.c179 print_node (file, "implicit", IDENTIFIER_IMPLICIT_DECL (node), indent + 4);
Ddecl.c3288 pedwarn (IDENTIFIER_IMPLICIT_DECL (name)
4384 if (IDENTIFIER_IMPLICIT_DECL (name)
4385 && TREE_USED (IDENTIFIER_IMPLICIT_DECL (name)))
4389 if (IDENTIFIER_IMPLICIT_DECL (name)
4390 && TREE_ADDRESSABLE (IDENTIFIER_IMPLICIT_DECL (name)))
4394 if (IDENTIFIER_IMPLICIT_DECL (name) != NULL_TREE
5030 && IDENTIFIER_IMPLICIT_DECL (functionid) == NULL_TREE)
14429 && IDENTIFIER_IMPLICIT_DECL (DECL_NAME (decl1)) != NULL_TREE)
14430 …cp_warning_at ("`%D' implicitly declared before its definition", IDENTIFIER_IMPLICIT_DECL (DECL_NA…
Dcp-tree.h500 #define IDENTIFIER_IMPLICIT_DECL(NODE) \ macro
DChangeLog5710 (IDENTIFIER_IMPLICIT_DECL): Whitespace and wrap.
/openbsd/src/gnu/gcc/gcc/cp/
DChangeLog-20045785 (IDENTIFIER_IMPLICIT_DECL): Remove.
5793 IDENTIFIER_IMPLICIT_DECL.
5797 (start_function): Don't check IDENTIFIER_IMPLICIT_DECL.
5805 IDENTIFIER_IMPLICIT_DECL or IDENTIFIER_ERROR_LOCUS.
DChangeLog-20024307 (IDENTIFIER_IMPLICIT_DECL): Whitespace and wrap.
DChangeLog-20034542 (IDENTIFIER_IMPLICIT_DECL): Likewise.