Searched refs:build2_stat (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/gcc/ |
| D | tree.h | 3623 extern tree build2_stat (enum tree_code, tree, tree, tree MEM_STAT_DECL); 3624 #define build2(c,t1,t2,t3) build2_stat (c,t1,t2,t3 MEM_STAT_INFO)
|
| D | tree.c | 2969 build2_stat (enum tree_code code, tree tt, tree arg0, tree arg1 MEM_STAT_DECL) in build2_stat() function
|
| D | fold-const.c | 12108 tem = build2_stat (code, type, op0, op1 PASS_MEM_STAT); in fold_build2_stat()
|
| D | ChangeLog-2004 | 2013 (build2_stat, build3_stat, build4_stat): Don't compute fro. 13970 build1_stat, build2_stat, build3_stat, build4_stat, is_attribute_p, 28516 (build2_stat, build3_stat, build4_stat): For references, 33976 (build2_stat): Don't handle CALL_EXPR. 33977 (build3_stat): Don't call build2_stat for CALL_EXPRs.
|
| D | ChangeLog-2005 | 9462 through to build2_stat.
|