/openbsd/gnu/llvm/libcxx/include/__type_traits/ |
H A D | is_const.h | 24 struct _LIBCPP_TEMPLATE_VIS is_const : _BoolConstant<__is_const(_Tp)> { }; struct 33 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_const : public false_type {}; 34 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_const<_Tp const> : public true_type {}; 38 inline constexpr bool is_const_v = is_const<_Tp>::value;
|
H A D | is_function.h | 32 : public integral_constant<bool, !(is_reference<_Tp>::value || is_const<const _Tp>::value)> {};
|
H A D | apply_cv.h | 24 template <class _Tp, class _Up, bool = is_const<__libcpp_remove_reference_t<_Tp> >::value,
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/ |
H A D | type_utils.hpp | 62 using std::tr1::is_const; 87 value = is_const<T>::value && is_pointer<T>::value 96 value = is_const<T>::value && is_reference<T>::value
|
/openbsd/gnu/gcc/gcc/ |
H A D | genattr.c | 47 int is_const = GET_CODE (XEXP (attr, 2)) == CONST; in gen_attr() local 55 (is_const ? "void" : "rtx")); in gen_attr() 72 XSTR (attr, 0), XSTR (attr, 0), (is_const ? "void" : "rtx")); in gen_attr()
|
H A D | genattrtab.c | 729 is_const, lineno); in check_attr_test() 742 if (is_const && ! attr->is_const) in check_attr_test() 753 if (attr->is_const) in check_attr_test() 824 if (is_const) in check_attr_test() 844 if (is_const) in check_attr_test() 996 else if (attr && attr->is_const && ! attr2->is_const) in check_attr_value() 1415 if (attr->is_const) in fill_attr() 1547 length_attr->is_const = 0; in make_length_attrs() 2941 attr->is_const = 1; in gen_attr() 3355 if (attr->is_const) in write_test_expr() [all …]
|
H A D | cse.c | 459 char is_const; member 1534 elt->is_const = (CONSTANT_P (x) || fixed_base_plus_p (x)); in insert() 1592 if (elt->is_const && classp && REG_P (classp->exp) in insert() 1605 && ! elt->is_const) in insert() 1611 if (p->is_const && !REG_P (p->exp)) in insert() 3142 if (p->is_const) in find_comparison_args() 3957 int is_const = 0; in fold_rtx() local 3968 is_const = 1, const_arg0 = XEXP (const_arg0, 0); in fold_rtx() 3978 if (new != 0 && is_const in fold_rtx() 4498 if (elt->is_const && CONSTANT_P (elt->exp)) in equiv_constant() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | genattr.c | 90 int is_const = GET_CODE (XEXP (attr, 2)) == CONST; local 98 (is_const ? "void" : "rtx")); 115 XSTR (attr, 0), XSTR (attr, 0), (is_const ? "void" : "rtx"));
|
H A D | genattrtab.c | 920 int is_const; 936 is_const, lineno); 954 if (is_const && ! attr->is_const) 965 if (attr->is_const) 1024 if (is_const) 1044 if (is_const) 1196 else if (attr && attr->is_const && ! attr2->is_const) 2331 if (attr->is_const) 3713 if ((space[j-1].attr->is_const && !space[j].attr->is_const) 4255 attr->is_const = 1; [all …]
|
H A D | cse.c | 464 char is_const; member 1612 elt->is_const = (CONSTANT_P (x) 1676 if (elt->is_const && classp && GET_CODE (classp->exp) == REG 1689 && ! elt->is_const) 1695 if (p->is_const && GET_CODE (p->exp) != REG) 3218 if (p->is_const) 3944 int is_const = 0; local 3955 is_const = 1, const_arg0 = XEXP (const_arg0, 0); 3960 if (new != 0 && is_const) 4431 if (elt->is_const && CONSTANT_P (elt->exp)) [all …]
|
/openbsd/lib/libpcap/ |
H A D | optimize.c | 504 int is_const; member 540 vmap[val].is_const = 1; in F() 745 if (vmap[val].is_const) { in opt_peep() 861 if (alter && vmap[v].is_const) { in opt_stmt() 894 if (alter && vmap[val[A_ATOM]].is_const) { in opt_stmt() 926 if (vmap[val[A_ATOM]].is_const) { in opt_stmt() 944 if (alter && vmap[val[X_ATOM]].is_const) { in opt_stmt() 945 if (vmap[val[A_ATOM]].is_const) { in opt_stmt() 965 if (alter && vmap[val[A_ATOM]].is_const in opt_stmt() 994 if (alter && vmap[v].is_const) { in opt_stmt() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 20000815-1.c | 14 char is_const; member
|
/openbsd/gnu/llvm/libcxx/include/__tuple_dir/ |
H A D | apply_cv.h | 63 is_const<_RawTp>::value,
|
H A D | tuple_size.h | 41 __enable_if_t<!is_const<_Tp>::value>,
|
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/ |
H A D | type_traits_fwd.h | 113 struct is_const;
|
H A D | type_traits | 259 struct is_const 263 struct is_const<_Tp const> 489 && is_const<__rr_Tp>::value
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerRegistryData.h | 176 std::conditional_t<std::is_const<CheckerOrPackageInfoList>::value,
|
/openbsd/gnu/gcc/gcc/config/v850/ |
H A D | v850.c | 2976 int is_const; in v850_select_section() local 2982 is_const = FALSE; in v850_select_section() 2984 is_const = TRUE; in v850_select_section() 2989 return is_const ? rozdata_section : zdata_section; in v850_select_section() 2995 return is_const ? rosdata_section : sdata_section; in v850_select_section() 2998 return is_const ? readonly_data_section : data_section; in v850_select_section()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/v850/ |
H A D | v850.c | 3395 int is_const; local 3401 is_const = FALSE; 3403 is_const = TRUE; 3408 if (is_const) 3419 if (is_const) 3426 if (is_const)
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | array | 269 typedef __conditional_t<is_const<_Tp>::value, const char, char> _CharType; 282 static_assert(!is_const<_Tp>::value, 288 static_assert(!is_const<_Tp>::value,
|
H A D | type_traits | 60 template <class T> struct is_const; 293 = is_const<T>::value; // C++17 457 #include <__type_traits/is_const.h>
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | gdbtypes.h | 670 unsigned int is_const:1; member 924 #define TYPE_FN_FIELD_CONST(thisfn, n) ((thisfn)[n].is_const)
|
H A D | gdbtypes.c | 1367 int is_const, is_volatile; in check_typedef() local 1401 is_const = TYPE_CONST (type); in check_typedef() 1420 make_cv_type (is_const, is_volatile, newtype, &type); in check_typedef() 1438 make_cv_type (is_const, is_volatile, SYMBOL_TYPE (sym), &type); in check_typedef()
|
H A D | stabsread.c | 2252 new_sublist->fn_field.is_const = 0; in read_member_functions() 2257 new_sublist->fn_field.is_const = 1; in read_member_functions() 2262 new_sublist->fn_field.is_const = 0; in read_member_functions() 2267 new_sublist->fn_field.is_const = 1; in read_member_functions()
|
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/ |
H A D | DXIL.td | 44 bit is_const =
|