OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vector_int
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaCXX/
constexpr-printing.cpp
20
typedef __attribute__((vector_size(16))) int
vector_int
;
typedef
35
int *e, int &f,
vector_int
g, U h) {
39
static_assert(test_printing(12, 39.762, 3 + 4i, 12.9 + 3.6i, &u2.arr[4], u2.another.arr[2], (
vector_int
){5, 1, 2, 3}, u1) == 0, ""); // \
Completed in 390 milliseconds