Home
last modified time | relevance | path

Searched refs:CUDA_ONE_CALL_1 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-nvptx.c106 # define CUDA_ONE_CALL(call) CUDA_ONE_CALL_1 (call, false) in init_cuda_lib()
107 # define CUDA_ONE_CALL_MAYBE_NULL(call) CUDA_ONE_CALL_1 (call, true) in init_cuda_lib()
108 # define CUDA_ONE_CALL_1(call, allow_null) \ in init_cuda_lib() macro
114 # undef CUDA_ONE_CALL_1 in init_cuda_lib()
/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-nvptx.c120 # define CUDA_ONE_CALL(call) CUDA_ONE_CALL_1 (call, false) in init_cuda_lib()
121 # define CUDA_ONE_CALL_MAYBE_NULL(call) CUDA_ONE_CALL_1 (call, true) in init_cuda_lib()
122 # define CUDA_ONE_CALL_1(call, allow_null) \ in init_cuda_lib() macro
128 # undef CUDA_ONE_CALL_1 in init_cuda_lib()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A DChangeLog7338 (init_cuda_lib): Add new param to CUDA_ONE_CALL_1. Add arg to