Searched refs:fold_indirect_ref_1 (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | fold-const.h | 78 extern tree fold_indirect_ref_1 (location_t, tree, tree);
|
H A D | tree-data-ref.c | 5250 tree ref = fold_indirect_ref_1 (UNKNOWN_LOCATION, ref_type, base); in get_base_for_alignment_1()
|
H A D | fold-const.c | 14112 fold_indirect_ref_1 (location_t loc, tree type, tree op0) in fold_indirect_ref_1() function 14270 tree sub = fold_indirect_ref_1 (loc, type, t); in build_fold_indirect_ref_loc() 14283 tree sub = fold_indirect_ref_1 (loc, TREE_TYPE (t), TREE_OPERAND (t, 0)); in fold_indirect_ref_loc()
|
H A D | tree-inline.c | 1199 = fold_indirect_ref_1 (EXPR_LOCATION (ptr), type, ptr); in copy_tree_body_r()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-inline.c | 1085 *tp = fold_indirect_ref_1 (EXPR_LOCATION (new_tree), in copy_tree_body_r()
|
H A D | tree.h | 5304 extern tree fold_indirect_ref_1 (location_t, tree, tree);
|
H A D | fold-const.c | 16093 fold_indirect_ref_1 (location_t loc, tree type, tree op0) in fold_indirect_ref_1() function 16232 tree sub = fold_indirect_ref_1 (loc, type, t); in build_fold_indirect_ref_loc() 16245 tree sub = fold_indirect_ref_1 (loc, TREE_TYPE (t), TREE_OPERAND (t, 0)); in fold_indirect_ref_loc()
|