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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 1467 tree friend_type; local
1494 friend_type = tsubst_function_type (TREE_TYPE (friend_decl), args,
1496 if (friend_type == error_mark_node)
1500 if (!same_type_p (TREE_TYPE (decl_type), TREE_TYPE (friend_type)))
1505 friend_args_type = TYPE_ARG_TYPES (friend_type);
12355 tree friend_type = t;
12356 if (TREE_CODE (friend_type) == TEMPLATE_DECL)
12359 friend_type = tsubst_friend_class (friend_type, args);
12361 else if (TREE_CODE (friend_type) == UNBOUND_CLASS_TEMPLATE
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 1435 tree friend_type; local
1462 friend_type = tsubst_function_type (TREE_TYPE (friend_decl), args,
1464 if (friend_type == error_mark_node)
1468 if (!same_type_p (TREE_TYPE (decl_type), TREE_TYPE (friend_type)))
1473 friend_args_type = TYPE_ARG_TYPES (friend_type);
12663 tree friend_type = t;
12664 if (TREE_CODE (friend_type) == TEMPLATE_DECL)
12667 friend_type = tsubst_friend_class (friend_type, args);
12669 else if (TREE_CODE (friend_type) == UNBOUND_CLASS_TEMPLATE
12662 tree friend_type = t; local
    [all...]

Completed in 45 milliseconds