Home
last modified time | relevance | path

Searched refs:ptrdiff_type_node (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-format.h294 #define T_PD &ptrdiff_type_node
H A Dc-common.c3465 ptrdiff_type_node in c_common_nodes_and_builtins()
3467 unsigned_ptrdiff_type_node = c_common_unsigned_type (ptrdiff_type_node); in c_common_nodes_and_builtins()
H A Dtree.h3431 #define ptrdiff_type_node global_trees[TI_PTRDIFF_TYPE] macro
H A Dc-typeck.c2804 tree restype = ptrdiff_type_node; in pointer_diff()
H A DChangeLog-20002075 uintmax_type_node, default_function_type, ptrdiff_type_node and
2081 uintmax_type_node, default_function_type, ptrdiff_type_node and
/freebsd-12.1/contrib/gcc/cp/
H A Drtti.c184 convert_to_integer (ptrdiff_type_node, offset)); in build_headof()
675 (NULL_TREE, ptrdiff_type_node, void_list_node)))); in build_dynamic_cast_1()
H A Dinit.c2446 maxindex = cp_convert (ptrdiff_type_node, maxindex); in build_vec_init()
2487 iterator = get_temp_regvar (ptrdiff_type_node, maxindex); in build_vec_init()
H A Dclass.c372 build_pointer_type (ptrdiff_type_node), in build_base_path()
378 offset = convert_to_integer (ptrdiff_type_node, in build_base_path()
383 v_offset = build2 (code, ptrdiff_type_node, v_offset, offset); in build_base_path()
389 offset = build3 (COND_EXPR, ptrdiff_type_node, in build_base_path()
393 convert_to_integer (ptrdiff_type_node, in build_base_path()
H A Dtypeck2.c1289 datum, build_nop (ptrdiff_type_node, component)); in build_m_component_ref()
H A Dcall.c1794 type2 = ptrdiff_type_node; in add_builtin_candidate()
1854 type1 = ptrdiff_type_node; in add_builtin_candidate()
1859 type2 = ptrdiff_type_node; in add_builtin_candidate()
1928 type2 = ptrdiff_type_node; in add_builtin_candidate()
H A Dtypeck.c3924 tree restype = ptrdiff_type_node; in pointer_diff()
4914 build_nop (ptrdiff_type_node, expr), in convert_ptrmem()
6177 return fold_if_not_in_template (convert_to_integer (ptrdiff_type_node, in get_delta_difference()
6281 (TREE_TYPE (delta), ptrdiff_type_node)); in build_ptrmemfunc()
H A Ddecl.c3212 delta_type_node = ptrdiff_type_node; in cxx_init_decl_processing()
3213 vtable_index_type = ptrdiff_type_node; in cxx_init_decl_processing()
H A DChangeLog-19952098 * gc.c (build_headof): Use ptrdiff_type_node instead of
3664 * typeck.c (get_member_function_from_ptrfunc): Use ptrdiff_type_node
H A DChangeLog-2000283 uintmax_type_node, default_function_type, ptrdiff_type_node and
5971 initialization. Make delta_type_node ptrdiff_type_node under the
H A DChangeLog-1996991 * init.c (expand_vec_init): Use ptrdiff_type_node instead of
H A DChangeLog-19944520 * class.c (build_vfn_ref): Cast delta field to ptrdiff_type_node,