Searched refs:init_libfuncs (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/gcc/
H A Dtarget.h458 void (* init_libfuncs) (void); member in struct:gcc_target
H A Doptabs.c113 static void init_libfuncs (optab, int, int, const char *, int);
4981 init_libfuncs (optab optable, int first_mode, int last_mode,
5013 have the same meaning as similarly named ones for the `init_libfuncs'
5022 init_libfuncs (optable, word_mode,
5029 have the same meaning as similarly named ones for the `init_libfuncs'
5035 init_libfuncs (optable, MIN_MODE_FLOAT, MAX_MODE_FLOAT, opname, suffix);
5036 init_libfuncs (optable, MIN_MODE_DECIMAL_FLOAT, MAX_MODE_DECIMAL_FLOAT,
5042 similar to the ones for init_libfuncs, above, but instead of having
5533 targetm.init_libfuncs ();
4957 init_libfuncs (optab optable, int first_mode, int last_mode, function

Completed in 161 milliseconds