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

  /src/external/gpl3/gcc/dist/gcc/cp/
rtti.cc 778 tree tinfo_ptr = xref_tag (class_type,
780 tinfo_ptr = cp_build_qualified_type (tinfo_ptr, TYPE_QUAL_CONST);
781 tinfo_ptr = build_pointer_type (tinfo_ptr);
788 tinfo_ptr, tinfo_ptr, ptrdiff_type_node,
776 tree tinfo_ptr = xref_tag (class_type, local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
rtti.cc 778 tree tinfo_ptr = xref_tag (class_type,
780 tinfo_ptr = cp_build_qualified_type (tinfo_ptr, TYPE_QUAL_CONST);
781 tinfo_ptr = build_pointer_type (tinfo_ptr);
788 tinfo_ptr, tinfo_ptr, ptrdiff_type_node,
776 tree tinfo_ptr = xref_tag (class_type, local

Completed in 22 milliseconds