Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dtree.h3558 extern tree build1_stat (enum tree_code, tree, tree MEM_STAT_DECL);
3559 #define build1(c,t1,t2) build1_stat (c,t1,t2 MEM_STAT_INFO)
Dtree.c2858 build1_stat (enum tree_code code, tree type, tree node MEM_STAT_DECL) in build1_stat() function
Dfold-const.c12060 tem = build1_stat (code, type, op0 PASS_MEM_STAT); in fold_build1_stat()
DChangeLog-20042011 * tree.c (build1_stat): Don't check TREE_CODE_LENGTH.
11550 * tree.c (staticp, build1_stat): Likewise.
13970 build1_stat, build2_stat, build3_stat, build4_stat, is_attribute_p,
26582 (unsafe_for_reeval, stabilize_reference, build1_stat): Likewise.
27118 * tree.c (build1_stat): Use SET_EXPR_LOCATION.
27523 * tree.c (build1_stat): Copy TREE_THIS_VOLATILE into class 'r'.
28515 (build1_stat, case ARRAY_EXPR): Don't handle TREE_SIDE_EFFECTS here.
33973 (build1_stat): Clear EXPR_LOCUS and TREE_BLOCK.
36626 * tree.c (build1_stat, build_expr_wfl): Only look at TREE_SIDE_EFFECTS
DChangeLog-20059459 through to build1_stat.
17977 * tree.c (build1_stat): Don't try to handle two-operand
20964 (make_tree_vec_stat, tree_cons_stat, build1_stat): Likewise.
29046 (tree_cons_stat, build1_stat): Update call to ggc_alloc_zone_stat.
DChangeLog-20062911 * tree.c (build1_stat): Also propagate the TREE_CONSTANT and