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

  /external/clang/test/SemaTemplate/
ms-sizeof-missing-typename.cpp 9 template <typename T> int type_h() { return sizeof((T::type)); } // expected-error {{missing 'typename' prior to dependent type name 'X::type'}} function in namespace:basic
21 type_h<X>() + // expected-note-re {{in instantiation {{.*}} requested here}}
  /art/runtime/verifier/
register_line.cc 242 RegType& type_h = GetRegisterType(vsrc + 1); local
244 if (!type_l.CheckWidePair(type_h)) {
246 << " type=" << type_l << "/" << type_h; local
248 SetRegisterTypeWide(vdst, type_l, type_h);
271 RegType& type_h = verifier_->GetRegTypeCache()->GetFromId(result_[1]); local
276 DCHECK(type_l.CheckWidePair(type_h)); // Set should never allow this case
277 SetRegisterTypeWide(vdst, type_l, type_h); // also sets the high

Completed in 358 milliseconds