/external/libcxx/test/std/containers/views/span.cons/ |
D | ptr_ptr.fail.cpp | 28 volatile int varr[] = {7,8,9}; variable 45 …std::span< int> s2{ varr, varr + 3}; // expected-error {{no matching constructor fo… in main() 47 …std::span<const int> s4{ varr, varr + 3}; // expected-error {{no matching constructor fo… in main() 56 …std::span< int,3> s2{ varr, varr + 3}; // expected-error {{no matching constructo… in main() 58 …std::span<const int,3> s4{ varr, varr + 3}; // expected-error {{no matching constructo… in main()
|
D | ptr_ptr.pass.cpp | 29 volatile int varr[] = {7,8,9}; in checkCV() local 36 …std::span< volatile int> s3{ varr, varr + 3}; // a span< volatile int> pointing at vola… in checkCV() 45 …std::span< volatile int,3> s3{ varr, varr + 3}; // a span< volatile int> pointing at … in checkCV() 58 …std::span<const volatile int> s6{varr, varr + 3}; // a span<const volatile int> pointing at … in checkCV() 69 …std::span<const volatile int,3> s6{varr, varr + 3}; // a span<const volatile int> pointing at vola… in checkCV()
|
D | ptr_len.fail.cpp | 28 volatile int varr[] = {7,8,9}; variable 45 …std::span< int> s2{ varr, 3}; // expected-error {{no matching constructor for initia… in main() 47 …std::span<const int> s4{ varr, 3}; // expected-error {{no matching constructor for initia… in main() 56 …std::span< int,3> s2{ varr, 3}; // expected-error {{no matching constructor for in… in main() 58 …std::span<const int,3> s4{ varr, 3}; // expected-error {{no matching constructor for in… in main()
|
D | array.fail.cpp | 35 volatile int varr[] = {7,8,9}; variable 54 …std::span< int> s2{ varr}; // expected-error {{no matching constructor for initia… in main() 56 …std::span<const int> s4{ varr}; // expected-error {{no matching constructor for initia… in main() 65 …std::span< int,3> s2{ varr}; // expected-error {{no matching constructor for initia… in main() 67 …std::span<const int,3> s4{ varr}; // expected-error {{no matching constructor for initia… in main()
|
D | ptr_len.pass.cpp | 29 volatile int varr[] = {7,8,9}; in checkCV() local 36 …std::span< volatile int> s3{ varr, 3}; // a span< volatile int> pointing at volatile int. in checkCV() 45 …std::span< volatile int,3> s3{ varr, 3}; // a span< volatile int> pointing at volatile… in checkCV() 58 …std::span<const volatile int> s6{varr, 3}; // a span<const volatile int> pointing at volatile… in checkCV() 69 …std::span<const volatile int,3> s6{varr, 3}; // a span<const volatile int> pointing at volatile… in checkCV()
|
D | array.pass.cpp | 34 volatile int varr[] = {7,8,9}; in checkCV() local 41 …std::span< volatile int> s3{ varr}; // a span< volatile int> pointing at volatile int. in checkCV() 50 …std::span< volatile int,3> s3{ varr}; // a span< volatile int> pointing at volatile int. in checkCV() 63 …std::span<const volatile int> s6{varr}; // a span<const volatile int> pointing at volatile int. in checkCV() 74 …std::span<const volatile int,3> s6{varr}; // a span<const volatile int> pointing at volatile int. in checkCV()
|
/external/llvm-project/libcxx/test/std/containers/views/span.cons/ |
D | ptr_ptr.fail.cpp | 27 volatile int varr[] = {7,8,9}; variable 49 …std::span< int> s2{ varr, varr + 3}; // expected-error {{no matching constructor fo… in main() 51 …std::span<const int> s4{ varr, varr + 3}; // expected-error {{no matching constructor fo… in main() 60 …std::span< int,3> s2{ varr, varr + 3}; // expected-error {{no matching constructo… in main() 62 …std::span<const int,3> s4{ varr, varr + 3}; // expected-error {{no matching constructo… in main()
|
D | ptr_ptr.pass.cpp | 28 volatile int varr[] = {7,8,9}; in checkCV() local 35 …std::span< volatile int> s3{ varr, varr + 3}; // a span< volatile int> pointing at vola… in checkCV() 44 …std::span< volatile int,3> s3{ varr, varr + 3}; // a span< volatile int> pointing at … in checkCV() 57 …std::span<const volatile int> s6{varr, varr + 3}; // a span<const volatile int> pointing at … in checkCV() 68 …std::span<const volatile int,3> s6{varr, varr + 3}; // a span<const volatile int> pointing at vola… in checkCV()
|
D | array.fail.cpp | 34 volatile int varr[] = {7,8,9}; variable 53 …std::span< int> s2{ varr}; // expected-error {{no matching constructor for initia… in main() 55 …std::span<const int> s4{ varr}; // expected-error {{no matching constructor for initia… in main() 64 …std::span< int,3> s2{ varr}; // expected-error {{no matching constructor for initia… in main() 66 …std::span<const int,3> s4{ varr}; // expected-error {{no matching constructor for initia… in main()
|
D | ptr_len.fail.cpp | 27 volatile int varr[] = {7,8,9}; variable 49 …std::span< int> s2{ varr, 3}; // expected-error {{no matching constructor for initia… in main() 51 …std::span<const int> s4{ varr, 3}; // expected-error {{no matching constructor for initia… in main() 60 …std::span< int,3> s2{ varr, 3}; // expected-error {{no matching constructor for in… in main() 62 …std::span<const int,3> s4{ varr, 3}; // expected-error {{no matching constructor for in… in main()
|
D | ptr_len.pass.cpp | 28 volatile int varr[] = {7,8,9}; in checkCV() local 35 …std::span< volatile int> s3{ varr, 3}; // a span< volatile int> pointing at volatile int. in checkCV() 44 …std::span< volatile int,3> s3{ varr, 3}; // a span< volatile int> pointing at volatile… in checkCV() 57 …std::span<const volatile int> s6{varr, 3}; // a span<const volatile int> pointing at volatile… in checkCV() 68 …std::span<const volatile int,3> s6{varr, 3}; // a span<const volatile int> pointing at volatile… in checkCV()
|
D | array.pass.cpp | 33 volatile int varr[] = {7,8,9}; in checkCV() local 40 …std::span< volatile int> s3{ varr}; // a span< volatile int> pointing at volatile int. in checkCV() 49 …std::span< volatile int,3> s3{ varr}; // a span< volatile int> pointing at volatile int. in checkCV() 62 …std::span<const volatile int> s6{varr}; // a span<const volatile int> pointing at volatile int. in checkCV() 73 …std::span<const volatile int,3> s6{varr}; // a span<const volatile int> pointing at volatile int. in checkCV()
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | vla.cpp | 70 int varr[b]; in test2() local 91 for (int d : varr) 0; in test2() 96 int varr[b][c]; in test3() local 125 for (auto &d : varr) 0; in test3()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | for-range-examples.cpp | 252 int varr[b][(b+=8)]; in foo() local 256 for (auto &c : varr) in foo() 262 for (auto &c : varr) { in foo()
|
/external/clang/test/Sema/ |
D | ast-print.c | 33 int varr(int n, int a[static n]) { in varr() function
|
/external/llvm-project/clang/test/Sema/ |
D | ast-print.c | 46 int varr(int n, int a[static n]) { in varr() function
|
/external/deqp/modules/gles3/functional/ |
D | es3fLifetimeTests.cpp | 272 void BufferVAOAttacher::detach (GLuint buffer, GLuint varr) in detach() argument 275 attach(0, varr); in detach() 278 GLuint BufferVAOAttacher::getAttachment (GLuint varr) in getAttachment() argument 281 gl().bindVertexArray(varr); in getAttachment()
|