Home
last modified time | relevance | path

Searched refs:ivc (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/vmsplice/
Dvmsplice02.c53 static struct iovec ivc; variable
61 { &notvalidfd, &ivc, 1, EBADF },
62 { &filefd, &ivc, 1, EBADF },
63 { &pipes[1], &ivc, IOV_MAX + 1, EINVAL },
115 ivc.iov_base = buffer; in setup()
116 ivc.iov_len = TEST_BLOCK_SIZE; in setup()
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-var.cpp69 volatile const int ivc) { in bind_lvalue_quals() argument
75 …volatile int &ir = ivc; // expected-error{{binding value of type 'const volatile int' to reference… in bind_lvalue_quals()