/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | dummy-frontend.cc | 167 (build_type_variant (TREE_TYPE (type), in handle_noreturn_attribute() 218 (build_type_variant (TREE_TYPE (type), 1, in handle_const_attribute()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-attribs.cc | 368 (build_type_variant (TREE_TYPE (type), in handle_noreturn_attribute() 414 (build_type_variant (TREE_TYPE (type), 1, in handle_const_attribute()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | sancov.cc | 168 = build_array_type (build_type_variant (uint64_type_node, 1, 0), in instrument_switch()
|
H A D | dbxout.cc | 1935 dbxout_type (build_type_variant (type, 0, TYPE_VOLATILE (type)), 0); in dbxout_type() 1941 dbxout_type (build_type_variant (type, TYPE_READONLY (type), 0), 0); in dbxout_type()
|
H A D | tree.cc | 9444 = build_pointer_type (build_type_variant (void_type_node, 1, 0)); in build_common_tree_nodes() 10837 eltype = build_type_variant (eltype, 1, 0); in build_string_literal()
|
H A D | tree.h | 4799 #define build_type_variant(TYPE, CONST_P, VOLATILE_P) \ macro
|
H A D | gimple-fold.cc | 2628 tree cst_uchar_node = build_type_variant (unsigned_char_type_node, 1, 0); in gimple_load_first_char()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | sancov.c | 168 = build_array_type (build_type_variant (uint64_type_node, 1, 0), in instrument_switch()
|
H A D | dbxout.c | 1932 dbxout_type (build_type_variant (type, 0, TYPE_VOLATILE (type)), 0); in dbxout_type() 1938 dbxout_type (build_type_variant (type, TYPE_READONLY (type), 0), 0); in dbxout_type()
|
H A D | tree.c | 10354 = build_pointer_type (build_type_variant (void_type_node, 1, 0)); in build_common_tree_nodes() 11660 eltype = build_type_variant (eltype, 1, 0); in build_string_literal()
|
H A D | tree.h | 4626 #define build_type_variant(TYPE, CONST_P, VOLATILE_P) \ macro
|
H A D | gimple-fold.c | 2372 tree cst_uchar_node = build_type_variant (unsigned_char_type_node, 1, 0); in gimple_load_first_char()
|
H A D | builtins.c | 9290 tree cst_uchar_node = build_type_variant (unsigned_char_type_node, 1, 0); in fold_builtin_memcmp()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-attribs.cc | 452 (build_type_variant (TREE_TYPE (type), in handle_noreturn_attribute() 494 (build_type_variant (TREE_TYPE (type), 1, in handle_const_attribute()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
H A D | lto-lang.c | 270 (build_type_variant (TREE_TYPE (type), in handle_noreturn_attribute() 321 (build_type_variant (TREE_TYPE (type), 1, in handle_const_attribute()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lto-lang.cc | 270 (build_type_variant (TREE_TYPE (type), in handle_noreturn_attribute() 321 (build_type_variant (TREE_TYPE (type), 1, in handle_const_attribute()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/ |
H A D | brig-lang.c | 514 (build_type_variant (TREE_TYPE (type), 1, in handle_const_attribute()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
H A D | brig-code-entry-handler.cc | 1250 = build_type_variant (brig_to_generic::s_fp32_type, 1, 0); in visit_element()
|
H A D | brig-function.cc | 418 tree nonconst_type = build_type_variant (type, false, false); in get_m_var_declfor_reg()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-attribs.c | 823 (build_type_variant (TREE_TYPE (type), in handle_noreturn_attribute() 1410 (build_type_variant (TREE_TYPE (type), 1, in handle_const_attribute()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-attribs.cc | 1064 (build_type_variant (TREE_TYPE (type), in handle_noreturn_attribute() 1730 (build_type_variant (TREE_TYPE (type), 1, in handle_const_attribute()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-1994 | 1694 * *.c: Use c_build_type_variant instead of build_type_variant where 1697 * call.c (build_method_call): Call build_type_variant and 1703 * call.c (build_method_call): Call build_type_variant and 1712 * *.c: Use c_build_type_variant instead of build_type_variant where
|
H A D | ChangeLog-1998 | 1694 build_type_variant and some duplicated code. 4915 * method.c (build_mangled_name): Add a call to build_type_variant
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/frv/ |
H A D | frv.c | 8230 tree vptr = build_pointer_type (build_type_variant (void_type_node, 0, 1)); in frv_init_builtins()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/frv/ |
H A D | frv.cc | 8219 tree vptr = build_pointer_type (build_type_variant (void_type_node, 0, 1)); in frv_init_builtins()
|