OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vector_int
(Results
1 - 2
of
2
) 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, ""); // \
/external/opencv3/modules/python/src2/
cv2.cpp
89
typedef std::vector<int>
vector_int
;
typedef
[
all
...]
Completed in 158 milliseconds