CUDA_FN_4000       14 src/runtime/cuda.cpp #define CUDA_FN_4000(ret, fn, fn_4000, args) WEAK ret (CUDAAPI *fn)args;
CUDA_FN_4000       66 src/runtime/cuda.cpp     #define CUDA_FN_4000(ret, fn, fn_4000, args) fn = get_cuda_symbol<ret (CUDAAPI *)args>(user_context, #fn_4000);
CUDA_FN_4000       13 src/runtime/cuda_functions.h #define CUDA_FN_4000(ret, fn, fn_4000, args) CUDA_FN(ret, fn, args)
CUDA_FN_4000       55 src/runtime/cuda_functions.h #undef CUDA_FN_4000