Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_ptrauth.h19 # define ptrauth_strip(__value, __key) \ macro
36 # define ptrauth_strip(__value, __key) __value macro
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
HDptrauth.h93 #define ptrauth_strip(__value, __key) __builtin_ptrauth_strip(__value, __key) macro
258 #define ptrauth_strip(__value, __key) \ macro