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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 243 CLONE_DEFAULT = 0, /* default clone. */
25307 int ret = CLONE_DEFAULT;
25341 ordered from lowest (CLONE_DEFAULT) to highest (currently CLONE_ISA_3_0). */
25557 if (clone_isa == CLONE_DEFAULT)
25641 clones[CLONE_DEFAULT] = (*fndecls)[0];
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 244 CLONE_DEFAULT = 0, /* default clone. */
24872 int ret = CLONE_DEFAULT;
24906 ordered from lowest (CLONE_DEFAULT) to highest (currently CLONE_ISA_3_0). */
25121 if (clone_isa == CLONE_DEFAULT)
25205 clones[CLONE_DEFAULT] = (*fndecls)[0];

Completed in 58 milliseconds