| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | loongarch-parse.y | 38 is_const (struct reloc_info *info) in is_const() function 60 if (is_const (top - 1)) in loongarch_parse_expr() 161 if (is_const (s_top)) in emit_unary() 203 if (is_const (last_1st) && is_const (last_2nd)) in emit_bin() 306 if (is_const (last_1st) && is_const (last_2nd) && is_const (last_3rd)) in emit_if_else()
|
| H A D | loongarch-parse.c | 90 is_const (struct reloc_info *info) in is_const() function 112 if (is_const (top - 1)) in loongarch_parse_expr() 213 if (is_const (s_top)) in emit_unary() 255 if (is_const (last_1st) && is_const (last_2nd)) in emit_bin() 358 if (is_const (last_1st) && is_const (last_2nd) && is_const (last_3rd)) in emit_if_else()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | loongarch-parse.y | 38 is_const (struct reloc_info *info) in is_const() function 60 if (is_const (top - 1)) in loongarch_parse_expr() 172 if (is_const (s_top)) in emit_unary() 214 if (is_const (last_1st) && is_const (last_2nd)) in emit_bin() 317 if (is_const (last_1st) && is_const (last_2nd) && is_const (last_3rd)) in emit_if_else()
|
| H A D | loongarch-parse.c | 90 is_const (struct reloc_info *info) in is_const() function 112 if (is_const (top - 1)) in loongarch_parse_expr() 224 if (is_const (s_top)) in emit_unary() 266 if (is_const (last_1st) && is_const (last_2nd)) in emit_bin() 369 if (is_const (last_1st) && is_const (last_2nd) && is_const (last_3rd)) in emit_if_else()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | genattr.c | 40 int is_const = GET_CODE (XEXP (attr, 2)) == CONST; in gen_attr() local 42 if (is_const) in gen_attr() 51 (is_const ? "void" : "rtx_insn *")); in gen_attr() 57 (is_const ? "void" : "rtx_insn *")); in gen_attr() 61 (is_const ? "void" : "rtx_insn *")); in gen_attr()
|
| H A D | genattrtab.c | 183 unsigned is_const : 1; /* Attribute value constant for each run. */ variable 718 if (attr->is_const && ! attr2->is_const) in check_attr_test() 729 if (attr2->is_const) in check_attr_test() 805 if (attr->is_const) in check_attr_test() 826 if (attr->is_const) in check_attr_test() 964 else if (attr->is_const && ! attr2->is_const) in check_attr_value() 1146 if (!attr->is_const || ATTR_IND_SIMPLIFIED_P (exp)) in make_canonical() 1375 if (attr->is_const) in fill_attr() 1507 length_attr->is_const = 0; in make_length_attrs() 2822 if (all[i]->is_const) in get_attr_order() [all …]
|
| H A D | cse.c | 422 char is_const; member 1580 elt->is_const = (CONSTANT_P (x) || fixed_base_plus_p (x)); in insert_with_costs() 1640 if (elt->is_const && classp && REG_P (classp->exp) in insert_with_costs() 1653 && ! elt->is_const) in insert_with_costs() 1659 if (p->is_const && !REG_P (p->exp)) in insert_with_costs() 3007 if (p->is_const) in find_comparison_args() 3867 if (elt->is_const && CONSTANT_P (elt->exp)) in equiv_constant() 4834 if (p->is_const) in cse_insn() 5270 if (p->is_const && CONST_INT_P (p->exp)) in cse_insn()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | genattr.cc | 40 int is_const = GET_CODE (XEXP (attr, 2)) == CONST; in gen_attr() local 42 if (is_const) in gen_attr() 51 (is_const ? "void" : "rtx_insn *")); in gen_attr() 57 (is_const ? "void" : "rtx_insn *")); in gen_attr() 61 (is_const ? "void" : "rtx_insn *")); in gen_attr()
|
| H A D | genattrtab.cc | 183 unsigned is_const : 1; /* Attribute value constant for each run. */ member in attr_desc 718 if (attr->is_const && ! attr2->is_const) in check_attr_test() 729 if (attr2->is_const) in check_attr_test() 805 if (attr->is_const) in check_attr_test() 826 if (attr->is_const) in check_attr_test() 964 else if (attr->is_const && ! attr2->is_const) in check_attr_value() 1146 if (!attr->is_const || ATTR_IND_SIMPLIFIED_P (exp)) in make_canonical() 1375 if (attr->is_const) in fill_attr() 1507 length_attr->is_const = 0; in make_length_attrs() 2822 if (all[i]->is_const) in get_attr_order() [all …]
|
| H A D | cse.cc | 411 char is_const; member 1559 elt->is_const = (CONSTANT_P (x) || fixed_base_plus_p (x)); in insert_with_costs() 1619 if (elt->is_const && classp && REG_P (classp->exp) in insert_with_costs() 1632 && ! elt->is_const) in insert_with_costs() 1638 if (p->is_const && !REG_P (p->exp)) in insert_with_costs() 2980 if (p->is_const) in find_comparison_args() 3826 if (elt->is_const && CONSTANT_P (elt->exp)) in equiv_constant() 4808 if (p->is_const) in cse_insn() 5260 if (p->is_const && CONST_INT_P (p->exp)) in cse_insn()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ |
| H A D | type_utils.hpp | 56 using std::tr1::is_const; 81 value = is_const<T>::value && is_pointer<T>::value 90 value = is_const<T>::value && is_reference<T>::value
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ |
| H A D | type_utils.hpp | 56 using std::tr1::is_const; 81 value = is_const<T>::value && is_pointer<T>::value 90 value = is_const<T>::value && is_reference<T>::value
|
| /netbsd-src/external/gpl3/gcc/dist/libobjc/ |
| H A D | selector.c | 50 struct objc_selector *orig, BOOL is_const); 479 struct objc_selector *orig, BOOL is_const) in __sel_register_typed_name() argument 528 if ((is_const) || (types == 0)) in __sel_register_typed_name() 556 if (is_const || (types == 0)) in __sel_register_typed_name() 571 if (is_const || (name == 0)) in __sel_register_typed_name()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
| H A D | selector.c | 50 struct objc_selector *orig, BOOL is_const); 479 struct objc_selector *orig, BOOL is_const) in __sel_register_typed_name() argument 528 if ((is_const) || (types == 0)) in __sel_register_typed_name() 556 if (is_const || (types == 0)) in __sel_register_typed_name() 571 if (is_const || (name == 0)) in __sel_register_typed_name()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
| H A D | type_traits | 306 /// is_const 308 struct is_const 312 struct is_const<_Tp const> 611 && is_const<__rr_Tp>::value
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| H A D | type_traits | 304 /// is_const 306 struct is_const 310 struct is_const<_Tp const> 609 && is_const<__rr_Tp>::value
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerRegistryData.h | 176 std::conditional_t<std::is_const<CheckerOrPackageInfoList>::value,
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/v850/ |
| H A D | v850.cc | 2866 int is_const; in v850_select_section() local 2872 is_const = FALSE; in v850_select_section() 2874 is_const = TRUE; in v850_select_section() 2879 return is_const ? rozdata_section : zdata_section; in v850_select_section() 2885 return is_const ? rosdata_section : sdata_section; in v850_select_section() 2888 return is_const ? readonly_data_section : data_section; in v850_select_section()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/v850/ |
| H A D | v850.c | 2866 int is_const; in v850_select_section() local 2872 is_const = FALSE; in v850_select_section() 2874 is_const = TRUE; in v850_select_section() 2879 return is_const ? rozdata_section : zdata_section; in v850_select_section() 2885 return is_const ? rosdata_section : sdata_section; in v850_select_section() 2888 return is_const ? readonly_data_section : data_section; in v850_select_section()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | array | 251 typedef typename conditional<is_const<_Tp>::value, const char, 265 static_assert(!is_const<_Tp>::value, 271 static_assert(!is_const<_Tp>::value,
|
| H A D | __tuple | 40 typename enable_if<!is_const<_Tp>::value>::type, 333 is_const<_RawTp>::value,
|
| H A D | atomic | 2174 is_integral<_Tp>::value && !is_same<_Tp, bool>::value && !is_const<_Tp>::value, 2186 is_integral<_Tp>::value && !is_same<_Tp, bool>::value && !is_const<_Tp>::value, 2216 is_integral<_Tp>::value && !is_same<_Tp, bool>::value && !is_const<_Tp>::value, 2228 is_integral<_Tp>::value && !is_same<_Tp, bool>::value && !is_const<_Tp>::value, 2258 is_integral<_Tp>::value && !is_same<_Tp, bool>::value && !is_const<_Tp>::value, 2270 is_integral<_Tp>::value && !is_same<_Tp, bool>::value && !is_const<_Tp>::value, 2300 is_integral<_Tp>::value && !is_same<_Tp, bool>::value && !is_const<_Tp>::value, 2312 is_integral<_Tp>::value && !is_same<_Tp, bool>::value && !is_const<_Tp>::value,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/internal/ |
| H A D | gmock-internal-utils.h | 389 static_assert(!std::is_const<RawContainer>::value,
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
| H A D | simd_fixed_size.h | 499 negation<is_const<remove_reference_t<_More>>>>) ) 1021 static_assert(!is_const<_Tp>::value, ""); 1029 static_assert(!is_const<_Tp>::value, ""); 1077 static_assert(!is_const<_Tp>::value, ""); 1085 static_assert(!is_const<_Tp>::value, "");
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | jit-recording.h | 565 virtual type *is_const () { return NULL; } in is_const() function 726 if (!other->is_const ()) in is_same_type_as() 728 return m_other_type->is_same_type_as (other->is_const ()); in is_same_type_as() 731 virtual type *is_const () { return m_other_type; } in is_const() function
|