HomeSort by relevance Sort by last modified time
    Searched refs:ov1 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
cxx0x-initializer-constructor.cpp 134 one ov1(B); // expected-note {{not viable: cannot convert initializer list}}
135 two ov1(C); // expected-note {{not viable: cannot convert initializer list}}
137 static_assert(sizeof(ov1({})) == sizeof(two), "bad overload");
138 static_assert(sizeof(ov1({1, 2})) == sizeof(two), "bad overload");
139 static_assert(sizeof(ov1({{1, 1.0}, 2, {3, 4}})) == sizeof(one), "bad overload");
141 ov1({1}); // expected-error {{no matching function}}
  /external/opencv3/modules/core/test/
test_io.cpp 451 Vec<int, 5> v1(15, 16, 17, 18, 19), ov1;
486 fs["v1"] >> ov1; local
502 CV_Assert( ov1 == v1 );

Completed in 752 milliseconds