| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gimple-laddress.cc | 106 int volatilep = 0, reversep, unsignedp = 0; in execute() local 109 &reversep, &volatilep); in execute()
|
| H A D | gimple-streamer-out.cc | 149 bool volatilep = TREE_THIS_VOLATILE (*basep); in output_gimple_stmt() local 154 TREE_THIS_VOLATILE (*basep) = volatilep; in output_gimple_stmt()
|
| H A D | tsan.cc | 56 get_memory_access_decl (bool is_write, unsigned size, bool volatilep) in get_memory_access_decl() argument 72 if (param_tsan_distinguish_volatile && volatilep) in get_memory_access_decl() 121 int unsignedp, reversep, volatilep = 0; in instrument_expr() local 123 &mode, &unsignedp, &reversep, &volatilep); in instrument_expr()
|
| H A D | ubsan.cc | 1454 int volatilep = 0, reversep, unsignedp = 0; in maybe_instrument_pointer_overflow() local 1456 &unsignedp, &reversep, &volatilep); in maybe_instrument_pointer_overflow() 1696 int volatilep = 0, reversep, unsignedp = 0; in instrument_bool_enum_load() local 1698 &unsignedp, &reversep, &volatilep); in instrument_bool_enum_load() 2130 int volatilep = 0, reversep, unsignedp = 0; in instrument_object_size() local 2132 &unsignedp, &reversep, &volatilep); in instrument_object_size()
|
| H A D | tree-affine.cc | 395 int unsignedp, reversep, volatilep; in tree_to_aff_combination() local 440 &volatilep); in tree_to_aff_combination()
|
| H A D | sanopt.cc | 468 int volatilep = 0, reversep, unsignedp = 0; in maybe_optimize_ubsan_ptr_ifn() local 492 &unsignedp, &reversep, &volatilep); in maybe_optimize_ubsan_ptr_ifn()
|
| H A D | stor-layout.cc | 2907 unsigned int align, bool volatilep) in bit_field_mode_iterator() argument 2911 m_volatilep (volatilep), m_count (0) in bit_field_mode_iterator() 3023 unsigned HOST_WIDE_INT largest_mode_bitsize, bool volatilep, in get_best_mode() argument 3027 bitregion_end, align, volatilep); in get_best_mode()
|
| H A D | expr.cc | 5244 int unsignedp, reversep, volatilep = 0; in get_bit_range() local 5247 &volatilep); in get_bit_range() 5409 int unsignedp, reversep, volatilep = 0; in expand_assignment() local 5414 &unsignedp, &reversep, &volatilep); in expand_assignment() 5644 if (volatilep) in expand_assignment() 8347 int unsignedp, reversep, volatilep = 0; in expand_expr_addr_expr_1() local 8458 &unsignedp, &reversep, &volatilep); in expand_expr_addr_expr_1() 11096 int reversep, volatilep = 0, must_force_mem; in expand_expr_real_1() local 11099 &unsignedp, &reversep, &volatilep); in expand_expr_real_1() 11287 if (MEM_P (op0) && volatilep && ! MEM_VOLATILE_P (op0)) in expand_expr_real_1() [all …]
|
| H A D | gimple-range-fold.cc | 693 int unsignedp, reversep, volatilep; in range_of_address() local 696 &reversep, &volatilep); in range_of_address()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gimple-laddress.c | 106 int volatilep = 0, reversep, unsignedp = 0; in execute() local 109 &reversep, &volatilep); in execute()
|
| H A D | gimple-streamer-out.c | 149 bool volatilep = TREE_THIS_VOLATILE (*basep); in output_gimple_stmt() local 154 TREE_THIS_VOLATILE (*basep) = volatilep; in output_gimple_stmt()
|
| H A D | ubsan.c | 1436 int volatilep = 0, reversep, unsignedp = 0; in maybe_instrument_pointer_overflow() local 1438 &unsignedp, &reversep, &volatilep); in maybe_instrument_pointer_overflow() 1678 int volatilep = 0, reversep, unsignedp = 0; in instrument_bool_enum_load() local 1680 &unsignedp, &reversep, &volatilep); in instrument_bool_enum_load() 2100 int volatilep = 0, reversep, unsignedp = 0; in instrument_object_size() local 2102 &unsignedp, &reversep, &volatilep); in instrument_object_size()
|
| H A D | tree-affine.c | 386 int unsignedp, reversep, volatilep; in tree_to_aff_combination() local 431 &volatilep); in tree_to_aff_combination()
|
| H A D | tsan.c | 116 int unsignedp, reversep, volatilep = 0; in instrument_expr() local 118 &mode, &unsignedp, &reversep, &volatilep); in instrument_expr()
|
| H A D | sanopt.c | 468 int volatilep = 0, reversep, unsignedp = 0; in maybe_optimize_ubsan_ptr_ifn() local 492 &unsignedp, &reversep, &volatilep); in maybe_optimize_ubsan_ptr_ifn()
|
| H A D | stor-layout.c | 2882 unsigned int align, bool volatilep) in bit_field_mode_iterator() argument 2886 m_volatilep (volatilep), m_count (0) in bit_field_mode_iterator() 2998 unsigned HOST_WIDE_INT largest_mode_bitsize, bool volatilep, in get_best_mode() argument 3002 bitregion_end, align, volatilep); in get_best_mode()
|
| H A D | expr.c | 4966 int unsignedp, reversep, volatilep = 0; in get_bit_range() local 4969 &volatilep); in get_bit_range() 5131 int unsignedp, reversep, volatilep = 0; in expand_assignment() local 5136 &unsignedp, &reversep, &volatilep); in expand_assignment() 5366 if (volatilep) in expand_assignment() 7986 int unsignedp, reversep, volatilep = 0; in expand_expr_addr_expr_1() local 8097 &unsignedp, &reversep, &volatilep); in expand_expr_addr_expr_1() 10700 int reversep, volatilep = 0, must_force_mem; in expand_expr_real_1() local 10703 &unsignedp, &reversep, &volatilep); in expand_expr_real_1() 10891 if (MEM_P (op0) && volatilep && ! MEM_VOLATILE_P (op0)) in expand_expr_real_1() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | prdbg.c | 1405 bool constp, bool volatilep, in pr_class_method_variant() argument 1416 if (volatilep) in pr_class_method_variant() 1485 bool constp, bool volatilep) in pr_class_static_method_variant() argument 1495 if (volatilep) in pr_class_static_method_variant() 2256 bool constp, bool volatilep, in tg_class_method_variant() argument 2269 if (volatilep) in tg_class_method_variant() 2336 bool constp, bool volatilep) in tg_class_static_method_variant() argument 2347 if (volatilep) in tg_class_static_method_variant()
|
| H A D | debug.c | 340 bool volatilep; member 1779 bool constp, bool volatilep, in debug_make_method_variant() argument 1791 m->volatilep = volatilep; in debug_make_method_variant() 1806 bool constp, bool volatilep) in debug_make_static_method_variant() argument 1817 m->volatilep = volatilep; in debug_make_static_method_variant() 2791 v->volatilep, in debug_write_class_type() 2802 v->volatilep)) in debug_write_class_type() 3361 || v1->volatilep != v2->volatilep in debug_class_type_samep()
|
| H A D | wrstabs.c | 1652 bool volatilep, bfd_vma voffset, in stab_class_method_var() argument 1692 if (volatilep) in stab_class_method_var() 1699 if (volatilep) in stab_class_method_var() 1742 bool constp, bool volatilep, in stab_class_method_variant() argument 1748 volatilep, voffset, contextp); in stab_class_method_variant() 1756 bool constp, bool volatilep) in stab_class_static_method_variant() argument 1761 volatilep, 0, false); in stab_class_static_method_variant()
|
| H A D | stabs.c | 2715 bool constp, volatilep, staticp; in parse_stab_members() local 2775 volatilep = false; in parse_stab_members() 2789 volatilep = true; in parse_stab_members() 2795 volatilep = true; in parse_stab_members() 2903 constp, volatilep, &physname); in parse_stab_members() 2919 constp, volatilep, in parse_stab_members() 2927 volatilep); in parse_stab_members() 2977 bool volatilep, const char **pphysname) in parse_stab_argtypes() argument 3015 volatile_prefix = volatilep ? "V" : ""; in parse_stab_argtypes() 4945 bool constp, volatilep, unsignedp, signedp; in stab_demangle_fund_type() local [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | debug.c | 345 bool volatilep; member 1777 bool constp, bool volatilep, in debug_make_method_variant() argument 1789 m->volatilep = volatilep; in debug_make_method_variant() 1804 bool constp, bool volatilep) in debug_make_static_method_variant() argument 1815 m->volatilep = volatilep; in debug_make_static_method_variant() 2791 v->volatilep, in debug_write_class_type() 2802 v->volatilep)) in debug_write_class_type() 3360 || v1->volatilep != v2->volatilep in debug_class_type_samep()
|
| H A D | wrstabs.c | 1634 bool volatilep, bfd_vma voffset, in stab_class_method_var() argument 1678 if (volatilep) in stab_class_method_var() 1685 if (volatilep) in stab_class_method_var() 1727 bool constp, bool volatilep, in stab_class_method_variant() argument 1733 volatilep, voffset, contextp); in stab_class_method_variant() 1741 bool constp, bool volatilep) in stab_class_static_method_variant() argument 1746 volatilep, 0, false); in stab_class_static_method_variant()
|
| H A D | prdbg.c | 1401 bool constp, bool volatilep, in pr_class_method_variant() argument 1413 if (volatilep) in pr_class_method_variant() 1485 bool constp, bool volatilep) in pr_class_static_method_variant() argument 1495 if (volatilep) in pr_class_static_method_variant() 2265 bool constp, bool volatilep, in tg_class_method_variant() argument 2278 if (volatilep) in tg_class_method_variant() 2345 bool constp, bool volatilep) in tg_class_static_method_variant() argument 2356 if (volatilep) in tg_class_static_method_variant()
|
| H A D | stabs.c | 2737 bool constp, volatilep, staticp; in parse_stab_members() local 2797 volatilep = false; in parse_stab_members() 2811 volatilep = true; in parse_stab_members() 2817 volatilep = true; in parse_stab_members() 2925 constp, volatilep, &physname); in parse_stab_members() 2939 constp, volatilep, in parse_stab_members() 2947 volatilep); in parse_stab_members() 3004 bool volatilep, const char **pphysname) in parse_stab_argtypes() argument 3042 volatile_prefix = volatilep ? "V" : ""; in parse_stab_argtypes() 4944 bool constp, volatilep, unsignedp, signedp; in stab_demangle_fund_type() local [all …]
|