Searched refs:target_type (Results 1 - 25 of 46) sorted by relevance

12

/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload.h120 TARGET_TYPE target_type,
127 TARGET_TYPE target_type,
133 TARGET_TYPE target_type,
139 TARGET_TYPE target_type,
146 TARGET_TYPE target_type,
152 TARGET_TYPE target_type,
159 TARGET_TYPE target_type,
164 TARGET_TYPE target_type,
170 TARGET_TYPE target_type,
175 TARGET_TYPE target_type,
[all...]
H A Doffload_omp_host.cpp58 TARGET_TYPE target_type,
64 OFFLOAD ofld = OFFLOAD_TARGET_ACQUIRE(target_type, target_number, 0, NULL,
81 TARGET_TYPE target_type,
88 OFFLOAD ofld = OFFLOAD_TARGET_ACQUIRE(target_type, target_number, 0, NULL,
106 TARGET_TYPE target_type,
111 omp_set_int_target(target_type, target_number, num_threads,
116 TARGET_TYPE target_type,
120 return omp_get_int_target(target_type, target_number,
125 TARGET_TYPE target_type,
129 return omp_get_int_target(target_type, target_numbe
57 omp_set_int_target( TARGET_TYPE target_type, int target_number, int setting, const char* f_name ) argument
80 omp_get_int_target( TARGET_TYPE target_type, int target_number, const char * f_name ) argument
105 omp_set_num_threads_target( TARGET_TYPE target_type, int target_number, int num_threads ) argument
115 omp_get_max_threads_target( TARGET_TYPE target_type, int target_number ) argument
124 omp_get_num_procs_target( TARGET_TYPE target_type, int target_number ) argument
133 omp_set_dynamic_target( TARGET_TYPE target_type, int target_number, int num_threads ) argument
143 omp_get_dynamic_target( TARGET_TYPE target_type, int target_number ) argument
152 omp_set_nested_target( TARGET_TYPE target_type, int target_number, int nested ) argument
162 omp_get_nested_target( TARGET_TYPE target_type, int target_number ) argument
171 omp_set_schedule_target( TARGET_TYPE target_type, int target_number, omp_sched_t kind, int modifier ) argument
202 omp_get_schedule_target( TARGET_TYPE target_type, int target_number, omp_sched_t *kind, int *modifier ) argument
235 omp_init_lock_target( TARGET_TYPE target_type, int target_number, omp_lock_target_t *lock ) argument
258 omp_destroy_lock_target( TARGET_TYPE target_type, int target_number, omp_lock_target_t *lock ) argument
281 omp_set_lock_target( TARGET_TYPE target_type, int target_number, omp_lock_target_t *lock ) argument
304 omp_unset_lock_target( TARGET_TYPE target_type, int target_number, omp_lock_target_t *lock ) argument
327 omp_test_lock_target( TARGET_TYPE target_type, int target_number, omp_lock_target_t *lock ) argument
362 omp_init_nest_lock_target( TARGET_TYPE target_type, int target_number, omp_nest_lock_target_t *lock ) argument
385 omp_destroy_nest_lock_target( TARGET_TYPE target_type, int target_number, omp_nest_lock_target_t *lock ) argument
408 omp_set_nest_lock_target( TARGET_TYPE target_type, int target_number, omp_nest_lock_target_t *lock ) argument
431 omp_unset_nest_lock_target( TARGET_TYPE target_type, int target_number, omp_nest_lock_target_t *lock ) argument
454 omp_test_nest_lock_target( TARGET_TYPE target_type, int target_number, omp_nest_lock_target_t *lock ) argument
[all...]
H A Dmic_lib.f90106 subroutine omp_set_num_threads_target (target_type, &
111 integer (kind=c_int), value :: target_type, target_number, num_threads
114 function omp_get_max_threads_target (target_type, &
119 integer (kind=c_int), value :: target_type, target_number
122 function omp_get_num_procs_target (target_type, &
127 integer (kind=c_int), value :: target_type, target_number
130 subroutine omp_set_dynamic_target (target_type, &
135 integer (kind=c_int), value :: target_type, target_number, num_threads
138 function omp_get_dynamic_target (target_type, &
143 integer (kind=c_int), value :: target_type, target_numbe
[all...]
H A Doffload_omp_target.cpp407 TARGET_TYPE target_type,
415 TARGET_TYPE target_type,
423 TARGET_TYPE target_type,
431 TARGET_TYPE target_type,
439 TARGET_TYPE target_type,
447 TARGET_TYPE target_type,
455 TARGET_TYPE target_type,
463 TARGET_TYPE target_type,
472 TARGET_TYPE target_type,
481 TARGET_TYPE target_type,
406 omp_set_num_threads_target( TARGET_TYPE target_type, int target_number, int num_threads ) argument
414 omp_get_max_threads_target( TARGET_TYPE target_type, int target_number ) argument
422 omp_get_num_procs_target( TARGET_TYPE target_type, int target_number ) argument
430 omp_set_dynamic_target( TARGET_TYPE target_type, int target_number, int num_threads ) argument
438 omp_get_dynamic_target( TARGET_TYPE target_type, int target_number ) argument
446 omp_set_nested_target( TARGET_TYPE target_type, int target_number, int num_threads ) argument
454 omp_get_nested_target( TARGET_TYPE target_type, int target_number ) argument
462 omp_set_schedule_target( TARGET_TYPE target_type, int target_number, omp_sched_t kind, int modifier ) argument
471 omp_get_schedule_target( TARGET_TYPE target_type, int target_number, omp_sched_t *kind, int *modifier ) argument
480 omp_init_lock_target( TARGET_TYPE target_type, int target_number, omp_lock_target_t *lock ) argument
488 omp_destroy_lock_target( TARGET_TYPE target_type, int target_number, omp_lock_target_t *lock ) argument
496 omp_set_lock_target( TARGET_TYPE target_type, int target_number, omp_lock_target_t *lock ) argument
504 omp_unset_lock_target( TARGET_TYPE target_type, int target_number, omp_lock_target_t *lock ) argument
512 omp_test_lock_target( TARGET_TYPE target_type, int target_number, omp_lock_target_t *lock ) argument
521 omp_init_nest_lock_target( TARGET_TYPE target_type, int target_number, omp_nest_lock_target_t *lock ) argument
529 omp_destroy_nest_lock_target( TARGET_TYPE target_type, int target_number, omp_nest_lock_target_t *lock ) argument
537 omp_set_nest_lock_target( TARGET_TYPE target_type, int target_number, omp_nest_lock_target_t *lock ) argument
545 omp_unset_nest_lock_target( TARGET_TYPE target_type, int target_number, omp_nest_lock_target_t *lock ) argument
553 omp_test_nest_lock_target( TARGET_TYPE target_type, int target_number, omp_nest_lock_target_t *lock ) argument
[all...]
H A Dcompiler_if_host.cpp46 TARGET_TYPE target_type,
85 if (target_type == TARGET_HOST) {
89 else if (target_type == TARGET_MIC) {
147 "Starting offload: target_type = %d, "
149 target_type, target_number, is_optional);
45 OFFLOAD_TARGET_ACQUIRE( TARGET_TYPE target_type, int target_number, int is_optional, _Offload_status* status, const char* file, uint64_t line ) argument
H A Dcompiler_if_host.h50 \param target_type The type of target.
58 TARGET_TYPE target_type,
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/function/
H A D5.cc41 VERIFY( typeid(int X::*) == frm.target_type() );
47 VERIFY( typeid(int (X::*)()) == fr.target_type() );
53 VERIFY( typeid(int (X::*)() const) == frc.target_type() );
59 VERIFY( typeid(int (X::*)() volatile) == frv.target_type() );
66 VERIFY( typeid(int (X::*)() const volatile) == frcv.target_type() );
73 VERIFY( typeid(int X::*) == grm.target_type() );
79 VERIFY( typeid(int (X::*)()) == gr.target_type() );
85 VERIFY( typeid(int (X::*)() const) == grc.target_type() );
91 VERIFY( typeid(int (X::*)() volatile) == grv.target_type() );
98 VERIFY( typeid(int (X::*)() const volatile) == grcv.target_type() );
[all...]
H A D8.cc49 VERIFY( typeid(int X::*) == frm.target_type() );
55 VERIFY( typeid(int (X::*)()) == fr.target_type() );
61 VERIFY( typeid(int (X::*)() const) == frc.target_type() );
67 VERIFY( typeid(int (X::*)() volatile) == frv.target_type() );
74 VERIFY( typeid(int (X::*)() const volatile) == frcv.target_type() );
81 VERIFY( typeid(int X::*) == grm.target_type() );
87 VERIFY( typeid(int (X::*)()) == gr.target_type() );
93 VERIFY( typeid(int (X::*)() const) == grc.target_type() );
99 VERIFY( typeid(int (X::*)() volatile) == grv.target_type() );
106 VERIFY( typeid(int (X::*)() const volatile) == grcv.target_type() );
[all...]
H A D6.cc57 VERIFY( f.target_type() == typeid(noncopyable_function_object_type) );
63 VERIFY( g.target_type() == typeid(noncopyable_function_object_type) );
69 VERIFY( h.target_type() == typeid(noncopyable_function_object_type) );
H A D7.cc50 // target_type and target() functions
52 VERIFY( typeid(int(*)(float)) == f1.target_type() );
69 // target_type and target() functions
71 VERIFY( typeid(int(*)(float)) == f2.target_type() );
H A D1.cc78 // target_type returns typeid(void)
79 VERIFY( f1.target_type() == typeid(void) );
H A D4.cc67 // target_type and target() functions
69 VERIFY( typeid(do_truncate_float_t) == f1.target_type() );
H A D3.cc65 // target_type and target() functions
67 VERIFY( typeid(long(*)(double)) == f1.target_type() );
H A D2.cc65 // target_type and target() functions
67 VERIFY( typeid(int(*)(float)) == f1.target_type() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/3_function_objects/function/
H A D5.cc40 VERIFY( typeid(int X::*) == frm.target_type() );
46 VERIFY( typeid(int (X::*)()) == fr.target_type() );
52 VERIFY( typeid(int (X::*)() const) == frc.target_type() );
58 VERIFY( typeid(int (X::*)() volatile) == frv.target_type() );
65 VERIFY( typeid(int (X::*)() const volatile) == frcv.target_type() );
72 VERIFY( typeid(int X::*) == grm.target_type() );
78 VERIFY( typeid(int (X::*)()) == gr.target_type() );
84 VERIFY( typeid(int (X::*)() const) == grc.target_type() );
90 VERIFY( typeid(int (X::*)() volatile) == grv.target_type() );
97 VERIFY( typeid(int (X::*)() const volatile) == grcv.target_type() );
[all...]
H A D8.cc48 VERIFY( typeid(int X::*) == frm.target_type() );
54 VERIFY( typeid(int (X::*)()) == fr.target_type() );
60 VERIFY( typeid(int (X::*)() const) == frc.target_type() );
66 VERIFY( typeid(int (X::*)() volatile) == frv.target_type() );
73 VERIFY( typeid(int (X::*)() const volatile) == frcv.target_type() );
80 VERIFY( typeid(int X::*) == grm.target_type() );
86 VERIFY( typeid(int (X::*)()) == gr.target_type() );
92 VERIFY( typeid(int (X::*)() const) == grc.target_type() );
98 VERIFY( typeid(int (X::*)() volatile) == grv.target_type() );
105 VERIFY( typeid(int (X::*)() const volatile) == grcv.target_type() );
[all...]
H A D6.cc57 VERIFY( f.target_type() == typeid(noncopyable_function_object_type) );
63 VERIFY( g.target_type() == typeid(noncopyable_function_object_type) );
69 VERIFY( h.target_type() == typeid(noncopyable_function_object_type) );
H A D7.cc49 // target_type and target() functions
51 VERIFY( typeid(int(*)(float)) == f1.target_type() );
68 // target_type and target() functions
70 VERIFY( typeid(int(*)(float)) == f2.target_type() );
H A D1.cc78 // target_type returns typeid(void)
79 VERIFY( f1.target_type() == typeid(void) );
H A D3.cc64 // target_type and target() functions
66 VERIFY( typeid(long(*)(double)) == f1.target_type() );
H A D2.cc64 // target_type and target() functions
66 VERIFY( typeid(int(*)(float)) == f1.target_type() );
H A D4.cc66 // target_type and target() functions
68 VERIFY( typeid(do_truncate_float_t) == f1.target_type() );
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr40991.C78 const type_info& target_type() const;
96 template<typename _Res, typename... _ArgTypes> const type_info& function<_Res(_ArgTypes...)>:: target_type() const { function in class:std::tr1::function
112 typeid(int X::*) == frm.target_type();
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dexpr.c339 can_widen_reference_to (source_type, target_type)
340 tree source_type, target_type;
342 if (source_type == ptr_type_node || target_type == object_ptr_type_node)
348 if (TREE_CODE (target_type) == POINTER_TYPE)
349 target_type = TREE_TYPE (target_type);
351 if (source_type == target_type)
356 target_type = HANDLE_TO_CLASS_TYPE (target_type);
357 if (TYPE_ARRAY_P (source_type) || TYPE_ARRAY_P (target_type))
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcvt.c338 tree target_type = TREE_TYPE (type);
372 && TYPE_MAIN_VARIANT (argtype) != TYPE_MAIN_VARIANT (target_type)
374 && IS_AGGR_TYPE (target_type))
377 tree binfo = get_binfo (target_type, argtype, 1);
381 return error_not_base_type (target_type, argtype);
386 = convert_to_pointer_force (build_pointer_type (target_type), rval);
337 tree target_type = TREE_TYPE (type); local

Completed in 287 milliseconds

12