Home
last modified time | relevance | path

Searched refs:grtop (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipfstat.c101 frgroup_t *grtop = NULL; variable
912 frgroup_t *grtop, *grtail, *g; local
920 grtop = NULL;
982 if (grtop == NULL) {
983 grtop = g;
997 while ((g = grtop) != NULL) {
999 grtop = g->fg_next;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c16592 tree stack, grtop, vrtop, groff, vroff; in aarch64_expand_builtin_va_start() local
16620 grtop = build3 (COMPONENT_REF, TREE_TYPE (f_grtop), valist, f_grtop, in aarch64_expand_builtin_va_start()
16640 t = make_tree (TREE_TYPE (grtop), virtual_incoming_args_rtx); in aarch64_expand_builtin_va_start()
16641 t = build2 (MODIFY_EXPR, TREE_TYPE (grtop), grtop, t); in aarch64_expand_builtin_va_start()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc19696 tree stack, grtop, vrtop, groff, vroff; in aarch64_expand_builtin_va_start() local
19724 grtop = build3 (COMPONENT_REF, TREE_TYPE (f_grtop), valist, f_grtop, in aarch64_expand_builtin_va_start()
19744 t = make_tree (TREE_TYPE (grtop), virtual_incoming_args_rtx); in aarch64_expand_builtin_va_start()
19745 t = build2 (MODIFY_EXPR, TREE_TYPE (grtop), grtop, t); in aarch64_expand_builtin_va_start()