Home
last modified time | relevance | path

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

/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_interceptors_ioctl.inc17 // FIXME: support read+write arguments. Currently READWRITE and WRITE do the
19 // XXX: The declarations below may use WRITE instead of READWRITE, unless
25 READWRITE,
539 desc->type = ioctl_desc::READWRITE;
567 (desc->type == ioctl_desc::READWRITE || desc->type == ioctl_desc::WRITE ||
575 if (desc->type == ioctl_desc::READ || desc->type == ioctl_desc::READWRITE) {
589 if (desc->type == ioctl_desc::WRITE || desc->type == ioctl_desc::READWRITE) {
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/tests/
HDsanitizer_ioctl_test.cc99 EXPECT_EQ(ioctl_desc::READWRITE, desc.type); in TEST()
/NextBSD/contrib/gcc/
HDregmove.c67 enum { READ, WRITE, READWRITE } use[MAX_RECOG_OPERANDS]; enumerator
1564 matchp->use[op_no] = READWRITE; in find_matches()