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

  /src/external/gpl3/gcc/dist/gcc/cp/
tree.cc 1533 /* Subroutine of strip_typedefs. We want to apply to RESULT the attributes
1615 strip_typedefs (tree t, bool *remove_attributes /* = NULL */,
1651 result = strip_typedefs (DECL_ORIGINAL_TYPE (TYPE_NAME (t)),
1659 type = strip_typedefs (TREE_TYPE (t), remove_attributes, flags);
1663 type = strip_typedefs (TREE_TYPE (t), remove_attributes, flags);
1667 t0 = strip_typedefs (TYPE_OFFSET_BASETYPE (t), remove_attributes, flags);
1668 type = strip_typedefs (TREE_TYPE (t), remove_attributes, flags);
1674 t0 = strip_typedefs (TYPE_PTRMEMFUNC_FN_TYPE (t),
1680 type = strip_typedefs (TREE_TYPE (t), remove_attributes, flags);
1681 t0 = strip_typedefs (TYPE_DOMAIN (t), remove_attributes, flags)
1613 strip_typedefs (tree t, bool *remove_attributes \/* = NULL *\/, function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
tree.cc 1508 /* Subroutine of strip_typedefs. We want to apply to RESULT the attributes
1589 strip_typedefs (tree t, bool *remove_attributes /* = NULL */,
1605 tree elt = strip_typedefs (TREE_VALUE (t), remove_attributes, flags);
1629 type = strip_typedefs (TREE_TYPE (t), remove_attributes, flags);
1633 type = strip_typedefs (TREE_TYPE (t), remove_attributes, flags);
1637 t0 = strip_typedefs (TYPE_OFFSET_BASETYPE (t), remove_attributes, flags);
1638 type = strip_typedefs (TREE_TYPE (t), remove_attributes, flags);
1644 t0 = strip_typedefs (TYPE_PTRMEMFUNC_FN_TYPE (t),
1650 type = strip_typedefs (TREE_TYPE (t), remove_attributes, flags);
1651 t0 = strip_typedefs (TYPE_DOMAIN (t), remove_attributes, flags)
1587 strip_typedefs (tree t, bool *remove_attributes \/* = NULL *\/, function
    [all...]

Completed in 29 milliseconds