Home
last modified time | relevance | path

Searched refs:build_call_nofold_loc (Results 1 – 25 of 63) sorted by relevance

123

/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dbuiltins.c2416 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...) in build_call_nofold_loc() function
2554 exp = build_call_nofold_loc (EXPR_LOCATION (exp), fallback_fndecl, 1, arg); in expand_builtin_int_roundingfn()
2658 exp = build_call_nofold_loc (EXPR_LOCATION (exp), in expand_builtin_int_roundingfn_2()
3102 tree result = build_call_nofold_loc (UNKNOWN_LOCATION, fn, 3, in expand_builtin_mempcpy_args()
3110 tree result = build_call_nofold_loc (UNKNOWN_LOCATION, fn, 3, in expand_builtin_mempcpy_args()
3270 tree result = build_call_nofold_loc (loc, fn, 2, dst, src); in expand_builtin_stpcpy()
3614 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3, in expand_builtin_memset_args()
3617 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2, in expand_builtin_memset_args()
3878 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 2, arg1, arg2); in expand_builtin_strcmp()
3987 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 3, in expand_builtin_strncmp()
[all …]
H A DChangeLog-20097951 (build_call_nofold_loc): New static helper.
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dbuiltins.c2416 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...) in build_call_nofold_loc() function
2554 exp = build_call_nofold_loc (EXPR_LOCATION (exp), fallback_fndecl, 1, arg); in expand_builtin_int_roundingfn()
2658 exp = build_call_nofold_loc (EXPR_LOCATION (exp), in expand_builtin_int_roundingfn_2()
3102 tree result = build_call_nofold_loc (UNKNOWN_LOCATION, fn, 3, in expand_builtin_mempcpy_args()
3110 tree result = build_call_nofold_loc (UNKNOWN_LOCATION, fn, 3, in expand_builtin_mempcpy_args()
3270 tree result = build_call_nofold_loc (loc, fn, 2, dst, src); in expand_builtin_stpcpy()
3614 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3, in expand_builtin_memset_args()
3617 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2, in expand_builtin_memset_args()
3878 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 2, arg1, arg2); in expand_builtin_strcmp()
3987 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 3, in expand_builtin_strncmp()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dbuiltins.c2530 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...) in build_call_nofold_loc() function
2668 exp = build_call_nofold_loc (EXPR_LOCATION (exp), fallback_fndecl, 1, arg); in expand_builtin_int_roundingfn()
2772 exp = build_call_nofold_loc (EXPR_LOCATION (exp), in expand_builtin_int_roundingfn_2()
3827 tree result = build_call_nofold_loc (loc, fn, 2, dst, src); in expand_builtin_stpcpy()
4337 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3, in expand_builtin_memset_args()
4340 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2, in expand_builtin_memset_args()
4597 tree fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 2, arg1, arg2); in expand_builtin_strcmp()
4701 tree fn = build_call_nofold_loc (loc, fndecl, 3, arg1, arg2, len); in expand_builtin_strncmp()
9898 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 3, dest, src, len); in expand_builtin_memory_chk()
9944 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 4, in expand_builtin_memory_chk()
H A DChangeLog-20097951 (build_call_nofold_loc): New static helper.
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dbuiltins.c2530 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...) in build_call_nofold_loc() function
2668 exp = build_call_nofold_loc (EXPR_LOCATION (exp), fallback_fndecl, 1, arg); in expand_builtin_int_roundingfn()
2772 exp = build_call_nofold_loc (EXPR_LOCATION (exp), in expand_builtin_int_roundingfn_2()
3827 tree result = build_call_nofold_loc (loc, fn, 2, dst, src); in expand_builtin_stpcpy()
4337 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3, in expand_builtin_memset_args()
4340 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2, in expand_builtin_memset_args()
4597 tree fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 2, arg1, arg2); in expand_builtin_strcmp()
4701 tree fn = build_call_nofold_loc (loc, fndecl, 3, arg1, arg2, len); in expand_builtin_strncmp()
9898 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 3, dest, src, len); in expand_builtin_memory_chk()
9944 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 4, in expand_builtin_memory_chk()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dbuiltins.c2673 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...) in build_call_nofold_loc() function
2811 exp = build_call_nofold_loc (EXPR_LOCATION (exp), fallback_fndecl, 1, arg); in expand_builtin_int_roundingfn()
2915 exp = build_call_nofold_loc (EXPR_LOCATION (exp), in expand_builtin_int_roundingfn_2()
3515 tree result = build_call_nofold_loc (loc, fn, 2, dst, src); in expand_builtin_stpcpy_1()
4215 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3, in expand_builtin_memset_args()
4218 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2, in expand_builtin_memset_args()
4476 tree fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 2, arg1, arg2); in expand_builtin_strcmp()
4584 tree call = build_call_nofold_loc (loc, fndecl, 3, arg1, arg2, len); in expand_builtin_strncmp()
10061 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 3, dest, src, len); in expand_builtin_memory_chk()
10107 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 4, in expand_builtin_memory_chk()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dbuiltins.c2530 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...) in build_call_nofold_loc() function
2668 exp = build_call_nofold_loc (EXPR_LOCATION (exp), fallback_fndecl, 1, arg); in expand_builtin_int_roundingfn()
2772 exp = build_call_nofold_loc (EXPR_LOCATION (exp), in expand_builtin_int_roundingfn_2()
3827 tree result = build_call_nofold_loc (loc, fn, 2, dst, src); in expand_builtin_stpcpy()
4337 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3, in expand_builtin_memset_args()
4340 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2, in expand_builtin_memset_args()
4597 tree fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 2, arg1, arg2); in expand_builtin_strcmp()
4701 tree fn = build_call_nofold_loc (loc, fndecl, 3, arg1, arg2, len); in expand_builtin_strncmp()
9898 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 3, dest, src, len); in expand_builtin_memory_chk()
9944 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 4, in expand_builtin_memory_chk()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dbuiltins.c2530 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...) in build_call_nofold_loc() function
2668 exp = build_call_nofold_loc (EXPR_LOCATION (exp), fallback_fndecl, 1, arg); in expand_builtin_int_roundingfn()
2772 exp = build_call_nofold_loc (EXPR_LOCATION (exp), in expand_builtin_int_roundingfn_2()
3827 tree result = build_call_nofold_loc (loc, fn, 2, dst, src); in expand_builtin_stpcpy()
4337 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3, in expand_builtin_memset_args()
4340 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2, in expand_builtin_memset_args()
4597 tree fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 2, arg1, arg2); in expand_builtin_strcmp()
4701 tree fn = build_call_nofold_loc (loc, fndecl, 3, arg1, arg2, len); in expand_builtin_strncmp()
9898 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 3, dest, src, len); in expand_builtin_memory_chk()
9944 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 4, in expand_builtin_memory_chk()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dbuiltins.c2530 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...) in build_call_nofold_loc() function
2668 exp = build_call_nofold_loc (EXPR_LOCATION (exp), fallback_fndecl, 1, arg); in expand_builtin_int_roundingfn()
2772 exp = build_call_nofold_loc (EXPR_LOCATION (exp), in expand_builtin_int_roundingfn_2()
3827 tree result = build_call_nofold_loc (loc, fn, 2, dst, src); in expand_builtin_stpcpy()
4337 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3, in expand_builtin_memset_args()
4340 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2, in expand_builtin_memset_args()
4597 tree fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 2, arg1, arg2); in expand_builtin_strcmp()
4701 tree fn = build_call_nofold_loc (loc, fndecl, 3, arg1, arg2, len); in expand_builtin_strncmp()
9898 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 3, dest, src, len); in expand_builtin_memory_chk()
9944 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 4, in expand_builtin_memory_chk()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dbuiltins.c2530 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...) in build_call_nofold_loc() function
2668 exp = build_call_nofold_loc (EXPR_LOCATION (exp), fallback_fndecl, 1, arg); in expand_builtin_int_roundingfn()
2772 exp = build_call_nofold_loc (EXPR_LOCATION (exp), in expand_builtin_int_roundingfn_2()
3827 tree result = build_call_nofold_loc (loc, fn, 2, dst, src); in expand_builtin_stpcpy()
4337 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3, in expand_builtin_memset_args()
4340 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2, in expand_builtin_memset_args()
4597 tree fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 2, arg1, arg2); in expand_builtin_strcmp()
4701 tree fn = build_call_nofold_loc (loc, fndecl, 3, arg1, arg2, len); in expand_builtin_strncmp()
9898 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 3, dest, src, len); in expand_builtin_memory_chk()
9944 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 4, in expand_builtin_memory_chk()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dbuiltins.c2662 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...) in build_call_nofold_loc() function
2800 exp = build_call_nofold_loc (EXPR_LOCATION (exp), fallback_fndecl, 1, arg); in expand_builtin_int_roundingfn()
2904 exp = build_call_nofold_loc (EXPR_LOCATION (exp), in expand_builtin_int_roundingfn_2()
4080 tree result = build_call_nofold_loc (loc, fn, 2, dst, src); in expand_builtin_stpcpy_1()
4591 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3, in expand_builtin_memset_args()
4594 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2, in expand_builtin_memset_args()
4874 tree fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 2, arg1, arg2); in expand_builtin_strcmp()
4987 tree fn = build_call_nofold_loc (loc, fndecl, 3, arg1, arg2, len); in expand_builtin_strncmp()
10413 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 3, dest, src, len); in expand_builtin_memory_chk()
10459 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 4, in expand_builtin_memory_chk()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dbuiltins.c2662 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...) in build_call_nofold_loc() function
2800 exp = build_call_nofold_loc (EXPR_LOCATION (exp), fallback_fndecl, 1, arg); in expand_builtin_int_roundingfn()
2904 exp = build_call_nofold_loc (EXPR_LOCATION (exp), in expand_builtin_int_roundingfn_2()
4078 tree result = build_call_nofold_loc (loc, fn, 2, dst, src); in expand_builtin_stpcpy_1()
4589 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3, in expand_builtin_memset_args()
4592 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2, in expand_builtin_memset_args()
4872 tree fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 2, arg1, arg2); in expand_builtin_strcmp()
4985 tree fn = build_call_nofold_loc (loc, fndecl, 3, arg1, arg2, len); in expand_builtin_strncmp()
10423 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 3, dest, src, len); in expand_builtin_memory_chk()
10469 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 4, in expand_builtin_memory_chk()
H A DChangeLog-20097951 (build_call_nofold_loc): New static helper.
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dbuiltins.c2692 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...) in build_call_nofold_loc() function
2830 exp = build_call_nofold_loc (EXPR_LOCATION (exp), fallback_fndecl, 1, arg); in expand_builtin_int_roundingfn()
2934 exp = build_call_nofold_loc (EXPR_LOCATION (exp), in expand_builtin_int_roundingfn_2()
4537 tree result = build_call_nofold_loc (loc, fn, 2, dst, src); in expand_builtin_stpcpy_1()
5059 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3, in expand_builtin_memset_args()
5062 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2, in expand_builtin_memset_args()
5346 tree fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 2, arg1, arg2); in expand_builtin_strcmp()
5463 tree fn = build_call_nofold_loc (loc, fndecl, 3, arg1, arg2, len); in expand_builtin_strncmp()
10971 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 3, dest, src, len); in expand_builtin_memory_chk()
11017 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 4, in expand_builtin_memory_chk()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dbuiltins.c2692 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...) in build_call_nofold_loc() function
2830 exp = build_call_nofold_loc (EXPR_LOCATION (exp), fallback_fndecl, 1, arg); in expand_builtin_int_roundingfn()
2934 exp = build_call_nofold_loc (EXPR_LOCATION (exp), in expand_builtin_int_roundingfn_2()
4540 tree result = build_call_nofold_loc (loc, fn, 2, dst, src); in expand_builtin_stpcpy_1()
5062 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3, in expand_builtin_memset_args()
5065 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2, in expand_builtin_memset_args()
5355 tree fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 2, arg1, arg2); in expand_builtin_strcmp()
5472 tree fn = build_call_nofold_loc (loc, fndecl, 3, arg1, arg2, len); in expand_builtin_strncmp()
10999 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 3, dest, src, len); in expand_builtin_memory_chk()
11045 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 4, in expand_builtin_memory_chk()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dbuiltins.c2692 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...) in build_call_nofold_loc() function
2830 exp = build_call_nofold_loc (EXPR_LOCATION (exp), fallback_fndecl, 1, arg); in expand_builtin_int_roundingfn()
2934 exp = build_call_nofold_loc (EXPR_LOCATION (exp), in expand_builtin_int_roundingfn_2()
4540 tree result = build_call_nofold_loc (loc, fn, 2, dst, src); in expand_builtin_stpcpy_1()
5062 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3, in expand_builtin_memset_args()
5065 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2, in expand_builtin_memset_args()
5355 tree fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 2, arg1, arg2); in expand_builtin_strcmp()
5472 tree fn = build_call_nofold_loc (loc, fndecl, 3, arg1, arg2, len); in expand_builtin_strncmp()
10999 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 3, dest, src, len); in expand_builtin_memory_chk()
11045 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 4, in expand_builtin_memory_chk()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dbuiltins.c2662 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...) in build_call_nofold_loc() function
2800 exp = build_call_nofold_loc (EXPR_LOCATION (exp), fallback_fndecl, 1, arg); in expand_builtin_int_roundingfn()
2904 exp = build_call_nofold_loc (EXPR_LOCATION (exp), in expand_builtin_int_roundingfn_2()
4078 tree result = build_call_nofold_loc (loc, fn, 2, dst, src); in expand_builtin_stpcpy_1()
4589 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3, in expand_builtin_memset_args()
4592 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2, in expand_builtin_memset_args()
4872 tree fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 2, arg1, arg2); in expand_builtin_strcmp()
4985 tree fn = build_call_nofold_loc (loc, fndecl, 3, arg1, arg2, len); in expand_builtin_strncmp()
10423 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 3, dest, src, len); in expand_builtin_memory_chk()
10469 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 4, in expand_builtin_memory_chk()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dbuiltins.c2631 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...) in build_call_nofold_loc() function
2768 exp = build_call_nofold_loc (EXPR_LOCATION (exp), fallback_fndecl, 1, arg); in expand_builtin_int_roundingfn()
2871 exp = build_call_nofold_loc (EXPR_LOCATION (exp), in expand_builtin_int_roundingfn_2()
3163 tree result = build_call_nofold_loc (UNKNOWN_LOCATION, fn, 3, in expand_builtin_mempcpy_args()
3327 tree result = build_call_nofold_loc (loc, fn, 2, dst, src); in expand_builtin_stpcpy()
3630 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3, in expand_builtin_memset_args()
3633 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2, in expand_builtin_memset_args()
3892 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 2, arg1, arg2); in expand_builtin_strcmp()
4012 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 3, in expand_builtin_strncmp()
12593 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 3, dest, src, len); in expand_builtin_memory_chk()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dbuiltins.c2614 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...) in build_call_nofold_loc() function
2751 exp = build_call_nofold_loc (EXPR_LOCATION (exp), fallback_fndecl, 1, arg); in expand_builtin_int_roundingfn()
2854 exp = build_call_nofold_loc (EXPR_LOCATION (exp), in expand_builtin_int_roundingfn_2()
3146 tree result = build_call_nofold_loc (UNKNOWN_LOCATION, fn, 3, in expand_builtin_mempcpy_args()
3310 tree result = build_call_nofold_loc (loc, fn, 2, dst, src); in expand_builtin_stpcpy()
3613 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3, in expand_builtin_memset_args()
3616 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2, in expand_builtin_memset_args()
3875 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 2, arg1, arg2); in expand_builtin_strcmp()
3995 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 3, in expand_builtin_strncmp()
12517 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 3, dest, src, len); in expand_builtin_memory_chk()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dbuiltins.c2699 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...) in build_call_nofold_loc() function
2836 exp = build_call_nofold_loc (EXPR_LOCATION (exp), fallback_fndecl, 1, arg); in expand_builtin_int_roundingfn()
2939 exp = build_call_nofold_loc (EXPR_LOCATION (exp), in expand_builtin_int_roundingfn_2()
3305 tree result = build_call_nofold_loc (UNKNOWN_LOCATION, fn, 3, in expand_builtin_mempcpy_args()
3470 tree result = build_call_nofold_loc (loc, fn, 2, dst, src); in expand_builtin_stpcpy()
3782 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3, in expand_builtin_memset_args()
3785 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2, in expand_builtin_memset_args()
4044 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 2, arg1, arg2); in expand_builtin_strcmp()
4164 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 3, in expand_builtin_strncmp()
12474 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 3, dest, src, len); in expand_builtin_memory_chk()
[all …]
H A DChangeLog-20097951 (build_call_nofold_loc): New static helper.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dbuiltins.c3398 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...) in build_call_nofold_loc() function
3536 exp = build_call_nofold_loc (EXPR_LOCATION (exp), fallback_fndecl, 1, arg); in expand_builtin_int_roundingfn()
3640 exp = build_call_nofold_loc (EXPR_LOCATION (exp), in expand_builtin_int_roundingfn_2()
6304 tree result = build_call_nofold_loc (loc, fn, 2, dst, src); in expand_builtin_stpcpy_1()
6817 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3, in expand_builtin_memset_args()
6820 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2, in expand_builtin_memset_args()
7095 tree fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 2, arg1, arg2); in expand_builtin_strcmp()
7258 tree call = build_call_nofold_loc (loc, fndecl, 3, arg1, arg2, len); in expand_builtin_strncmp()
12838 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 3, dest, src, len); in expand_builtin_memory_chk()
12884 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 4, in expand_builtin_memory_chk()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dbuiltins.c3398 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...) in build_call_nofold_loc() function
3536 exp = build_call_nofold_loc (EXPR_LOCATION (exp), fallback_fndecl, 1, arg); in expand_builtin_int_roundingfn()
3640 exp = build_call_nofold_loc (EXPR_LOCATION (exp), in expand_builtin_int_roundingfn_2()
6304 tree result = build_call_nofold_loc (loc, fn, 2, dst, src); in expand_builtin_stpcpy_1()
6817 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3, in expand_builtin_memset_args()
6820 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2, in expand_builtin_memset_args()
7095 tree fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 2, arg1, arg2); in expand_builtin_strcmp()
7258 tree call = build_call_nofold_loc (loc, fndecl, 3, arg1, arg2, len); in expand_builtin_strncmp()
12838 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 3, dest, src, len); in expand_builtin_memory_chk()
12884 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 4, in expand_builtin_memory_chk()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dbuiltins.c3398 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...) in build_call_nofold_loc() function
3536 exp = build_call_nofold_loc (EXPR_LOCATION (exp), fallback_fndecl, 1, arg); in expand_builtin_int_roundingfn()
3640 exp = build_call_nofold_loc (EXPR_LOCATION (exp), in expand_builtin_int_roundingfn_2()
6304 tree result = build_call_nofold_loc (loc, fn, 2, dst, src); in expand_builtin_stpcpy_1()
6817 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3, in expand_builtin_memset_args()
6820 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2, in expand_builtin_memset_args()
7095 tree fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 2, arg1, arg2); in expand_builtin_strcmp()
7258 tree call = build_call_nofold_loc (loc, fndecl, 3, arg1, arg2, len); in expand_builtin_strncmp()
12838 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 3, dest, src, len); in expand_builtin_memory_chk()
12884 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 4, in expand_builtin_memory_chk()

123