Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp145 # define INTERCEPTION_FORMAT(f, a) macro
147 # define INTERCEPTION_FORMAT(f, a) __attribute__((format(printf, f, a))) macro
151 INTERCEPTION_FORMAT(1, 2);