Home
last modified time | relevance | path

Searched defs:WRAP (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libfido2/fuzz/
H A Dwrap.c36 #define WRAP(type, name, args, retval, param, prob) \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception.h147 # define WRAP(x) wrap_##x macro
153 # define WRAP(x) __asan_wrap_##x macro
178 # define WRAP(x) ___interceptor_ ## x macro
222 # define WRAP(x) __interceptor_ ## x macro