Searched refs:msg_ (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | check_assertion.h | 40 …constexpr AssertionInfoMatcher() : is_empty_(true), msg_(any_msg, __builtin_strlen(any_msg)), file… in AssertionInfoMatcher() 42 …: is_empty_(false), msg_(msg, __builtin_strlen(msg)), file_(file, __builtin_strlen(file)), line_(l… in is_empty_() 56 std::string result = "msg = \""; result += msg_; result += "\"\n"; in ToString() 90 if (msg_ == any_msg) in CheckMessageMatches() 92 std::size_t found_at = got_msg.find(msg_); in CheckMessageMatches() 100 std::string_view msg_; member
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_syscalls_netbsd.inc | 404 PRE_SYSCALL(recvmsg)(long long s_, void *msg_, long long flags_) { 405 PRE_WRITE(msg_, sizeof(__sanitizer_msghdr)); 408 (long long res, long long s_, void *msg_, long long flags_) { 410 POST_WRITE(msg_, sizeof(__sanitizer_msghdr)); 413 PRE_SYSCALL(sendmsg)(long long s_, void *msg_, long long flags_) { 414 PRE_READ(msg_, sizeof(__sanitizer_msghdr)); 417 (long long res, long long s_, void *msg_, long long flags_) { 419 POST_READ(msg_, sizeof(__sanitizer_msghdr)); 1007 PRE_SYSCALL(compat_43_orecvmsg)(long long s_, void *msg_, long long flags_) { 1011 (long long res, long long s_, void *msg_, long long flags_) { [all …]
|
| H A D | sanitizer_common_interceptors.inc | 3269 COMMON_INTERCEPTOR_READ_RANGE(ctx, &msg->msg_##f, sizeof(msg->msg_##f))
|