Searched refs:ivc (Results 1 – 2 of 2) sorted by relevance
/external/ltp/testcases/kernel/syscalls/vmsplice/ |
D | vmsplice02.c | 53 static struct iovec ivc; variable 61 { ¬validfd, &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/ |
D | p5-var.cpp | 69 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()
|