Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_defs.h43 #define STRINGIFY_(A) #A macro
44 #define STRINGIFY(A) STRINGIFY_(A)
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctionsWindows.cpp21 #define STRINGIFY_(A) #A macro
22 #define STRINGIFY(A) STRINGIFY_(A)
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h24 #define STRINGIFY_(S) #S macro
25 #define STRINGIFY(S) STRINGIFY_(S)