Searched defs:RET_TYPE (Results 1 – 5 of 5) sorted by relevance
/llvm-project/libclc/generic/lib/relational/ |
H A D | relational.h |
|
/llvm-project/libclc/generic/lib/ |
H A D | clcmacro.h |
|
/llvm-project/libclc/generic/include/clc/relational/ |
H A D | isinf.h | 2 #define _CLC_ISINF_DECL(RET_TYPE, ARG_TYPE) \ argument 5 #define _CLC_VECTOR_ISINF_DECL(RET_TYPE, ARG_TYPE) \ argument
|
H A D | isnan.h | 2 #define _CLC_ISNAN_DECL(RET_TYPE, ARG_TYPE) \ argument 5 #define _CLC_VECTOR_ISNAN_DECL(RET_TYPE, ARG_TYPE) \ argument
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_atomic.cpp | 698 #define ATOMIC_BEGIN(TYPE_ID, OP_ID, TYPE, RET_TYPE) \ argument 1443 #define ATOMIC_BEGIN_REV(TYPE_ID, OP_ID, TYPE, RET_TYPE) \ argument 1928 #define ATOMIC_BEGIN_READ(TYPE_ID, OP_ID, TYPE, RET_TYPE) \ argument 2211 #define ATOMIC_BEGIN_CPT(TYPE_ID, OP_ID, TYPE, RET_TYPE) \ argument
|