Home
last modified time | relevance | path

Searched defs:buffer2 (Results 1 – 17 of 17) sorted by relevance

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.zip/
H A Dctor.views.pass.cpp46 constexpr void constructorTest(auto&& buffer1, auto&& buffer2) { in constructorTest()
56 int buffer2[4] = {9, 8, 7, 6}; in test() local
H A Drange.concept.compile.pass.cpp25 int buffer2[3] = {1, 2, 3}; in testConceptPair() local
164 int buffer2[3] = {1, 2, 3}; in testConceptTuple() local
H A Dend.pass.cpp69 int buffer2[1] = {1}; in test() local
/llvm-project/clang/test/C/C23/
H A Dn2838.c9 char buffer2[0x7FFF'FFFF'FFFF'FFFFwb]; /* expected-error {{array is too large (922337203685477580… variable
/llvm-project/compiler-rt/test/asan/TestCases/Posix/
H A Dglobal-registration.c62 char buffer2[1] = { 0 }; variable
/llvm-project/clang/test/SemaCXX/
H A Dwarn-unsafe-buffer-usage-fixits-local-var-array.cpp22 int buffer2[sz][10]; in array2d_vla() local
70 int buffer2[3] = {0, 1, 2}; in initializer() local
198 decltype(buffer) buffer2; in decltype_as_array_type() local
/llvm-project/clang/test/CodeGenCXX/
H A Dvla-lambda-capturing.cpp59 ArrTy buffer2; in b() local
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.join/
H A Dadaptor.pass.cpp38 int buffer2[2] = {4, 5}; in test() local
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.zip/sentinel/
H A Dctor.other.pass.cpp53 int buffer2[5] = {1, 2, 3, 4, 5}; in test() local
H A Deq.pass.cpp60 int buffer2[5] = {1, 2, 3, 4, 5}; in test() local
/llvm-project/third-party/benchmark/test/
H A Ddonotoptimize_test.cc35 char buffer2[2] = ""; in main() local
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.zip/iterator/
H A Darithmetic.pass.cpp38 int buffer2[9] = {1, 2, 3, 4, 5, 6, 7, 8, 9}; in test() local
H A Dcompare.pass.cpp187 int buffer2[2] = {1, 2}; test() local
209 int buffer2[2] = {1, 2}; test() local
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.join/range.join.iterator/
H A Dincrement.pass.cpp28 int buffer2[2][4] = {{9, 10, 11, 12}, {13, 14, 15, 16}}; in test() local
/llvm-project/libc/test/src/stdio/
H A Dsscanf_test.cpp22 char buffer2[10]; TEST() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseGPUCodegen.cpp866 Value buffer2 = buf2.getResult(0); in rewriteSpGEMM() local
1013 Value buffer2 = buf2.getResult(0); in rewrite2To4SpMM() local
/llvm-project/clang/test/Analysis/
H A Dplacement-new.cpp182 …alignas(S) unsigned char buffer2[sizeof(S) * N + sizeof(int)]; // expected-note {{'buffer2' initia… in f2() local