Searched defs:target_type (Results 1 - 19 of 19) sorted by relevance

/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload_omp_host.cpp57 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 Dcompiler_if_host.cpp45 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 Doffload_omp_target.cpp406 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...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcvt.c337 tree target_type = TREE_TYPE (type); local
H A Dtypeck.c67 target_type (type) function
4200 tree target_type = TREE_TYPE (ptrtype); local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr40991.C96 template<typename _Res, typename... _ArgTypes> const type_info& function<_Res(_ArgTypes...)>:: target_type() const { function in class:std::tr1::function
/haiku-buildtools/gcc/libgomp/
H A Dtarget.c771 GOMP_offload_register (void *host_table, enum offload_target_type target_type, argument
805 GOMP_offload_unregister (void *host_table, enum offload_target_type target_type, argument
/haiku-buildtools/gcc/gcc/cp/
H A Dcvt.c328 tree target_type = TREE_TYPE (type); local
H A Drtti.c667 tree static_type, target_type, boff; local
H A Dtypeck.c5101 tree target_type = TREE_TYPE (ptrtype); local
H A Dclass.c264 tree target_type; local
7501 resolve_address_of_overloaded_function(tree target_type, tree overload, tsubst_flags_t flags, bool template_only, tree explicit_targs, tree access_path) argument
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Ddllwrap.c92 target_type; typedef in typeref:enum:__anon2472
H A Ddebug.c246 debug_type target_type; member in struct:debug_offset_type
1544 debug_make_offset_type(void *handle, debug_type base_type, debug_type target_type) argument
/haiku-buildtools/binutils/binutils/
H A Ddllwrap.c83 target_type; typedef in typeref:enum:__anon225
H A Ddebug.c245 debug_type target_type; member in struct:debug_offset_type
1541 debug_make_offset_type(void *handle, debug_type base_type, debug_type target_type) argument
/haiku-buildtools/legacy/gcc/gcc/
H A Dc-typeck.c2727 tree target_type = TREE_TYPE (TREE_TYPE (op0)); local
/haiku-buildtools/gcc/gcc/
H A Dgimple-ssa-strength-reduction.c2041 tree target_type = TREE_TYPE (gimple_assign_lhs (c->cand_stmt)); local
/haiku-buildtools/gcc/gcc/java/
H A Dexpr.c489 can_widen_reference_to(tree source_type, tree target_type) argument
[all...]
/haiku-buildtools/gcc/gcc/c/
H A Dc-typeck.c3536 tree target_type = TREE_TYPE (TREE_TYPE (op0)); local

Completed in 444 milliseconds