/llvm-project/clang/lib/Headers/ |
H A D | ptrauth.h | 72 ptrauth_strip(__value,__key) global() argument 102 ptrauth_sign_constant(__value,__key,__data) global() argument 117 ptrauth_sign_unauthenticated(__value,__key,__data) global() argument 220 ptrauth_strip(__value,__key) global() argument 233 ptrauth_sign_constant(__value,__key,__data) global() argument 240 ptrauth_sign_unauthenticated(__value,__key,__data) global() argument [all...] |
H A D | keylockerintrin.h | 130 _mm_encodekey128_u32(unsigned int __htype, __m128i __key, void *__h) { in _mm_encodekey128_u32()
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_ptrauth.h | 15 ptrauth_strip(void * __value,unsigned int __key) ptrauth_strip() argument 34 ptrauth_strip(__value,__key) global() argument
|
H A D | sanitizer_platform_limits_posix.h | 214 int __key; global() member
|
/llvm-project/libcxx/include/__thread/support/ |
H A D | pthread.h | 209 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_create(__libcpp_tls_key* __key, void (*__at_exit)(void*)) { in __libcpp_tls_create() argument 213 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return pthread_getspecific(__key); } in __libcpp_tls_get() argument 215 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_set(__libcpp_tls_key __key, void* __p) { in __libcpp_tls_set() argument
|
H A D | c11.h | 179 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_create(__libcpp_tls_key* __key, void (*__at_exit)(voi… in __libcpp_tls_create() 183 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return tss_get(__key)… in __libcpp_tls_get() 185 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_set(__libcpp_tls_key __key, void* __p) { in __libcpp_tls_set()
|
/llvm-project/libcxx/src/support/win32/ |
H A D | thread_win32.cpp | 198 int __libcpp_tls_create(__libcpp_tls_key* __key, void(_LIBCPP_TLS_DESTRUCTOR_CC* __at_exit)(void*)) { in __libcpp_tls_create() argument 206 void* __libcpp_tls_get(__libcpp_tls_key __key) { return FlsGetValue(__key); } in __libcpp_tls_get() argument 208 int __libcpp_tls_set(__libcpp_tls_key __key, void* __p) { in __libcpp_tls_set() argument
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/ |
H A D | sanitizer_coverage_control_flow.cpp | 14 #define ptrauth_strip(__value, __key) (__value) argument
|
/llvm-project/libcxx/include/__functional/ |
H A D | boyer_moore_searcher.h | 54 insert(const key_type & __key,value_type __val) insert() argument 78 insert(key_type __key,value_type __val) insert() argument
|