|
LLVM OpenMP 22.0.0git
|
#include <string.h>#include <stdlib.h>Go to the source code of this file.
Enumerations | |
| enum | kmp_target_offload_kind { tgt_disabled = 0 , tgt_default = 1 , tgt_mandatory = 2 } |
Functions | |
| int | __kmpc_get_target_offload () |
| void | kmp_set_defaults (char const *str) |
| int | get_target_offload_icv () |
| int | main () |
Variables | |
| const char * | disabled_examples [] |
| const char * | default_examples [] |
| const char * | mandatory_examples [] |
| Enumerator | |
|---|---|
| tgt_disabled | |
| tgt_default | |
| tgt_mandatory | |
Definition at line 5 of file omp_target_offload.c.
|
extern |
Definition at line 4518 of file kmp_csupport.cpp.
Referenced by get_target_offload_icv().
| int get_target_offload_icv | ( | ) |
Definition at line 29 of file omp_target_offload.c.
References __kmpc_get_target_offload().
Referenced by main().
Definition at line 142 of file kmp_stub.cpp.
References i.
Definition at line 35 of file omp_target_offload.c.
References buf, default_examples, disabled_examples, get_target_offload_icv(), i, kmp_set_defaults, mandatory_examples, tgt_default, tgt_disabled, and tgt_mandatory.
| const char* default_examples[] |
Definition at line 18 of file omp_target_offload.c.
Referenced by main().
| const char* disabled_examples[] |
Definition at line 14 of file omp_target_offload.c.
Referenced by main().
| const char* mandatory_examples[] |
Definition at line 24 of file omp_target_offload.c.
Referenced by main().