Home
last modified time | relevance | path

Searched defs:__key (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/lib/Headers/
H A Dptrauth.h72 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 Dkeylockerintrin.h130 _mm_encodekey128_u32(unsigned int __htype, __m128i __key, void *__h) { in _mm_encodekey128_u32()
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ptrauth.h15 ptrauth_strip(void * __value,unsigned int __key) ptrauth_strip() argument
34 ptrauth_strip(__value,__key) global() argument
H A Dsanitizer_platform_limits_posix.h214 int __key; global() member
/llvm-project/libcxx/include/__thread/support/
H A Dpthread.h209 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 Dc11.h179 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 Dthread_win32.cpp198 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 Dsanitizer_coverage_control_flow.cpp14 #define ptrauth_strip(__value, __key) (__value) argument
/llvm-project/libcxx/include/__functional/
H A Dboyer_moore_searcher.h54 insert(const key_type & __key,value_type __val) insert() argument
78 insert(key_type __key,value_type __val) insert() argument