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

  /src/external/gpl3/gcc/dist/gcc/cp/
coroutines.cc 4854 tree new_fn = NULL_TREE; local
4889 new_fn = build_new_method_call (dummy_promise, fns, &args, NULL,
4893 if (new_fn == error_mark_node)
4900 new_fn = build_new_method_call (dummy_promise, fns, &args,
4908 if (new_fn == error_mark_node)
4912 new_fn = error_mark_node;
4957 new_fn = build_operator_new_call (nwname, &args, &frame_size, &cookie,
4965 if (new_fn != error_mark_node)
4966 CALL_EXPR_ARG (new_fn, 0) = resizeable;
4971 tree allocated = build1 (CONVERT_EXPR, coro_frame_ptr, new_fn);
    [all...]
name-lookup.cc 5223 tree new_fn = *usings;
5226 exporting = check_can_export_using_decl (new_fn);
5243 if (new_fn == old_fn)
5258 else if (DECL_MODULE_EXPORT_P (new_fn))
5271 else if (!matching_fn_p (new_fn, old_fn))
5273 else if (decls_match (new_fn, old_fn))
5281 diagnose_name_conflict (new_fn, old_fn);
5292 value = ovl_insert (new_fn, value, 1 + exporting);
5221 tree new_fn = *usings; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
coroutines.cc 4625 tree new_fn = NULL_TREE; local
4663 new_fn = build_new_method_call (dummy_promise, fns, &args, NULL,
4667 if (new_fn == error_mark_node)
4674 new_fn = build_new_method_call (dummy_promise, fns, &args,
4682 if (new_fn == error_mark_node)
4686 new_fn = error_mark_node;
4731 new_fn = build_operator_new_call (nwname, &args, &frame_size, &cookie,
4739 if (new_fn != error_mark_node)
4740 CALL_EXPR_ARG (new_fn, 0) = resizeable;
4745 tree allocated = build1 (CONVERT_EXPR, coro_frame_ptr, new_fn);
    [all...]
name-lookup.cc 4835 tree new_fn = *usings;
4841 if (!DECL_MODULE_EXPORT_P (new_fn)
4842 && (DECL_LANG_SPECIFIC (new_fn)
4843 && DECL_MODULE_PURVIEW_P (new_fn)))
4845 error ("%q#D does not have external linkage", new_fn); local
4846 inform (DECL_SOURCE_LOCATION (new_fn),
4847 "%q#D declared here", new_fn);
4867 if (new_fn == old_fn)
4882 else if (DECL_MODULE_EXPORT_P (new_fn))
4895 else if (!matching_fn_p (new_fn, old_fn)
4833 tree new_fn = *usings; local
    [all...]

Completed in 57 milliseconds