/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | symtab-thunks.cc | 245 fold_build_pointer_plus_loc (input_location, in thunk_adjust() 258 ptr = fold_build_pointer_plus_loc (input_location, ptr, vtabletmp3); in thunk_adjust() 293 ptr = fold_build_pointer_plus_loc (input_location, ptr, offset_tree); in thunk_adjust()
|
H A D | fold-const.h | 237 extern tree fold_build_pointer_plus_loc (location_t loc, tree ptr, tree off); 240 fold_build_pointer_plus_loc (UNKNOWN_LOCATION, p, o)
|
H A D | tree-loop-distribution.cc | 1684 access_base = fold_build_pointer_plus_loc (loc, access_base, adj); in compute_access_range()
|
H A D | fold-const.cc | 9525 return fold_build_pointer_plus_loc (loc, arg00, arg01); in fold_unary_loc() 16454 fold_build_pointer_plus_loc (location_t loc, tree ptr, tree off) in fold_build_pointer_plus_loc() function
|
H A D | gimple-fold.cc | 2412 newdst = fold_build_pointer_plus_loc (loc, dst, newdst); in gimple_fold_builtin_strcat()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const.h | 212 extern tree fold_build_pointer_plus_loc (location_t loc, tree ptr, tree off); 215 fold_build_pointer_plus_loc (UNKNOWN_LOCATION, p, o)
|
H A D | cgraphunit.c | 1792 fold_build_pointer_plus_loc (input_location, in thunk_adjust() 1805 ptr = fold_build_pointer_plus_loc (input_location, ptr, vtabletmp3); in thunk_adjust() 1840 ptr = fold_build_pointer_plus_loc (input_location, ptr, offset_tree); in thunk_adjust()
|
H A D | tree-loop-distribution.c | 1671 access_base = fold_build_pointer_plus_loc (loc, access_base, adj);
|
H A D | gimple-fold.c | 2150 newdst = fold_build_pointer_plus_loc (loc, dst, newdst); in gimple_fold_builtin_strcat()
|
H A D | fold-const.c | 8903 return fold_build_pointer_plus_loc (loc, arg00, arg01); in fold_unary_loc() 15497 fold_build_pointer_plus_loc (location_t loc, tree ptr, tree off) in fold_build_pointer_plus_loc() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans.cc | 440 tmp = fold_build_pointer_plus_loc (input_location, tmp, offset); in gfc_build_spanned_array_ref() 531 tree ptr = fold_build_pointer_plus_loc (input_location, base_addr, in gfc_build_array_ref()
|
H A D | trans-expr.cc | 1406 ptr = fold_build_pointer_plus_loc (input_location, ptr, offset); in gfc_get_class_array_ref() 8012 fold_build_pointer_plus_loc (input_location, in fill_with_spaces() 8149 tmp4 = fold_build_pointer_plus_loc (input_location, dest, slen); in gfc_trans_string_copy()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | init.c | 3481 cookie_ptr = fold_build_pointer_plus_loc (input_location, in build_new_1() 4026 = fold_build_pointer_plus_loc (loc, fold_convert (ptype, base), in build_vec_delete_1()
|
H A D | class.c | 655 expr = fold_build_pointer_plus_loc (input_location, in convert_to_base_statically()
|
H A D | typeck.c | 3845 e2 = fold_build_pointer_plus_loc (input_location, vtbl, idx); in get_member_function_from_ptrfunc()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | init.cc | 3560 cookie_ptr = fold_build_pointer_plus_loc (input_location, in build_new_1() 4134 = fold_build_pointer_plus_loc (loc, fold_convert (ptype, base), in build_vec_delete_1()
|
H A D | class.cc | 659 expr = fold_build_pointer_plus_loc (input_location, in convert_to_base_statically()
|
H A D | typeck.cc | 4106 e2 = fold_build_pointer_plus_loc (input_location, vtbl, idx); in get_member_function_from_ptrfunc()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans.c | 451 tmp = fold_build_pointer_plus_loc (input_location, tmp, offset); in gfc_build_array_ref()
|
H A D | trans-expr.c | 1312 ptr = fold_build_pointer_plus_loc (input_location, ptr, offset); in gfc_get_class_array_ref() 7476 fold_build_pointer_plus_loc (input_location, in fill_with_spaces() 7606 tmp4 = fold_build_pointer_plus_loc (input_location, dest, slen); in gfc_trans_string_copy()
|
H A D | trans-array.c | 3622 tmp = fold_build_pointer_plus_loc (input_location, tmp, offset); in build_class_array_ref()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-next-runtime-abi-02.c | 1429 expr = fold_build_pointer_plus_loc (input_location, expr, offset); in objc_v2_build_ivar_ref()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-next-runtime-abi-02.cc | 1431 expr = fold_build_pointer_plus_loc (input_location, expr, offset); in objc_v2_build_ivar_ref()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.c | 3195 ret = fold_build_pointer_plus_loc (loc, ptrop, intop); in pointer_int_sum()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.cc | 3403 ret = fold_build_pointer_plus_loc (loc, ptrop, intop); in pointer_int_sum()
|