Searched refs:DEF_INTRINSICS_FUNC (Results 1 – 3 of 3) sorted by relevance
/art/compiler/llvm/ |
D | intrinsic_helper.h | 39 #define DEF_INTRINSICS_FUNC(ID, ...) ID, macro
|
D | intrinsic_helper.cc | 31 #define DEF_INTRINSICS_FUNC(_, NAME, ATTR, RET_TYPE, ARG1_TYPE, ARG2_TYPE, \ macro
|
D | intrinsic_func_list.def | 17 // DEF_INTRINSICS_FUNC(ID, NAME, ATTR, RET_TYPE, 19 #ifndef DEF_INTRINSICS_FUNC 20 # error "missing DEF_INTRINSICS_FUNC definition!" 24 DEF_INTRINSICS_FUNC(ID, NAME, ATTR, RET_TYPE, __VA_ARGS__) 1796 #undef DEF_INTRINSICS_FUNC
|