HomeSort by: relevance | last modified time | path
    Searched defs:vtbltype (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
typeinfo.cc 536 tree vtbltype = build_array_type (vtable_entry_type, vtbldomain); local
537 tree value = build_constructor (vtbltype, elms);
1253 tree vtbltype = build_array_type (vtable_entry_type, vtbldomain); local
1255 field = create_field_decl (vtbltype, NULL, 1, 1);
1278 tree vtbltype = build_array_type (vtable_entry_type, vtbldomain); local
1280 tree field = create_field_decl (vtbltype, NULL, 1, 1);

Completed in 17 milliseconds