Home
last modified time | relevance | path

Searched refs:decl_b (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dstore.cc2546 tree decl_b = base_reg_b->maybe_get_decl (); in eval_alias() local
2547 if (decl_b && TREE_CODE (decl_b) == SSA_NAME) in eval_alias()
2570 if (tree decl_b = base_reg_b->maybe_get_decl ()) in eval_alias_1() local
2572 if (!may_be_aliased (decl_b)) in eval_alias_1()
2575 if (!is_global_var (decl_b)) in eval_alias_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgeneric.texi2609 tree decl_b = VAR_DECL;
2618 BLOCK_VARS(block_b) = decl_b;
H A Dgccint.info12245 tree decl_b = VAR_DECL;
12254 BLOCK_VARS(block_b) = decl_b;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgeneric.texi2552 tree decl_b = VAR_DECL;
2561 BLOCK_VARS(block_b) = decl_b;
H A Dgccint.info11832 tree decl_b = VAR_DECL;
11841 BLOCK_VARS(block_b) = decl_b;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200718235 * tree-data-ref.c (dr_may_alias_p): Check that decl_a != decl_b,