Searched refs:GETNAME (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/openmp/libomptarget/include/ |
D | Debug.h | 71 #define GETNAME(name) GETNAME2(name) macro 76 fprintf(stderr, GETNAME(TARGET_NAME) " message: %s\n", _str); \ 82 fprintf(stderr, GETNAME(TARGET_NAME) " message: " _str "\n", __VA_ARGS__); \ 88 fprintf(stderr, GETNAME(TARGET_NAME) " fatal error %d: %s\n", _num, _str); \ 95 fprintf(stderr, GETNAME(TARGET_NAME) " fatal error %d:" _str "\n", _num, \ 103 fprintf(stderr, GETNAME(TARGET_NAME) " error: "); \ 110 fprintf(stderr, GETNAME(TARGET_NAME) " device %d info: ", _num); \
|
/external/llvm-project/openmp/libomptarget/src/ |
D | private.h | 89 #define DEBUG_PREFIX GETNAME(TARGET_NAME)
|
/external/llvm-project/openmp/libomptarget/plugins/generic-elf-64bit/src/ |
D | rtl.cpp | 31 #define DEBUG_PREFIX "TARGET " GETNAME(TARGET_NAME) " RTL"
|
/external/llvm-project/openmp/libomptarget/plugins/ve/src/ |
D | rtl.cpp | 33 #define DEBUG_PREFIX "Target " GETNAME(TARGET_NAME) " RTL"
|
/external/llvm-project/openmp/libomptarget/plugins/cuda/src/ |
D | rtl.cpp | 26 #define DEBUG_PREFIX "Target " GETNAME(TARGET_NAME) " RTL"
|
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/src/ |
D | rtl.cpp | 46 #define DEBUG_PREFIX "Target " GETNAME(TARGET_NAME) " RTL"
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | redis.c.ppout | 769 { "CLIENT GETNAME",
|