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

  /src/external/gpl3/gcc/dist/gcc/
optabs-query.cc 33 struct target_optabs default_target_optabs; variable in typeref:struct:target_optabs
34 struct target_optabs *this_fn_optabs = &default_target_optabs;
36 struct target_optabs *this_target_optabs = &default_target_optabs;
  /src/external/gpl3/gcc.old/dist/gcc/
optabs-query.cc 33 struct target_optabs default_target_optabs; variable in typeref:struct:target_optabs
34 struct target_optabs *this_fn_optabs = &default_target_optabs;
36 struct target_optabs *this_target_optabs = &default_target_optabs;

Completed in 16 milliseconds