Home
last modified time | relevance | path

Searched refs:remove_attributes (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc1511 apply_identity_attributes (tree result, tree attribs, bool *remove_attributes) in apply_identity_attributes() argument
1554 *remove_attributes = true; in apply_identity_attributes()
1587 strip_typedefs (tree t, bool *remove_attributes /* = NULL */, in strip_typedefs() argument
1603 tree elt = strip_typedefs (TREE_VALUE (t), remove_attributes, flags); in strip_typedefs()
1627 type = strip_typedefs (TREE_TYPE (t), remove_attributes, flags); in strip_typedefs()
1631 type = strip_typedefs (TREE_TYPE (t), remove_attributes, flags); in strip_typedefs()
1635 t0 = strip_typedefs (TYPE_OFFSET_BASETYPE (t), remove_attributes, flags); in strip_typedefs()
1636 type = strip_typedefs (TREE_TYPE (t), remove_attributes, flags); in strip_typedefs()
1643 remove_attributes, flags); in strip_typedefs()
1648 type = strip_typedefs (TREE_TYPE (t), remove_attributes, flags); in strip_typedefs()
[all …]
H A DChangeLog-20153427 * tree.c (strip_typedefs): Add remove_attributes parm.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c1428 apply_identity_attributes (tree result, tree attribs, bool *remove_attributes) in apply_identity_attributes() argument
1471 *remove_attributes = true; in apply_identity_attributes()
1504 strip_typedefs (tree t, bool *remove_attributes, unsigned int flags) in strip_typedefs() argument
1519 tree elt = strip_typedefs (TREE_VALUE (t), remove_attributes, flags); in strip_typedefs()
1543 type = strip_typedefs (TREE_TYPE (t), remove_attributes, flags); in strip_typedefs()
1547 type = strip_typedefs (TREE_TYPE (t), remove_attributes, flags); in strip_typedefs()
1551 t0 = strip_typedefs (TYPE_OFFSET_BASETYPE (t), remove_attributes, flags); in strip_typedefs()
1552 type = strip_typedefs (TREE_TYPE (t), remove_attributes, flags); in strip_typedefs()
1559 remove_attributes, flags); in strip_typedefs()
1564 type = strip_typedefs (TREE_TYPE (t), remove_attributes, flags); in strip_typedefs()
[all …]