HomeSort by relevance Sort by last modified time
    Searched refs:uit (Results 1 - 7 of 7) 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}}
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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/icu/icu4c/source/test/perf/usetperf/
usetperf.cpp 92 UnicodeSetIterator uit(us);
93 while (uit.next()) {
94 temp += uit.getCodepoint();
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
UnicodeSetPerf.java 131 UnicodeSetIterator uit = new UnicodeSetIterator(testChars);
132 while (uit.next()) {
133 temp += uit.codepoint;
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
def_use_manager.cpp 144 for (auto uit = iter->second.begin(); uit != iter->second.end(); uit++)
145 if (*uit == before) *uit = after;
  /system/extras/perfprofd/
configreader.cc 228 auto uit = u_entries.find(key); local
229 if (uit != u_entries.end()) {
249 uit->second = uvalue;
  /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 1389 milliseconds