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

  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 10795 [class.copy.elision]. FUNCTYPE is the type the function is declared
10799 can_do_nrvo_p (tree retval, tree functype)
10801 if (functype == error_mark_node)
10819 TYPE_MAIN_VARIANT (functype))
10828 want_nrvo_p (tree retval, tree functype)
10830 return (can_do_nrvo_p (retval, functype)
10831 && aggregate_value_p (functype, current_function_decl));
10838 can_elide_copy_prvalue_p (tree retval, tree functype)
10840 if (functype == error_mark_node)
10847 TYPE_MAIN_VARIANT (functype))
11074 tree functype; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 10318 [class.copy.elision]. FUNCTYPE is the type the function is declared
10322 can_do_nrvo_p (tree retval, tree functype)
10324 if (functype == error_mark_node)
10342 (TYPE_MAIN_VARIANT (functype)))
10408 is the expression we are returning; FUNCTYPE is the type the function
10412 maybe_warn_pessimizing_move (tree retval, tree functype)
10429 if (!CLASS_TYPE_P (functype))
10449 if (can_do_nrvo_p (arg, functype))
10464 tree t = convert_for_initialization (NULL_TREE, functype,
10500 tree functype;
10485 tree functype; local
    [all...]

Completed in 24 milliseconds