Searched refs:Ctor (Results 1 – 9 of 9) sorted by relevance
35 typedef void Ctor(); typedef36 extern Ctor *__preinit_array_start[];37 extern Ctor *__preinit_array_end [];38 extern Ctor *__init_array_start [];39 extern Ctor *__init_array_end [];41 static void call_init_array(Ctor **start, Ctor **end) in call_init_array()
393 /// Ctor allowing you to initialize the seed.
385 /// Ctor allowing you to initialize the seed.
Completed in 7 milliseconds