Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dstore.cc2543 tree decl_a = base_reg_a->maybe_get_decl (); in eval_alias() local
2544 if (decl_a && TREE_CODE (decl_a) == SSA_NAME) in eval_alias()
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgeneric.texi2608 tree decl_a = VAR_DECL;
2614 BLOCK_VARS(block_a) = decl_a;
H A Dgccint.info12244 tree decl_a = VAR_DECL;
12250 BLOCK_VARS(block_a) = decl_a;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgeneric.texi2551 tree decl_a = VAR_DECL;
2557 BLOCK_VARS(block_a) = decl_a;
H A Dgccint.info11831 tree decl_a = VAR_DECL;
11837 BLOCK_VARS(block_a) = decl_a;
/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,