HomeSort by relevance Sort by last modified time
    Searched refs:ivc (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/syscalls/vmsplice/
vmsplice02.c 53 static struct iovec ivc; variable in typeref:struct:iovec
61 { &notvalidfd, &ivc, 1, EBADF },
62 { &filefd, &ivc, 1, EBADF },
63 { &pipes[1], &ivc, IOV_MAX + 1, EINVAL },
115 ivc.iov_base = buffer;
116 ivc.iov_len = TEST_BLOCK_SIZE;
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-var.cpp 69 volatile const int ivc) {
75 volatile int &ir = ivc; // expected-error{{binding value of type 'const volatile int' to reference to type 'volatile int' drops 'const' qualifier}}

Completed in 994 milliseconds