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

  /external/clang/test/SemaCXX/
PR10177.cpp 8 template<typename T, typename U, U> struct class_ref {}; struct
24 (void)class_ref<int, int&, U<2>::a>(); // expected-note {{here}}
32 (void)class_ref<int, int&, U<N+2>::a>(); // expected-note {{here}}
  /art/profman/
profman.cc 626 // in the out parameter class_ref.
630 /*out*/TypeReference* class_ref) {
638 class_ref->dex_file = dex_file;
639 class_ref->type_index = dex::TypeIndex(kInvalidTypeIndex);
657 class_ref->dex_file = dex_file;
658 class_ref->type_index = type_index;
664 // Find the method specified by method_spec in the class class_ref.
665 uint32_t FindMethodIndex(const TypeReference& class_ref,
667 const DexFile* dex_file = class_ref.dex_file;
702 dex_file->GetTypeId(class_ref.type_index), *name_id, *proto_id)
788 TypeReference class_ref; local
    [all...]

Completed in 155 milliseconds