Searched refs:pushdecl (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dcgram.y358 pushdecl(ARG);
558 pushdecl($1 == STRUCT ? MOS : MOU);
738 pushdecl(ENUMCON);
1016 pushdecl(PARG);
1048 pushdecl(PARG);
1188 pushdecl(ABSTRACT);
1298 pushdecl(AUTO);
H A Dexterns1.h145 extern void pushdecl(scl_t);
H A Ddecl.c483 pushdecl(scl_t sc) function
488 (void)printf("pushdecl(%d)\n", (int)sc);
/freebsd-11-stable/contrib/gcc/
H A Dlanghooks.h184 tree (*pushdecl) (tree); member in struct:lang_hooks_for_decls
H A Dlanghooks-def.h263 #define LANG_HOOKS_PUSHDECL pushdecl
H A Dc-common.c2006 pushdecl (decl);
3332 lang_hooks.decls.pushdecl (build_decl (TYPE_DECL, NULL_TREE,
3334 lang_hooks.decls.pushdecl (build_decl (TYPE_DECL, NULL_TREE,
3336 lang_hooks.decls.pushdecl (build_decl (TYPE_DECL, NULL_TREE,
3338 lang_hooks.decls.pushdecl (build_decl (TYPE_DECL, NULL_TREE,
3342 lang_hooks.decls.pushdecl (build_decl (TYPE_DECL,
3346 lang_hooks.decls.pushdecl (build_decl (TYPE_DECL, NULL_TREE,
3348 lang_hooks.decls.pushdecl (build_decl (TYPE_DECL, NULL_TREE,
3350 lang_hooks.decls.pushdecl (build_decl (TYPE_DECL, NULL_TREE,
3352 lang_hooks.decls.pushdecl (build_dec
[all...]
H A Dc-decl.c291 bit of cleverness, see pushdecl) allows diagnosis of some violations
1009 TYPE_STUB_DECL (type) = pushdecl (build_decl (TYPE_DECL, NULL_TREE, type));
2044 /* Subroutine of pushdecl.
2117 pushdecl (tree x)
2502 decl = pushdecl (decl);
2836 pushdecl (build_decl (TYPE_DECL, get_identifier ("_Bool"),
3375 /* Tell 'pushdecl' this is an initialized decl
3461 tem = pushdecl (decl);
4168 decl = pushdecl (decl);
4248 pushdecl (dec
2108 pushdecl (tree x) function
[all...]
H A Dc-common.h307 extern tree pushdecl (tree);
H A Dtree-mudflap.c296 name, and type, mark it an external reference, and pushdecl it. */
303 lang_hooks.decls.pushdecl (decl);
H A Domp-low.c1112 decl = lang_hooks.decls.pushdecl (decl);
/freebsd-11-stable/contrib/gcc/cp/
H A Dexcept.c395 decl = pushdecl (decl);
H A Ddecl2.c719 /* We cannot call pushdecl here, because that would fill in the
1072 decl = pushdecl (decl);
1132 pushdecl (anon_union_decl);
2534 pushdecl (ssdf_decl);
H A Ddecl.c2015 o Later, however, instantiate_class_template called pushdecl
2016 on the newdecl to perform name injection. But, pushdecl in
3080 tree decl = pushdecl (build_decl (TYPE_DECL, get_identifier (name), type));
3431 pushdecl (decl);
3433 /* Since `pushdecl' relies on DECL_ASSEMBLER_NAME instead of DECL_NAME,
3572 pushdecl (fn);
5920 with theirs by pushdecl. */
5921 decl = pushdecl (decl);
6075 pushdecl (fndecl);
6707 /* Make the init_value nonzero so pushdecl know
[all...]
H A Dname-lookup.c781 name. See the extensive comment in ../c-decl.c (pushdecl). */
1028 pushdecl (tree x)
1054 call pushdecl. */
1059 return pushdecl (decl);
1837 /* Same as pushdecl, but define X in binding-level LEVEL. We rely on the
2971 point. pushdecl will find those errors later. */
3086 pushdecl (d);
3230 pushdecl (alias);
3236 /* Like pushdecl, only it places X in the current namespace,
3428 /* Like pushdecl, onl
1027 pushdecl (tree x) function
[all...]
H A Dsemantics.c1121 decl = pushdecl (decl);
2086 /* We must call pushdecl, since the gimplifier complains if the
2088 pushdecl (var);
H A Dpt.c350 pushdecl (parm);
367 pushdecl (decl);
2482 pushdecl (decl);
5409 /* Make the init_value nonzero so pushdecl knows this is a defn. */
6939 /* Subsequent calls to pushdecl will fill this in. */
H A Dcp-tree.h3934 extern tree pushdecl (tree);
H A Dparser.c19484 pushdecl (cur_block->copy_helper_func_decl);
19589 pushdecl (cur_block->destroy_helper_func_decl);
20065 pushdecl (byref_decl);
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c8085 (*lang_hooks.decls.pushdecl) (build_decl (TYPE_DECL,
8088 (*lang_hooks.decls.pushdecl) (build_decl (TYPE_DECL,
8091 (*lang_hooks.decls.pushdecl) (build_decl (TYPE_DECL,
8094 (*lang_hooks.decls.pushdecl) (build_decl (TYPE_DECL,
8103 (*lang_hooks.decls.pushdecl) (build_decl (TYPE_DECL,
8106 (*lang_hooks.decls.pushdecl) (build_decl (TYPE_DECL,
8109 (*lang_hooks.decls.pushdecl) (build_decl (TYPE_DECL,
8113 (*lang_hooks.decls.pushdecl) (build_decl (TYPE_DECL,
8116 (*lang_hooks.decls.pushdecl) (build_decl (TYPE_DECL,
8119 (*lang_hooks.decls.pushdecl) (build_dec
[all...]

Completed in 325 milliseconds