Searched refs:interposed (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-modref.h75 modref_summary *get_modref_function_summary (gcall *call, bool *interposed);
105 which will be later symbol interposed to. All side effects must match
H A Dtree-ssa-dse.cc326 bool interposed; local
327 modref_summary *summary = get_modref_function_summary (call, &interposed);
329 if (summary && !interposed)
H A Dipa-modref.cc768 If non-null set interposed to indicate whether function may not
773 get_modref_function_summary (gcall *call, bool *interposed) argument
782 if (interposed && r)
783 *interposed = r->calls_interposable
1313 fprintf (dump_file, " - May be interposed.\n");
4819 the interposed variant. */

Completed in 201 milliseconds