Searched refs:vector_int (Results 1 – 2 of 2) sorted by relevance
/llvm-project/libcxx/benchmarks/ |
H A D | vector_operations.bench.cpp |
|
/llvm-project/clang/test/SemaCXX/ |
H A D | constexpr-printing.cpp | 19 typedef __attribute__((vector_size(16))) int vector_int; typedef 34 int *e, int &f, vector_int g, U h) { in test_printing() 38 …nting(12, 39.762, 3 + 4i, 12.9 + 3.6i, &u2.arr[4], u2.another.arr[2], (vector_int){5, 1, 2, 3}, u1…
|