Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ptrauth.h19 # define ptrauth_strip(__value, __key) \ macro
36 # define ptrauth_strip(__value, __key) __value macro
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dptrauth.h93 #define ptrauth_strip(__value, __key) __builtin_ptrauth_strip(__value, __key) macro
258 #define ptrauth_strip(__value, __key) \ macro