Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack_platform.h93 # define _REAL64(func) _##func##64 macro
95 # define _REAL64(func) _REAL(func) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp53 #define _REAL64(func) _ ## func ## 64 macro