|
LLVM OpenMP
|
Classes | |
| class | kmp_literal_trait |
| Represents a specific device number. More... | |
| class | kmp_trait |
| class | kmp_trait_clause |
| class | kmp_trait_expr |
| Abstract class representing either a single trait expression or a collection of trait expressions that are ANDed or ORed together. More... | |
| class | kmp_trait_expr_group |
| Represents a (possibly negated) collection of traits that are either ANDed or ORed together. More... | |
| class | kmp_trait_expr_single |
| Represents a single (possibly negated) trait. More... | |
| class | kmp_uid_trait |
| Represents a specific UID. More... | |
| class | kmp_wildcard_trait |
| Represents a wildcard trait that matches any device. More... | |
Functions | |
| int | omp_get_num_devices () |
| const char * | omp_get_uid_from_device (int device_num) |
| int kmp_traits::omp_get_num_devices | ( | ) |