Searched refs:IDENTIFIER_IMPLICIT_DECL (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dptree.c179 print_node (file, "implicit", IDENTIFIER_IMPLICIT_DECL (node), indent + 4);
H A Ddecl.c3295 pedwarn (IDENTIFIER_IMPLICIT_DECL (name)
4391 if (IDENTIFIER_IMPLICIT_DECL (name)
4392 && TREE_USED (IDENTIFIER_IMPLICIT_DECL (name)))
4396 if (IDENTIFIER_IMPLICIT_DECL (name)
4397 && TREE_ADDRESSABLE (IDENTIFIER_IMPLICIT_DECL (name)))
4401 if (IDENTIFIER_IMPLICIT_DECL (name) != NULL_TREE
5038 && IDENTIFIER_IMPLICIT_DECL (functionid) == NULL_TREE)
14452 && IDENTIFIER_IMPLICIT_DECL (DECL_NAME (decl1)) != NULL_TREE)
14453 cp_warning_at ("`%D' implicitly declared before its definition", IDENTIFIER_IMPLICIT_DECL (DECL_NAME (decl1)));
H A Dcp-tree.h502 #define IDENTIFIER_IMPLICIT_DECL(NODE) \
500 #define IDENTIFIER_IMPLICIT_DECL macro
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-decl.c315 print_node (file, "implicit", IDENTIFIER_IMPLICIT_DECL (node), indent + 4);
1698 && x != IDENTIFIER_IMPLICIT_DECL (name)
1732 && IDENTIFIER_IMPLICIT_DECL (name) != 0)
1737 (DECL_SOURCE_FILE (IDENTIFIER_IMPLICIT_DECL (name)),
1738 DECL_SOURCE_LINE (IDENTIFIER_IMPLICIT_DECL (name)),
1845 if (IDENTIFIER_IMPLICIT_DECL (name) != 0
1849 TREE_TYPE (IDENTIFIER_IMPLICIT_DECL (name))))
1852 warning_with_decl (IDENTIFIER_IMPLICIT_DECL (name),
1873 if (IDENTIFIER_IMPLICIT_DECL (name)
1874 && TREE_USED (IDENTIFIER_IMPLICIT_DECL (nam
[all...]
H A Dc-tree.h92 #define IDENTIFIER_IMPLICIT_DECL(NODE) \ macro

Completed in 107 milliseconds