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

  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.h 376 tree base_decl; member in struct:array_descr_info
tree-vect-stmts.cc 6574 tree base_decl = dr_info->base_decl; local
6581 if (decl_in_symtab_p (base_decl))
6582 symtab_node::get (base_decl)->increase_alignment (align_base_to);
6583 else if (DECL_ALIGN (base_decl) < align_base_to)
6585 SET_DECL_ALIGN (base_decl, align_base_to);
6586 DECL_USER_ALIGN (base_decl) = 1;
tree-vectorizer.h 1127 /* If true the alignment of base_decl needs to be increased. */
1129 tree base_decl; member in class:dr_vec_info
dwarf2out.cc 18120 tree base_decl;
18547 NULL_TREE, /* base_decl */
18696 If CONTEXT is NULL, the behavior is the same as if context_type, base_decl
18713 && context->base_decl == loc
19920 NULL_TREE, /* base_decl */
21756 NULL_TREE, /* base_decl */
22606 info->base_decl, /* base_decl */
25652 NULL_TREE, /* base_decl */
18107 tree base_decl; member in struct:loc_descr_context
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.h 405 tree base_decl; member in struct:array_descr_info
tree-vectorizer.h 1247 /* If true the alignment of base_decl needs to be increased. */
1249 tree base_decl; member in class:dr_vec_info
dwarf2out.cc 18206 tree base_decl;
18633 NULL_TREE, /* base_decl */
18782 If CONTEXT is NULL, the behavior is the same as if context_type, base_decl
18799 && context->base_decl == loc
20007 NULL_TREE, /* base_decl */
21853 NULL_TREE, /* base_decl */
22706 info->base_decl, /* base_decl */
25790 NULL_TREE, /* base_decl */
18193 tree base_decl; member in struct:loc_descr_context
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-types.cc 3462 tree etype, ptype, t, base_decl;
3507 base_decl = GFC_TYPE_ARRAY_BASE_DECL (type, indirect);
3508 if (!base_decl)
3510 base_decl = build_debug_expr_decl (indirect
3512 GFC_TYPE_ARRAY_BASE_DECL (type, indirect) = base_decl;
3514 info->base_decl = base_decl;
3516 base_decl = build1 (INDIRECT_REF, ptype, base_decl);
3522 t = fold_build_pointer_plus (base_decl, span_off)
3448 tree etype, ptype, t, base_decl; local
    [all...]
trans.h 1026 tree base_decl[2]; variable
1107 (TYPE_LANG_SPECIFIC(node)->base_decl[(internal)])
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-types.cc 3432 tree etype, ptype, t, base_decl;
3477 base_decl = GFC_TYPE_ARRAY_BASE_DECL (type, indirect);
3478 if (!base_decl)
3480 base_decl = build_debug_expr_decl (indirect
3482 GFC_TYPE_ARRAY_BASE_DECL (type, indirect) = base_decl;
3484 info->base_decl = base_decl;
3486 base_decl = build1 (INDIRECT_REF, ptype, base_decl);
3492 t = fold_build_pointer_plus (base_decl, span_off)
3418 tree etype, ptype, t, base_decl; local
    [all...]
trans.h 1006 tree base_decl[2]; variable
1087 (TYPE_LANG_SPECIFIC(node)->base_decl[(internal)])

Completed in 237 milliseconds