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

  /external/libcxx/test/std/numerics/complex.number/cmplx.over/
UDT_is_rejected.fail.cpp 28 UDT<unsigned long> uit; variable
37 std::real(uit); // expected-error {{no matching function}}
44 std::imag(uit); // expected-error {{no matching function}}
51 std::arg(uit); // expected-error {{no matching function}}
58 std::norm(uit); // expected-error {{no matching function}}
65 std::conj(uit); // expected-error {{no matching function}}
72 std::proj(uit); // expected-error {{no matching function}}
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/
p2.cpp 117 UsingIntTemplate<int> uit; // expected-note {{here}} member in namespace:InhCtor

Completed in 302 milliseconds