Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cc48 struct GetTypes;
51 struct GetTypes<R(Args...)> { struct
65 GetTypes<__VA_ARGS__>::Result __interceptor_##Function( \
66 GetTypes<__VA_ARGS__>::Arg<0>::Type) __attribute__((weak)); \
67 GetTypes<__VA_ARGS__>::Result Function( \
68 GetTypes<__VA_ARGS__>::Arg<0>::Type arg0) { \
73 GetTypes<__VA_ARGS__>::Result __interceptor_##Function( \
74 GetTypes<__VA_ARGS__>::Arg<0>::Type, \
75 GetTypes<__VA_ARGS__>::Arg<1>::Type) __attribute__((weak)); \
76 GetTypes<__VA_ARGS__>::Result Function( \
[all …]