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

  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 12319 Return boolean_false_node if MEMBERTYPE1 BASETYPE1::*ARG1 and
12326 is_corresponding_member_aggr (location_t loc, tree basetype1, tree membertype1,
12330 tree field1 = TYPE_FIELDS (basetype1);
12472 tree basetype1 = TYPE_OFFSET_BASETYPE (TREE_TYPE (arg1));
12473 if (!complete_type_or_else (basetype1, NULL_TREE))
12481 if (!NON_UNION_CLASS_TYPE_P (basetype1)
12483 || !std_layout_type_p (basetype1)
12511 std::swap (basetype1, basetype2);
12514 tree ret = is_corresponding_member_aggr (loc, basetype1, membertype1, arg1,
12467 tree basetype1 = TYPE_OFFSET_BASETYPE (TREE_TYPE (arg1)); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc 11664 Return boolean_false_node if MEMBERTYPE1 BASETYPE1::*ARG1 and
11671 is_corresponding_member_aggr (location_t loc, tree basetype1, tree membertype1,
11675 tree field1 = TYPE_FIELDS (basetype1);
11817 tree basetype1 = TYPE_OFFSET_BASETYPE (TREE_TYPE (arg1));
11818 if (!complete_type_or_else (basetype1, NULL_TREE))
11826 if (!NON_UNION_CLASS_TYPE_P (basetype1)
11828 || !std_layout_type_p (basetype1)
11856 std::swap (basetype1, basetype2);
11859 tree ret = is_corresponding_member_aggr (loc, basetype1, membertype1, arg1,
11812 tree basetype1 = TYPE_OFFSET_BASETYPE (TREE_TYPE (arg1)); local

Completed in 37 milliseconds