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

  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 24469 tree explicit_args = ARGUMENT_PACK_EXPLICIT_ARGS (old_pack);
24470 int explicit_len = TREE_VEC_LENGTH (explicit_args);
24472 new_args = explicit_args;
24499 tree explicit_args = ARGUMENT_PACK_EXPLICIT_ARGS (old_pack);
24503 ARGUMENT_PACK_EXPLICIT_ARGS (old_pack) = explicit_args;
26029 arguments EXPLICIT_ARGS. If CHECK_RETTYPE is true, the return type must
26034 get_bindings (tree fn, tree decl, tree explicit_args, bool check_rettype)
26057 if (fn_type_unification (fn, explicit_args, targs,
24468 tree explicit_args = ARGUMENT_PACK_EXPLICIT_ARGS (old_pack); local
24498 tree explicit_args = ARGUMENT_PACK_EXPLICIT_ARGS (old_pack); local

Completed in 52 milliseconds