Home
last modified time | relevance | path

Searched refs:idtype (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dsema.cpp147 void idtype() { in idtype() function
/llvm-project-15.0.7/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h2267 #define __sanitizer_syscall_pre__pset_bind(idtype, first_id, second_id, psid, \ argument
2270 (long long)(idtype), (long long)(first_id), (long long)(second_id), \
2272 #define __sanitizer_syscall_post__pset_bind(res, idtype, first_id, second_id, \ argument
2730 (long long)(idtype), (long long)(id), (long long)(clock_id))
2734 res, (long long)(idtype), (long long)(id), (long long)(clock_id))
4558 void __sanitizer_syscall_pre_impl__pset_bind(long long idtype,
4562 void __sanitizer_syscall_post_impl__pset_bind(long long res, long long idtype,
4892 void __sanitizer_syscall_pre_impl_wait6(long long idtype, long long id,
4895 void __sanitizer_syscall_post_impl_wait6(long long res, long long idtype,
4899 void __sanitizer_syscall_pre_impl_clock_getcpuclockid2(long long idtype,
[all …]
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2629 INTERCEPTOR_WITH_SUFFIX(int, waitid, int idtype, long long id, void *infop,
2632 INTERCEPTOR_WITH_SUFFIX(int, waitid, int idtype, int id, void *infop,
2636 COMMON_INTERCEPTOR_ENTER(ctx, waitid, idtype, id, infop, options);
2640 int res = REAL(waitid)(idtype, id, infop, options);
10364 INTERCEPTOR(int, procctl, int idtype, u64 id, int cmd, uptr data) {
10366 COMMON_INTERCEPTOR_ENTER(ctx, procctl, idtype, id, cmd, data);
10392 return REAL(procctl)(idtype, id, cmd, data);