Searched defs:initFunc (Results 1 – 14 of 14) sorted by relevance
48 ReduceInitializerFunc_t initFunc; // user initializer function member99 ReduceInitializerFunc_t initFunc; member
259 … SupportFunction suppFunc, InitFunction initFunc, TestFunction testFunc, Arg0 arg0) in SubgroupFactory()335 … const std::string &desc, SupportFunction suppFunc, InitFunction initFunc, in addFunctionCaseWithPrograms()
18 type initFunc func() type
73 typedef void U_CALLCONV initFunc(UErrorCode *); typedef
106 (*initFunc)(int *argc, char ***argv); typedef
174 func (b *batch) initFunc(fn *ir.Func) { func
246 void (*initFunc)(glw::Functions *gl, const glw::FunctionLoader *loader); in initCoreFunctions() member
373 if (auto const& initFunc = scheduler->cfg.workerThread.initializer) { in start() local