Lines Matching refs:_flag
180 #define DON(_flag) ((unsigned)(OMPTARGET_NVPTX_DEBUG) & (_flag)) argument
182 #define PRINT0(_flag, _str) \ argument
184 if (omptarget_device_environment.debug_level && DON(_flag)) { \
189 #define PRINT(_flag, _str, _args...) \ argument
191 if (omptarget_device_environment.debug_level && DON(_flag)) { \
197 #define DON(_flag) (0) argument
216 #define TON(_flag) ((OMPTARGET_NVPTX_TEST) & (_flag)) argument
217 #define ASSERT0(_flag, _cond, _str) \ argument
219 if (TON(_flag)) { \
223 #define ASSERT(_flag, _cond, _str, _args...) \ argument
225 if (TON(_flag)) { \
232 #define TON(_flag) ((OMPTARGET_NVPTX_TEST) & (_flag)) argument
233 #define ASSERT0(_flag, _cond, _str) \ argument
235 if (TON(_flag)) { \
239 #define ASSERT(_flag, _cond, _str, _args...) \ argument
241 if (TON(_flag)) { \
249 #define TON(_flag) (0) argument
250 #define ASSERT0(_flag, _cond, _str) argument
251 #define ASSERT(_flag, _cond, _str, _args...) argument
265 #define WON(_flag) ((OMPTARGET_NVPTX_WARNING) & (_flag)) argument
266 #define WARNING0(_flag, _str) \ argument
268 if (WON(_flag)) { \
272 #define WARNING(_flag, _str, _args...) \ argument
274 if (WON(_flag)) { \
281 #define WON(_flag) (0) argument
282 #define WARNING0(_flag, _str) argument
283 #define WARNING(_flag, _str, _args...) argument