| /netbsd-src/usr.bin/xlint/lint2/ |
| H A D | chk.c | 343 fcall_t *calls, *call, *call1; in chkfaui() 356 call1 = NULL; in chkfaui() 367 call1 = calls; in chkfaui() 369 if ((tp1 = TP(call1->f_type))->t_tspec != FUNC) in chkfaui() 371 pos1p = &call1->f_pos; in chkfaui() 386 chkau(hte, n, def, decl, pos1p, call1, call, in chkfaui() 441 * call1 first call, if both def and decl are old-style def/decl in chkau() 443 * arg1 currently checked argument of def/decl/call1 in chkau() 449 fcall_t *call1, fcall_t *call, type_t *arg1, type_t *arg2) in chkau() 461 * found (call1) in chkau() 335 fcall_t *calls, *call, *call1; chkfaui() local 440 chkau(const hte_t * hte,int n,sym_t * def,sym_t * decl,pos_t * pos1p,fcall_t * call1,fcall_t * call,type_t * arg1,type_t * arg2) chkau() argument [all...] |
| /netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| H A D | io.c | 640 putiocall( call1(TYINT, ioroutine, cpexpr(ioblkp) )); in startrw() 674 putiocall( call1(TYINT, "f_open", cpexpr(ioblkp) )); in dofopen() 687 putiocall( call1(TYINT, "f_clos", cpexpr(ioblkp)) ); in dofclose() 720 putiocall( call1(TYINT, "f_inqu", cpexpr(ioblkp) )); in dofinquire() 734 putiocall( call1(TYINT, subname, cpexpr(ioblkp) ));
|
| H A D | defs.h | 448 struct bigblock *addrof(expptr), *call1(int, char *, expptr),
|
| H A D | misc.c | 596 struct bigblock *call1(type, name, arg) in call1() function
|
| H A D | exec.c | 286 putexpr( call1(TYSUBR, (stop ? "s_stop" : "s_paus"), p) );
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-vect-slp.c | 650 compatible_calls_p (gcall *call1, gcall *call2) in compatible_calls_p() argument 652 unsigned int nargs = gimple_call_num_args (call1); in compatible_calls_p() 656 if (gimple_call_combined_fn (call1) != gimple_call_combined_fn (call2)) in compatible_calls_p() 659 if (gimple_call_internal_p (call1)) in compatible_calls_p() 661 if (!types_compatible_p (TREE_TYPE (gimple_call_lhs (call1)), in compatible_calls_p() 665 if (!types_compatible_p (TREE_TYPE (gimple_call_arg (call1, i)), in compatible_calls_p() 671 if (!operand_equal_p (gimple_call_fn (call1), in compatible_calls_p() 675 if (gimple_call_fntype (call1) != gimple_call_fntype (call2)) in compatible_calls_p()
|
| H A D | tree-vect-data-refs.c | 2892 gcall *call1 = dyn_cast <gcall *> (stmt1_info->stmt); in can_group_stmts_p() local 2893 if (call1 && gimple_call_internal_p (call1)) in can_group_stmts_p() 2899 internal_fn ifn = gimple_call_internal_fn (call1); in can_group_stmts_p() 2907 tree mask1 = gimple_call_arg (call1, 2); in can_group_stmts_p()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-vect-slp.cc | 808 compatible_calls_p (gcall *call1, gcall *call2) in compatible_calls_p() argument 810 unsigned int nargs = gimple_call_num_args (call1); in compatible_calls_p() 814 if (gimple_call_combined_fn (call1) != gimple_call_combined_fn (call2)) in compatible_calls_p() 817 if (gimple_call_internal_p (call1)) in compatible_calls_p() 819 if (!types_compatible_p (TREE_TYPE (gimple_call_lhs (call1)), in compatible_calls_p() 823 if (!types_compatible_p (TREE_TYPE (gimple_call_arg (call1, i)), in compatible_calls_p() 829 if (!operand_equal_p (gimple_call_fn (call1), in compatible_calls_p() 833 if (gimple_call_fntype (call1) != gimple_call_fntype (call2)) in compatible_calls_p() 838 if (const int *map = vect_get_operand_map (call1)) in compatible_calls_p() 845 else if (!operand_equal_p (gimple_call_arg (call1, i), in compatible_calls_p()
|
| H A D | tree-vect-data-refs.cc | 3044 gcall *call1 = dyn_cast <gcall *> (stmt1_info->stmt); in can_group_stmts_p() local 3045 if (call1 && gimple_call_internal_p (call1)) in can_group_stmts_p() 3051 internal_fn ifn = gimple_call_internal_fn (call1); in can_group_stmts_p() 3059 tree mask1 = gimple_call_arg (call1, 2); in can_group_stmts_p()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | rs6000-c.c | 1205 tree call1 = altivec_resolve_overloaded_builtin (loc, as_c_builtin, in altivec_resolve_overloaded_builtin() local 1229 vec_safe_push (params, call1); in altivec_resolve_overloaded_builtin()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000-c.cc | 1179 tree call1 = altivec_resolve_overloaded_builtin (loc, as_c_builtin, in resolve_vec_addec_subec() local 1202 vec_safe_push (params, call1); in resolve_vec_addec_subec()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans-intrinsic.c | 7183 tree utype, arg2, call1, call2; in gfc_conv_intrinsic_popcnt_poppar() local 7199 call1 = build_call_expr_loc (input_location, func, 1, in gfc_conv_intrinsic_popcnt_poppar() 7212 call1, call2); in gfc_conv_intrinsic_popcnt_poppar() 7215 call1, call2); in gfc_conv_intrinsic_popcnt_poppar()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans-intrinsic.cc | 7243 tree utype, arg2, call1, call2; in gfc_conv_intrinsic_popcnt_poppar() local 7259 call1 = build_call_expr_loc (input_location, func, 1, in gfc_conv_intrinsic_popcnt_poppar() 7272 integer_type_node, call1, call2); in gfc_conv_intrinsic_popcnt_poppar() 7275 integer_type_node, call1, call2); in gfc_conv_intrinsic_popcnt_poppar()
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | ChangeLog-2016 | 3889 * testsuite/ld-i386/call1.d: Likewise.
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | ChangeLog-2016 | 3889 * testsuite/ld-i386/call1.d: Likewise.
|
| /netbsd-src/external/gpl3/binutils.old/dist/ |
| H A D | sha256.sum | 20237 abe67994a70a46ed699c17dee9dfb213db5672c59674f41ed26cded3779f7474 ld/testsuite/ld-arm/arm-call1.s 22470 e62b930b9abec73379c54138d7f18eb1ca7ddf7e0e7e599d4f6180292d48eae9 ld/testsuite/ld-x86-64/call1.s 24407 ae7710883fcdd26e31b342e36d29109b2243e23a76a1a3d45bbe0d370235b098 ld/testsuite/ld-i386/call1.d 24676 edb6f9b504042e54a5fee0cbf682fd8641ff15a65e815a741f3c6b38fa1f6ef3 ld/testsuite/ld-i386/call1.s
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | sha256.sum | 18365 abe67994a70a46ed699c17dee9dfb213db5672c59674f41ed26cded3779f7474 ld/testsuite/ld-arm/arm-call1.s 21148 ae7710883fcdd26e31b342e36d29109b2243e23a76a1a3d45bbe0d370235b098 ld/testsuite/ld-i386/call1.d 21149 edb6f9b504042e54a5fee0cbf682fd8641ff15a65e815a741f3c6b38fa1f6ef3 ld/testsuite/ld-i386/call1.s 26189 e62b930b9abec73379c54138d7f18eb1ca7ddf7e0e7e599d4f6180292d48eae9 ld/testsuite/ld-x86-64/call1.s
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | MD5SUMS | 12006 56d1686eed232cf78dc19ba7e9220f8d gcc/testsuite/g++.dg/cpp0x/decltype-call1.C 16246 ce7b6234ca0490c5f395644574322ca2 gcc/testsuite/g++.dg/expr/call1.C 17784 37e3aaafda06e7a49338706d936ff70f gcc/testsuite/g++.dg/init/call1.C 18881 def63acb8ef99a4c443fc492c744024e gcc/testsuite/g++.dg/opt/call1.C 20818 11d89720e8ea4a5f11553338c13ffab9 gcc/testsuite/g++.dg/template/call1.C 25722 0c90f373fd88712b9af55b3d45ab88f8 gcc/testsuite/g++.old-deja/g++.other/call1.C 26206 f2d3dfbbab290614f2f519d07999a477 gcc/testsuite/g++.old-deja/g++.pt/call1.C
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | MD5SUMS | 13110 56d1686eed232cf78dc19ba7e9220f8d gcc/testsuite/g++.dg/cpp0x/decltype-call1.C 18055 ce7b6234ca0490c5f395644574322ca2 gcc/testsuite/g++.dg/expr/call1.C 19697 37e3aaafda06e7a49338706d936ff70f gcc/testsuite/g++.dg/init/call1.C 21881 def63acb8ef99a4c443fc492c744024e gcc/testsuite/g++.dg/opt/call1.C 23953 11d89720e8ea4a5f11553338c13ffab9 gcc/testsuite/g++.dg/template/call1.C 29228 0c90f373fd88712b9af55b3d45ab88f8 gcc/testsuite/g++.old-deja/g++.other/call1.C 29712 f2d3dfbbab290614f2f519d07999a477 gcc/testsuite/g++.old-deja/g++.pt/call1.C
|