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

  /src/external/gpl3/gcc/dist/gcc/cp/
rtti.cc 704 tree static_type, target_type, boff;
749 static_type = TYPE_MAIN_VARIANT (TREE_TYPE (exprtype));
754 td3 = get_tinfo_decl (static_type);
760 boff = dcast_base_hint (static_type, target_type);
702 tree static_type, target_type, boff; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
rtti.cc 704 tree static_type, target_type, boff;
749 static_type = TYPE_MAIN_VARIANT (TREE_TYPE (exprtype));
754 td3 = get_tinfo_decl (static_type);
760 boff = dcast_base_hint (static_type, target_type);
702 tree static_type, target_type, boff; local
  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 8389 struct type *static_type = to_static_fixed_type (type);
8393 /* If STATIC_TYPE is a tagged type and we know the object's address,
8400 if (check_tag && address != 0 && ada_is_tagged_type (static_type, 0))
8377 struct type *static_type = to_static_fixed_type (type); local
  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 8424 struct type *static_type = to_static_fixed_type (type);
8428 /* If STATIC_TYPE is a tagged type and we know the object's address,
8435 if (check_tag && address != 0 && ada_is_tagged_type (static_type, 0))
8412 struct type *static_type = to_static_fixed_type (type); local

Completed in 44 milliseconds