Lines Matching refs:__key
93 #define ptrauth_strip(__value, __key) __builtin_ptrauth_strip(__value, __key) argument
123 #define ptrauth_sign_constant(__value, __key, __data) \ argument
124 __builtin_ptrauth_sign_constant(__value, __key, __data)
138 #define ptrauth_sign_unauthenticated(__value, __key, __data) \ argument
139 __builtin_ptrauth_sign_unauthenticated(__value, __key, __data)
258 #define ptrauth_strip(__value, __key) \ argument
260 (void)__key; \
271 #define ptrauth_sign_constant(__value, __key, __data) \ argument
273 (void)__key; \
278 #define ptrauth_sign_unauthenticated(__value, __key, __data) \ argument
280 (void)__key; \