Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h26 #define UNRECOVERABLE(checkname, ...) \ argument
28 void __ubsan_handle_ ## checkname( __VA_ARGS__ );
30 #define RECOVERABLE(checkname, ...) \ argument
32 void __ubsan_handle_ ## checkname( __VA_ARGS__ ); \
34 void __ubsan_handle_ ## checkname ## _abort( __VA_ARGS__ );