Searched refs:is_const (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dtype_utils.hpp62 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
/freebsd-9.3-release/contrib/gcc/
H A Dgenattr.c47 int is_const = GET_CODE (XEXP (attr, 2)) == CONST; local
55 (is_const ? "void" : "rtx"));
72 XSTR (attr, 0), XSTR (attr, 0), (is_const ? "void" : "rtx"));
H A Dgenattrtab.c178 unsigned is_const : 1; /* Attribute value constant for each run. */ member in struct:attr_desc
714 check_attr_test (rtx exp, int is_const, int lineno) argument
729 is_const, lineno);
742 if (is_const && ! attr->is_const)
753 if (attr->is_const)
798 return check_attr_test (orexp, is_const, lineno);
815 XEXP (exp, 0) = check_attr_test (XEXP (exp, 0), is_const, lineno);
816 XEXP (exp, 1) = check_attr_test (XEXP (exp, 1), is_const, lineno);
820 XEXP (exp, 0) = check_attr_test (XEXP (exp, 0), is_const, linen
[all...]
H A Dcse.c433 The `is_const' flag is set if the element is a constant (including
459 char is_const; member in struct:table_elt
1552 elt->is_const = (CONSTANT_P (x) || fixed_base_plus_p (x));
1610 if (elt->is_const && classp && REG_P (classp->exp)
1623 && ! elt->is_const)
1629 if (p->is_const && !REG_P (p->exp))
3170 if (p->is_const)
3986 int is_const = 0;
3997 is_const = 1, const_arg0 = XEXP (const_arg0, 0);
4007 if (new != 0 && is_const
3967 int is_const = 0; local
[all...]
/freebsd-9.3-release/contrib/libpcap/
H A Doptimize.c524 int is_const; member in struct:vmapinfo
560 vmap[val].is_const = 1;
798 if (vmap[val].is_const) {
869 if (vmap[val].is_const && BPF_SRC(b->s.code) == BPF_X) {
879 if (vmap[val].is_const && BPF_SRC(b->s.code) == BPF_K) {
936 if (alter && vmap[v].is_const) {
968 if (alter && vmap[val[A_ATOM]].is_const) {
1003 if (vmap[val[A_ATOM]].is_const) {
1021 if (alter && vmap[val[X_ATOM]].is_const) {
1022 if (vmap[val[A_ATOM]].is_const) {
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/tr1/
H A Dtype_traits_fwd.h113 struct is_const;
H A Dfunctional_iterate.h893 && !is_const<_Functor>::value)
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdbtypes.h646 unsigned int is_const:1; member in struct:cplus_struct_type::fn_fieldlist::fn_field
900 #define TYPE_FN_FIELD_CONST(thisfn, n) ((thisfn)[n].is_const)
H A Dgdbtypes.c1378 int is_const, is_volatile, is_restrict; local
1412 is_const = TYPE_CONST (type);
1432 make_cvr_type (is_const, is_volatile, is_restrict, newtype, &type);
1450 make_cvr_type (is_const, is_volatile, is_restrict, SYMBOL_TYPE (sym),
2755 printfi_filtered (spaces + 8, "is_const %d\n",
H A Dstabsread.c2302 new_sublist->fn_field.is_const = 0;
2307 new_sublist->fn_field.is_const = 1;
2312 new_sublist->fn_field.is_const = 0;
2317 new_sublist->fn_field.is_const = 1;
H A Dsymtab.c333 char *const_prefix = method->is_const ? "C" : "";
H A Dhpread.c4005 fn_p->field.fn_fields[ix].is_const = const_member;

Completed in 258 milliseconds