Home
last modified time | relevance | path

Searched refs:is_const (Results 1 – 25 of 76) sorted by relevance

1234

/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dloongarch-parse.y38 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 Dloongarch-parse.c90 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 Dloongarch-parse.y38 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 Dloongarch-parse.c90 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 Dgenattr.c40 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 Dgenattrtab.c183 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 Dcse.c422 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 Dgenattr.cc40 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 Dgenattrtab.cc183 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 Dcse.cc411 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 Dtype_utils.hpp56 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 Dtype_utils.hpp56 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 Dselector.c50 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 Dselector.c50 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 Dtype_traits306 /// 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 Dtype_traits304 /// 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 DCheckerRegistryData.h176 std::conditional_t<std::is_const<CheckerOrPackageInfoList>::value,
/netbsd-src/external/gpl3/gcc/dist/gcc/config/v850/
H A Dv850.cc2866 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 Dv850.c2866 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 Darray251 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__tuple40 typename enable_if<!is_const<_Tp>::value>::type,
333 is_const<_RawTp>::value,
H A Datomic2174 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 Dgmock-internal-utils.h389 static_assert(!std::is_const<RawContainer>::value,
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_fixed_size.h499 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 Djit-recording.h565 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

1234