HomeSort by: relevance | last modified time | path
    Searched defs:type_quals (Results 1 - 19 of 19) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
vtable-verify.cc 381 unsigned int type_quals; local
393 type_quals = TYPE_QUALS (TREE_TYPE (class_type_decl));
394 gcc_assert (type_quals == TYPE_UNQUALIFIED);
420 unsigned int type_quals; local
429 type_quals = TYPE_QUALS (TREE_TYPE (class_type_decl));
430 gcc_assert (type_quals == TYPE_UNQUALIFIED);
langhooks.h 56 int (*type_quals) (const_tree); member in struct:lang_hooks_for_tree_dump
gimplify.cc 3170 int type_quals;
3174 type_quals = TYPE_QUALS (type)
3175 | TYPE_QUALS (TREE_TYPE (TREE_OPERAND (expr, 0)));
3176 if (TYPE_QUALS (type) != type_quals)
3177 type = build_qualified_type (TYPE_MAIN_VARIANT (type), type_quals);
3167 int type_quals; local
  /src/external/gpl3/gcc.old/dist/gcc/
vtable-verify.cc 381 unsigned int type_quals; local
393 type_quals = TYPE_QUALS (TREE_TYPE (class_type_decl));
394 gcc_assert (type_quals == TYPE_UNQUALIFIED);
420 unsigned int type_quals; local
429 type_quals = TYPE_QUALS (TREE_TYPE (class_type_decl));
430 gcc_assert (type_quals == TYPE_UNQUALIFIED);
langhooks.h 56 int (*type_quals) (const_tree); member in struct:lang_hooks_for_tree_dump
gimplify.cc 2920 int type_quals;
2924 type_quals = TYPE_QUALS (type)
2925 | TYPE_QUALS (TREE_TYPE (TREE_OPERAND (expr, 0)));
2926 if (TYPE_QUALS (type) != type_quals)
2927 type = build_qualified_type (TYPE_MAIN_VARIANT (type), type_quals);
2917 int type_quals; local
  /src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc 198 cp_cv_quals type_quals = quals & ~TYPE_QUAL_RESTRICT;
199 ctype = cp_build_qualified_type (ctype, type_quals);
197 cp_cv_quals type_quals = quals & ~TYPE_QUAL_RESTRICT; local
tree.cc 1364 c_build_qualified_type (tree type, int type_quals, tree /* orig_qual_type */,
1367 return cp_build_qualified_type (type, type_quals);
1372 /* Make a variant of TYPE, qualified with the TYPE_QUALS. Handles
1374 TYPE_QUALS is non-empty, returns an array of qualified T's.
1393 cp_build_qualified_type (tree type, int type_quals,
1402 if (type_quals == cp_type_quals (type))
1411 = cp_build_qualified_type (TREE_TYPE (type), type_quals, complain);
1462 t = cp_build_qualified_type (t, type_quals, complain);
1475 if (type_quals & (TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE)
1481 bad_quals |= type_quals & (TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE)
2783 cp_cv_quals type_quals = TYPE_QUALS (type); local
    [all...]
class.cc 586 int type_quals = cp_type_quals (TREE_TYPE (expr)); local
589 cp_build_qualified_type (type, type_quals),
594 if (type_quals & TYPE_QUAL_CONST)
596 if (type_quals & TYPE_QUAL_VOLATILE)
typeck.cc 2914 int type_quals;
2991 type_quals = TYPE_UNQUALIFIED;
2995 type_quals = (cp_type_quals (member_type)
3002 type_quals &= ~TYPE_QUAL_CONST;
3003 member_type = cp_build_qualified_type (member_type, type_quals);
3012 if (type_quals & TYPE_QUAL_CONST)
3014 if (type_quals & TYPE_QUAL_VOLATILE)
11667 quals = TYPE_QUALS (type);
11698 return TYPE_QUALS (type);
11713 if (TYPE_QUALS (type) == memfn_qual
2909 int type_quals; local
    [all...]
decl.cc 5617 int type_quals = TYPE_UNQUALIFIED;
5620 type_quals |= TYPE_QUAL_CONST;
5622 type_quals |= TYPE_QUAL_VOLATILE;
5624 type_quals |= TYPE_QUAL_RESTRICT;
5626 return type_quals;
9459 eltype = cp_build_qualified_type (TREE_TYPE (type), TYPE_QUALS (type));
9481 eltype = cp_build_qualified_type (TREE_TYPE (type), TYPE_QUALS (type));
11165 int type_quals,
11177 bool constp = (type_quals & TYPE_QUAL_CONST) != 0;
11178 bool volatilep = (type_quals & TYPE_QUAL_VOLATILE) != 0
5607 int type_quals = TYPE_UNQUALIFIED; local
11926 int type_quals = get_type_quals (declspecs); local
12217 int type_quals = get_type_quals (declspecs); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc 163 cp_cv_quals type_quals = quals & ~TYPE_QUAL_RESTRICT;
164 ctype = cp_build_qualified_type (ctype, type_quals);
162 cp_cv_quals type_quals = quals & ~TYPE_QUAL_RESTRICT; local
tree.cc 1336 c_build_qualified_type (tree type, int type_quals, tree /* orig_qual_type */,
1339 return cp_build_qualified_type (type, type_quals);
1344 /* Make a variant of TYPE, qualified with the TYPE_QUALS. Handles
1346 TYPE_QUALS is non-empty, returns an array of qualified T's.
1366 int type_quals,
1375 if (type_quals == cp_type_quals (type))
1385 type_quals,
1437 t = cp_build_qualified_type_real (t, type_quals, complain);
1450 if (type_quals & (TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE)
1456 bad_quals |= type_quals & (TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE)
2768 cp_cv_quals type_quals = TYPE_QUALS (type); local
    [all...]
class.cc 585 int type_quals = cp_type_quals (TREE_TYPE (expr)); local
588 cp_build_qualified_type (type, type_quals),
593 if (type_quals & TYPE_QUAL_CONST)
595 if (type_quals & TYPE_QUAL_VOLATILE)
typeck.cc 2773 int type_quals;
2850 type_quals = TYPE_UNQUALIFIED;
2854 type_quals = (cp_type_quals (member_type)
2861 type_quals &= ~TYPE_QUAL_CONST;
2862 member_type = cp_build_qualified_type (member_type, type_quals);
2871 if (type_quals & TYPE_QUAL_CONST)
2873 if (type_quals & TYPE_QUAL_VOLATILE)
11042 quals = TYPE_QUALS (type);
11073 return TYPE_QUALS (type);
11088 if (TYPE_QUALS (type) == memfn_qual
2768 int type_quals; local
    [all...]
decl.cc 5289 int type_quals = TYPE_UNQUALIFIED;
5292 type_quals |= TYPE_QUAL_CONST;
5294 type_quals |= TYPE_QUAL_VOLATILE;
5296 type_quals |= TYPE_QUAL_RESTRICT;
5298 return type_quals;
9020 eltype = cp_build_qualified_type (TREE_TYPE (type), TYPE_QUALS (type));
9044 eltype = cp_build_qualified_type (TREE_TYPE (type), TYPE_QUALS (type));
10683 int type_quals,
10695 bool constp = (type_quals & TYPE_QUAL_CONST) != 0;
10696 bool volatilep = (type_quals & TYPE_QUAL_VOLATILE) != 0
5279 int type_quals = TYPE_UNQUALIFIED; local
11444 int type_quals = get_type_quals (declspecs); local
11735 int type_quals = get_type_quals (declspecs); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 2279 int new_quals = TYPE_QUALS (newtype);
2280 int old_quals = TYPE_QUALS (oldtype);
5744 if (TYPE_QUALS (field_type) & TYPE_QUAL_CONST)
6455 c_apply_type_quals_to_decl (TYPE_QUALS (strip_array_types (type)), decl);
6790 int type_quals = TYPE_UNQUALIFIED;
7002 && TYPE_QUALS (element_type))
7007 type_quals = ((constp ? TYPE_QUAL_CONST : 0)
7012 if (type_quals != TYPE_QUALS (element_type))
7494 addr_space_t as = DECODE_QUAL_ADDR_SPACE (type_quals);
6764 int type_quals = TYPE_UNQUALIFIED; local
    [all...]
c-typeck.cc 158 && TYPE_QUALS (TREE_TYPE (type)) == TYPE_UNQUALIFIED)));
476 int type_quals = TYPE_QUALS (type);
480 bool typeless = (char_type_p (type) && !(type_quals & TYPE_QUAL_ATOMIC))
516 return c_build_type_attribute_qual_variant (type, attrs, TYPE_QUALS (type));
556 TYPE_QUALS (type));
706 quals = TYPE_QUALS (strip_array_types (elt));
1062 if (TYPE_QUALS (t1) != TYPE_UNQUALIFIED)
1065 if (TYPE_QUALS (t2) != TYPE_UNQUALIFIED)
1559 if (TYPE_QUALS (t1) != TYPE_QUALS (t2)
473 int type_quals = TYPE_QUALS (type); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 2122 int new_quals = TYPE_QUALS (newtype);
2123 int old_quals = TYPE_QUALS (oldtype);
5337 if (TYPE_QUALS (field_type) & TYPE_QUAL_CONST)
6017 c_apply_type_quals_to_decl (TYPE_QUALS (strip_array_types (type)), decl);
6303 int type_quals = TYPE_UNQUALIFIED;
6496 && TYPE_QUALS (element_type))
6501 type_quals = ((constp ? TYPE_QUAL_CONST : 0)
6506 if (type_quals != TYPE_QUALS (element_type))
6991 addr_space_t as = DECODE_QUAL_ADDR_SPACE (type_quals);
6277 int type_quals = TYPE_UNQUALIFIED; local
    [all...]

Completed in 187 milliseconds