Searched refs:Engine (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dtypedef31.C5 template <class T, class EngineTag> class Engine;
7 class Engine<T, Compressible> class
16 T Engine<T, Compressible>::read(int)
20 Engine<int, Compressible> x;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Ddefarg7.C4 class Engine {}; class
10 static const int dimensions = Engine<Dim, T, EngineTag>::dimensions;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Ddebug9.C32 class Engine class
35 Engine (T val = T()) {} function in class:Engine
40 Engine<1, std::complex<double> > e;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr50444.c47 } Engine; typedef in typeref:struct:__anon2391
49 void ctor(Engine *e)
59 uint32_t method( Engine *e)
71 Engine e4; ctor(&e4);
72 Engine e5; ctor(&e5);
/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload_engine.cpp41 const char* Engine::m_func_names[Engine::c_funcs_total] =
54 const char* Engine::c_signal_names[Engine::c_signal_max] =
90 void Engine::init(void)
113 void Engine::init_process(void)
184 void Engine::fini_process(bool verbose)
224 void Engine::load_libraries()
270 void Engine::init_ptr_data(void)
381 COIRESULT Engine
[all...]
H A Doffload_host.h49 extern Engine* mic_engines;
230 // Engine
231 Engine& m_device;
H A Doffload_engine.h250 struct Engine { struct
415 Engine() : m_index(-1), m_physical_index(-1), m_process(0), m_ready(false), function in struct:Engine
419 ~Engine() {
H A Doffload_host.cpp137 Engine* mic_engines = 0;
4050 mic_engines = new Engine[mic_engines_total];
4128 if (thread_key_create(&mic_thread_key, Engine::destroy_thread_data)) {
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr27291.C228 template < class Engine, class DistInputType > struct impl
230 typedef pass_through_engine < Engine > type;
235 template < class Engine, class Distribution > class variate_generator
237 private:typedef random::detail::pass_through_engine < Engine >
241 variate_generator (Engine e, Distribution d):_eng (decorated_engine (e)),
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dunroll1.C394 class Engine : public BrickBase class in inherits:BrickBase
397 explicit Engine(const Interval &dom) function in class:Engine
414 Engine A(I);
/haiku-buildtools/gcc/liboffloadmic/runtime/emulator/
H A Dcoi_host.cpp61 } Engine; typedef in typeref:struct:__anon2192
78 Engine *engine;
684 Engine *engine;
694 MALLOC (Engine *, engine, sizeof (Engine));
857 Engine *eng = (Engine *) engine;

Completed in 240 milliseconds