/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
H A D | cgram.y | 205 static void oldargs(P1ND *p); 451 identifier_list: C_NAME { $$ = bdty(NAME, $1); oldargs($$); } 454 oldargs($$->n_right); 1695 oldargs(P1ND *p) in oldargs() function
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
H A D | cgram.y | 204 static void oldargs(NODE *p); 489 identifier_list: C_NAME { $$ = bdty(NAME, $1); oldargs($$); } 492 oldargs($$->n_right); 1642 oldargs(NODE *p) in oldargs() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-decl.c | 1695 tree oldargs = TYPE_ARG_TYPES (oldtype); in match_builtin_function_types() local 1706 for (unsigned i = 1; oldargs || newargs; ++i) in match_builtin_function_types() 1708 if (!oldargs in match_builtin_function_types() 1710 || !TREE_VALUE (oldargs) in match_builtin_function_types() 1714 tree oldtype = TYPE_MAIN_VARIANT (TREE_VALUE (oldargs)); in match_builtin_function_types() 1727 if (TREE_VALUE (oldargs) != builtin_structptr_types[j].node) in match_builtin_function_types() 1767 oldargs = TREE_CHAIN (oldargs); in match_builtin_function_types() 1834 tree newargs, oldargs; in validate_proto_after_old_defn() local 1839 oldargs = TYPE_ACTUAL_ARG_TYPES (oldtype); in validate_proto_after_old_defn() 1845 tree oldargtype = TREE_VALUE (oldargs); in validate_proto_after_old_defn() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-decl.cc | 1707 tree oldargs = TYPE_ARG_TYPES (oldtype); in match_builtin_function_types() local 1718 for (unsigned i = 1; oldargs || newargs; ++i) in match_builtin_function_types() 1720 if (!oldargs in match_builtin_function_types() 1722 || !TREE_VALUE (oldargs) in match_builtin_function_types() 1726 tree oldtype = TYPE_MAIN_VARIANT (TREE_VALUE (oldargs)); in match_builtin_function_types() 1742 if (TREE_VALUE (oldargs) != builtin_structptr_types[j].node) in match_builtin_function_types() 1782 oldargs = TREE_CHAIN (oldargs); in match_builtin_function_types() 1849 tree newargs, oldargs; in validate_proto_after_old_defn() local 1854 oldargs = TYPE_ACTUAL_ARG_TYPES (oldtype); in validate_proto_after_old_defn() 1860 tree oldargtype = TREE_VALUE (oldargs); in validate_proto_after_old_defn() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-sccvn.c | 2605 tree oldargs[4]; in vn_reference_lookup_3() local 2609 oldargs[i] = gimple_call_arg (def_stmt, i); in vn_reference_lookup_3() 2610 tree val = vn_valueize (oldargs[i]); in vn_reference_lookup_3() 2611 if (val != oldargs[i]) in vn_reference_lookup_3() 2622 gimple_call_set_arg (def_stmt, i, oldargs[i]); in vn_reference_lookup_3()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-sccvn.cc | 2741 tree oldargs[4]; in vn_reference_lookup_3() local 2745 oldargs[i] = gimple_call_arg (def_stmt, i); in vn_reference_lookup_3() 2746 tree val = vn_valueize (oldargs[i]); in vn_reference_lookup_3() 2747 if (val != oldargs[i]) in vn_reference_lookup_3() 2758 gimple_call_set_arg (def_stmt, i, oldargs[i]); in vn_reference_lookup_3()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | pt.c | 9168 comp_template_args (tree oldargs, tree newargs, in comp_template_args() argument 9174 if (oldargs == newargs) in comp_template_args() 9177 if (!oldargs || !newargs) in comp_template_args() 9180 if (TREE_VEC_LENGTH (oldargs) != TREE_VEC_LENGTH (newargs)) in comp_template_args() 9183 for (i = 0; i < TREE_VEC_LENGTH (oldargs); ++i) in comp_template_args() 9186 tree ot = TREE_VEC_ELT (oldargs, i); in comp_template_args()
|
H A D | typeck.c | 180 tree oldargs = p1, newargs, n; in commonparms() local 231 return oldargs; in commonparms()
|
H A D | decl.c | 1544 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl)); in duplicate_decls() local 1552 TYPE_ARG_TYPES (TREE_TYPE (olddecl)) = oldargs; in duplicate_decls()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | pt.cc | 9395 comp_template_args (tree oldargs, tree newargs, in comp_template_args() argument 9401 if (oldargs == newargs) in comp_template_args() 9404 if (!oldargs || !newargs) in comp_template_args() 9407 if (TREE_VEC_LENGTH (oldargs) != TREE_VEC_LENGTH (newargs)) in comp_template_args() 9410 for (i = 0; i < TREE_VEC_LENGTH (oldargs); ++i) in comp_template_args() 9413 tree ot = TREE_VEC_ELT (oldargs, i); in comp_template_args()
|
H A D | typeck.cc | 188 tree oldargs = p1, newargs, n; in commonparms() local 239 return oldargs; in commonparms()
|
H A D | decl.cc | 1632 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl)); in duplicate_decls() local 1640 TYPE_ARG_TYPES (TREE_TYPE (olddecl)) = oldargs; in duplicate_decls()
|