/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
H A D | avr-c.c | 266 if (!ADDR_SPACE_GENERIC_P (i)) in avr_register_target_pragmas() 481 if (!ADDR_SPACE_GENERIC_P (i) in avr_cpu_cpp_builtins()
|
H A D | avr.c | 897 return !ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (TREE_TYPE (decl))); in avr_decl_flash_p() 923 && !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (x))); in avr_mem_flash_p() 2321 return !ADDR_SPACE_GENERIC_P (as); in avr_mode_dependent_address_p() 9984 if (!ADDR_SPACE_GENERIC_P (as) in avr_nonconst_pointer_addrspace() 10110 if (!ADDR_SPACE_GENERIC_P (as)) in avr_insert_attributes() 10318 if (ADDR_SPACE_GENERIC_P (as)) in avr_section_type_flags() 10500 if (ADDR_SPACE_GENERIC_P (as)) in avr_asm_select_section() 12189 if (!ADDR_SPACE_GENERIC_P (as)) in avr_mode_code_base_reg_class() 12212 if (!ADDR_SPACE_GENERIC_P (as)) in avr_regno_mode_code_ok_for_base_p() 13027 if (ADDR_SPACE_GENERIC_P (as)) in avr_addr_space_legitimize_address() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
H A D | avr-c.cc | 266 if (!ADDR_SPACE_GENERIC_P (i)) in avr_register_target_pragmas() 481 if (!ADDR_SPACE_GENERIC_P (i) in avr_cpu_cpp_builtins()
|
H A D | avr.cc | 1256 return !ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (TREE_TYPE (decl))); in avr_decl_flash_p() 1282 && !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (x))); in avr_mem_flash_p() 2693 return !ADDR_SPACE_GENERIC_P (as); in avr_mode_dependent_address_p() 10484 if (!ADDR_SPACE_GENERIC_P (as) in avr_nonconst_pointer_addrspace() 10621 if (!ADDR_SPACE_GENERIC_P (as)) in avr_insert_attributes() 10848 if (ADDR_SPACE_GENERIC_P (as)) in avr_section_type_flags() 11062 if (ADDR_SPACE_GENERIC_P (as)) in avr_asm_select_section() 12614 if (!ADDR_SPACE_GENERIC_P (as)) in avr_mode_code_base_reg_class() 12637 if (!ADDR_SPACE_GENERIC_P (as)) in avr_regno_mode_code_ok_for_base_p() 13452 if (ADDR_SPACE_GENERIC_P (as)) in avr_addr_space_legitimize_address() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | coretypes.h | 171 #define ADDR_SPACE_GENERIC_P(AS) ((AS) == ADDR_SPACE_GENERIC) macro
|
H A D | print-tree.c | 173 if (!ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (node))) in print_node_brief() 344 if (TYPE_P (node) && !ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (node))) in print_node()
|
H A D | ipa-visibility.c | 819 || ! (ADDR_SPACE_GENERIC_P in function_and_variable_visibility()
|
H A D | print-rtl.c | 937 if (!ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (in_rtx))) in print_rtx()
|
H A D | tree-pretty-print.c | 1672 if (!ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (node))) in dump_generic_node() 1814 if (!ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (node))) in dump_generic_node()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ft32/ |
H A D | ft32.c | 736 && !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (o))); in ft32_is_mem_pm() 919 && !ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (type))); in ft32_elf_encode_section_info()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ft32/ |
H A D | ft32.cc | 736 && !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (o))); in ft32_is_mem_pm() 919 && !ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (type))); in ft32_elf_encode_section_info()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | coretypes.h | 172 #define ADDR_SPACE_GENERIC_P(AS) ((AS) == ADDR_SPACE_GENERIC) macro
|
H A D | print-tree.cc | 173 if (!ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (node))) in print_node_brief() 344 if (TYPE_P (node) && !ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (node))) in print_node()
|
H A D | ipa-visibility.cc | 819 || ! (ADDR_SPACE_GENERIC_P in function_and_variable_visibility()
|
H A D | tsan.cc | 142 if (!ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (TREE_TYPE (base)))) in instrument_expr()
|
H A D | ubsan.cc | 793 if (!ADDR_SPACE_GENERIC_P (as) in ubsan_expand_null_ifn() 1393 if (!ADDR_SPACE_GENERIC_P (as) in instrument_mem_ref()
|
H A D | tree-pretty-print.cc | 1859 if (!ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (node))) in dump_generic_node() 2013 if (!ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (node))) in dump_generic_node() 2071 if (!ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (node))) in dump_generic_node()
|
H A D | asan.cc | 2275 || !ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (TREE_TYPE (decl))) in asan_protect_global() 2736 if (!ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (TREE_TYPE (inner)))) in instrument_derefs()
|
H A D | print-rtl.cc | 970 if (!ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (in_rtx))) in print_rtx()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/moxie/ |
H A D | moxie.c | 582 gcc_assert (ADDR_SPACE_GENERIC_P (as)); in moxie_legitimate_address_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/moxie/ |
H A D | moxie.cc | 582 gcc_assert (ADDR_SPACE_GENERIC_P (as)); in moxie_legitimate_address_p()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-decl.c | 2095 if (ADDR_SPACE_GENERIC_P (new_addr)) in diagnose_mismatched_decls() 2099 else if (ADDR_SPACE_GENERIC_P (old_addr)) in diagnose_mismatched_decls() 6129 address_space = ADDR_SPACE_GENERIC_P (as1)? as2 : as1; in grokdeclarator() 6140 if (!ADDR_SPACE_GENERIC_P (as1) && !ADDR_SPACE_GENERIC_P (as2) && as1 != as2) in grokdeclarator() 6642 if (!ADDR_SPACE_GENERIC_P (as) && as != TYPE_ADDR_SPACE (type)) in grokdeclarator() 6920 if (!ADDR_SPACE_GENERIC_P (address_space)) in grokdeclarator() 10403 if (!ADDR_SPACE_GENERIC_P (specs->address_space) in declspecs_add_addrspace()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-decl.cc | 2118 if (ADDR_SPACE_GENERIC_P (new_addr)) in diagnose_mismatched_decls() 2122 else if (ADDR_SPACE_GENERIC_P (old_addr)) in diagnose_mismatched_decls() 6453 address_space = ADDR_SPACE_GENERIC_P (as1)? as2 : as1; in grokdeclarator() 6464 if (!ADDR_SPACE_GENERIC_P (as1) && !ADDR_SPACE_GENERIC_P (as2) && as1 != as2) in grokdeclarator() 6966 if (!ADDR_SPACE_GENERIC_P (as) && as != TYPE_ADDR_SPACE (type)) in grokdeclarator() 7244 if (!ADDR_SPACE_GENERIC_P (address_space)) in grokdeclarator() 10800 if (!ADDR_SPACE_GENERIC_P (specs->address_space) in declspecs_add_addrspace()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-pretty-print.c | 256 if (!ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (t))) in pp_c_type_qualifier_list()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-pretty-print.cc | 265 if (!ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (t))) in pp_c_type_qualifier_list()
|