| /freebsd-12.1/contrib/gcc/ |
| H A D | stor-layout.c | 196 if (!host_integerp (size, 1)) in mode_for_size_tree() 873 else if (host_integerp (rli->offset, 1)) in place_field() 946 && host_integerp (DECL_SIZE (field), 1) in place_field() 947 && host_integerp (rli->offset, 1) in place_field() 948 && host_integerp (TYPE_SIZE (type), 1)) in place_field() 978 && host_integerp (DECL_SIZE (field), 1) in place_field() 979 && host_integerp (rli->offset, 1) in place_field() 980 && host_integerp (TYPE_SIZE (type), 1)) in place_field() 1041 && host_integerp (TYPE_SIZE (type), 0) in place_field() 1324 if (! host_integerp (TYPE_SIZE (type), 1)) in compute_record_mode() [all …]
|
| H A D | tree-object-size.c | 78 if (host_integerp (TYPE_MAX_VALUE (sizetype), 1)) in init_offset_limit() 167 && host_integerp (TYPE_SIZE_UNIT (TREE_TYPE (pt_var)), 1) in addr_object_size() 192 || ! host_integerp (TYPE_SIZE_UNIT (TREE_TYPE (var)), 1) in addr_object_size() 214 if (host_integerp (bytes, 1)) in addr_object_size() 272 if (! arg_mask && bytes && host_integerp (bytes, 1)) in alloc_object_size() 590 if (! host_integerp (op1, 1)) in plus_expr_object_size() 1020 if (host_integerp (ost, 1)) in compute_object_sizes()
|
| H A D | sdbout.c | 570 && host_integerp (TYPE_MAX_VALUE (TYPE_DOMAIN (type)), 0) in plain_type_1() 571 && host_integerp (TYPE_MIN_VALUE (TYPE_DOMAIN (type)), 0) in plain_type_1() 1029 && host_integerp (DECL_SIZE (tail), 1) in sdbout_field_types() 1030 && host_integerp (bit_position (tail), 0)) in sdbout_field_types() 1181 if (host_integerp (TREE_VALUE (tem), 0)) in sdbout_one_type() 1201 && host_integerp (DECL_SIZE (tem), 1) in sdbout_one_type() 1202 && host_integerp (bit_position (tem), 0)) in sdbout_one_type()
|
| H A D | dbxout.c | 1412 && (! host_integerp (bit_position (tem), 0) in dbxout_type_fields() 1414 || ! host_integerp (DECL_SIZE (tem), 1)))) in dbxout_type_fields() 1503 if (DECL_VINDEX (decl) && host_integerp (DECL_VINDEX (decl), 0)) in dbxout_type_method_1() 1612 && host_integerp (TYPE_MIN_VALUE (type), 0)) in dbxout_range_type() 1624 && host_integerp (TYPE_MAX_VALUE (type), 0)) in dbxout_range_type() 1749 || ! host_integerp (TYPE_SIZE (type), 1)) in dbxout_type() 1774 || ! host_integerp (TYPE_SIZE (type), 1)) in dbxout_type() 2019 || ! host_integerp (TYPE_SIZE (type), 1)) in dbxout_type() 2359 if (!host_integerp (offset, 0)) in dbxout_expand_expr() 2640 && host_integerp (TYPE_SIZE (type), 1)) in dbxout_symbol() [all …]
|
| H A D | builtins.c | 494 if (!host_integerp (cst, 1) in target_char_cast() 3326 if (!host_integerp (len, 1) || !slen || !host_integerp (slen, 1)) in expand_builtin_strncpy() 3460 if (host_integerp (len, 1) in expand_builtin_memset() 3484 if (host_integerp (len, 1) in expand_builtin_memset() 7906 if (host_integerp (arg1, 0)) in fold_builtin_powi() 8038 if (! host_integerp (len, 1)) in fold_builtin_memset() 10161 if (! host_integerp (size, 1)) in expand_builtin_memory_chk() 10492 if (! host_integerp (size, 1)) in fold_builtin_memory_chk() 10578 if (! host_integerp (size, 1)) in fold_builtin_stxcpy_chk() 10659 if (! host_integerp (size, 1)) in fold_builtin_strncpy_chk() [all …]
|
| H A D | tree-dfa.c | 888 if (! host_integerp (size_tree, 1)) in get_ref_base_and_extent() 932 && csize && host_integerp (csize, 1)) in get_ref_base_and_extent() 974 && asize && host_integerp (asize, 1)) in get_ref_base_and_extent() 1019 && host_integerp (TYPE_SIZE (TREE_TYPE (exp)), 1) in get_ref_base_and_extent()
|
| H A D | tree-stdarg.c | 177 && host_integerp (TREE_OPERAND (rhs, 1), 1)) in va_list_counter_bump() 235 && host_integerp (TREE_OPERAND (rhs, 1), 1)) in va_list_counter_bump() 537 && host_integerp (TYPE_SIZE_UNIT (TREE_TYPE (rhs)), 1) in check_all_va_list_escapes()
|
| H A D | expr.h | 129 if (host_integerp (inc, 0)) \ 141 if (host_integerp (dec, 0)) \
|
| H A D | expr.c | 4571 if (host_integerp (lo_index, 1) && host_integerp (hi_index, 1)) in categorize_ctor_elements_1() 4715 if (telts && host_integerp (telts, 1)) in count_type_elements() 4975 if (host_integerp (offset, 0) in store_constructor() 4976 && host_integerp (bit_position (field), 0)) in store_constructor() 5107 if (! host_integerp (lo_index, 1) in store_constructor() 5108 || ! host_integerp (hi_index, 1)) in store_constructor() 5180 && host_integerp (lo_index, 0) in store_constructor() 5181 && host_integerp (hi_index, 0) in store_constructor() 5688 if (! host_integerp (size_tree, 1)) in get_inner_reference() 5782 if (host_integerp (offset, 0)) in get_inner_reference() [all …]
|
| H A D | tree-vectorizer.h | 155 (host_integerp ((L)->num_iters,0) \
|
| H A D | tree-ssa-loop-ivcanon.c | 173 if (!host_integerp (niter, 1)) in try_unroll_loop_completely()
|
| H A D | tree.c | 1805 if (size_tree && host_integerp (size_tree, 1)) in max_int_size_in_bytes() 1816 if (size_tree && host_integerp (size_tree, 1)) in max_int_size_in_bytes() 4541 host_integerp (tree t, int pos) in host_integerp() function 4560 gcc_assert (host_integerp (t, pos)); in tree_low_cst() 5145 if (host_integerp (maxval, 1)) in build_index_type() 5167 if (host_integerp (TYPE_MAX_VALUE (itype), 1)) in build_nonstandard_integer_type() 5196 if (host_integerp (lowval, 0) && highval != 0 && host_integerp (highval, 0)) in build_range_type() 5559 && host_integerp (DECL_SIZE (TREE_OPERAND (op, 1)), 1)) in get_unwidened() 5650 && host_integerp (DECL_SIZE (TREE_OPERAND (op, 1)), 1)) in get_narrower()
|
| H A D | tree-ssa-ccp.c | 1491 if (!host_integerp (TYPE_SIZE (TREE_TYPE (var)), 1) in widen_bitfield() 1492 || !host_integerp (DECL_SIZE (field), 1) in widen_bitfield() 1493 || !host_integerp (val, 0)) in widen_bitfield()
|
| H A D | c-pretty-print.c | 550 if (host_integerp (maxval, 0)) in pp_c_direct_abstract_declarator() 868 if (host_integerp (c, TYPE_UNSIGNED (type))) in pp_c_character_constant()
|
| H A D | emit-rtl.c | 1487 if (TYPE_SIZE_UNIT (type) && host_integerp (TYPE_SIZE_UNIT (type), 1)) in set_mem_attributes_minus_bitpos() 1549 && host_integerp (DECL_SIZE_UNIT (t), 1) in set_mem_attributes_minus_bitpos() 1613 if (host_integerp (off_tree, 1)) in set_mem_attributes_minus_bitpos() 1627 if (host_integerp (off_tree, 1)) in set_mem_attributes_minus_bitpos() 2018 if (! host_integerp (offset, 1)) in widen_memory_access()
|
| H A D | c-format.c | 1362 if (!host_integerp (arg1, 0) in check_format_arg() 1376 && host_integerp (TREE_OPERAND (format_tree, 1), 0) in check_format_arg() 1407 if (host_integerp (array_size, 0)) in check_format_arg()
|
| H A D | dwarf2out.c | 8369 else if (host_integerp (TYPE_SIZE (type), 1)) in simple_type_size_in_bits() 9320 if (host_integerp (loc, 0)) in loc_descriptor_from_tree_1() 9390 && host_integerp (TREE_OPERAND (loc, 1), 0)) in loc_descriptor_from_tree_1() 9652 if (! host_integerp (bit_position (decl), 0)) in field_byte_offset() 9658 if (host_integerp (field_size_tree, 1)) in field_byte_offset() 10696 if (! host_integerp (bound, 0) in add_bound_info() 10903 if (! host_integerp (bit_position (decl), 0) in add_bit_offset_attribute() 10904 || ! host_integerp (DECL_SIZE (decl), 1)) in add_bit_offset_attribute() 10941 if (host_integerp (DECL_SIZE (decl), 1)) in add_bit_size_attribute() 11010 if (host_integerp (DECL_VINDEX (func_decl), 0)) in add_pure_or_virtual_attribute() [all …]
|
| H A D | varasm.c | 941 if (!host_integerp (DECL_SIZE_UNIT (decl), 1)) in get_block_for_decl() 1789 && ! host_integerp (DECL_SIZE_UNIT (decl), 1)) in assemble_variable() 2355 && host_integerp (byte_position (TREE_OPERAND (target, 1)), 0)) in decode_addr_const() 4341 if (host_integerp (DECL_SIZE_UNIT (field), 1)) in output_constructor()
|
| H A D | fold-const.c | 3454 && host_integerp (size, 0) in make_bit_field_ref() 6984 else if (host_integerp (arg01, 0) in fold_plusminus_mult_expr() 6985 && host_integerp (arg11, 0)) in fold_plusminus_mult_expr() 7697 && host_integerp (and1, 1)) in fold_unary() 8207 && host_integerp (DECL_SIZE (TREE_OPERAND in fold_comparison() 10245 if (TREE_CODE (op0) == code && host_integerp (arg1, false) in fold_binary() 10247 && host_integerp (TREE_OPERAND (arg0, 1), false) in fold_binary() 10274 && host_integerp (arg1, false) in fold_binary() 10276 && host_integerp (TREE_OPERAND (arg0, 1), false) in fold_binary() 11742 && host_integerp (arg1, 1) in fold_ternary() [all …]
|
| H A D | explow.c | 266 if (size == 0 || !host_integerp (size, 0)) in int_expr_size()
|
| H A D | tree-pretty-print.c | 243 && host_integerp (max, 0)) in dump_array_domain() 716 else if (! host_integerp (node, 0)) in dump_generic_node()
|
| H A D | cfgexpand.c | 844 || !host_integerp (TYPE_SIZE_UNIT (type), 1)) in stack_protect_classify_type()
|
| H A D | tree-vect-analyze.c | 788 if (!host_integerp (misalign, 1)) in vect_compute_data_ref_alignment()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | error.c | 641 if (host_integerp (TYPE_MAX_VALUE (TYPE_DOMAIN (t)), 0)) in dump_type_suffix() 1694 else if (host_integerp (idx, 0)) in dump_expr()
|
| /freebsd-12.1/contrib/gcc/config/ia64/ |
| H A D | predicates.md | 76 if (t && host_integerp (t, 0))
|