Searched refs:__GOACC_NOTHROW (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libgomp/
H A Dopenacc.h42 # define __GOACC_NOTHROW noexcept () macro
44 # define __GOACC_NOTHROW throw () macro
46 # define __GOACC_NOTHROW __attribute__ ((__nothrow__)) macro
69 int acc_get_num_devices (acc_device_t) __GOACC_NOTHROW;
70 void acc_set_device_type (acc_device_t) __GOACC_NOTHROW;
71 acc_device_t acc_get_device_type (void) __GOACC_NOTHROW;
72 void acc_set_device_num (int, acc_device_t) __GOACC_NOTHROW;
73 int acc_get_device_num (acc_device_t) __GOACC_NOTHROW;
74 int acc_async_test (int) __GOACC_NOTHROW;
75 int acc_async_test_all (void) __GOACC_NOTHROW;
[all...]
H A Doacc-int.h94 void goacc_register (struct gomp_device_descr *) __GOACC_NOTHROW;

Completed in 79 milliseconds