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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 23280 struct vlr_context vlr_ctx = {
23285 gen_field_die (member, &vlr_ctx, type_die);
25748 gen_variant_part (tree variant_part_decl, struct vlr_context *vlr_ctx,
25752 tree variant_part_offset = vlr_ctx->variant_part_offset;
25767 analyze_variants_discr (variant_part_decl, vlr_ctx->struct_type,
25789 vlr_ctx->struct_type, /* context_type */
25846 vlr_ctx->struct_type, /* struct_type */
25916 struct vlr_context vlr_ctx = { type, NULL_TREE };
25982 vlr_ctx.variant_part_offset = byte_position (member);
25983 gen_variant_part (member, &vlr_ctx, context_die)
23264 struct vlr_context vlr_ctx = { local
25898 struct vlr_context vlr_ctx = { type, NULL_TREE }; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 23164 struct vlr_context vlr_ctx = {
23169 gen_field_die (member, &vlr_ctx, type_die);
25610 gen_variant_part (tree variant_part_decl, struct vlr_context *vlr_ctx,
25614 tree variant_part_offset = vlr_ctx->variant_part_offset;
25629 analyze_variants_discr (variant_part_decl, vlr_ctx->struct_type,
25651 vlr_ctx->struct_type, /* context_type */
25708 vlr_ctx->struct_type, /* struct_type */
25778 struct vlr_context vlr_ctx = { type, NULL_TREE };
25844 vlr_ctx.variant_part_offset = byte_position (member);
25845 gen_variant_part (member, &vlr_ctx, context_die)
23148 struct vlr_context vlr_ctx = { local
25760 struct vlr_context vlr_ctx = { type, NULL_TREE }; local
    [all...]

Completed in 60 milliseconds