Searched refs:build3_stat (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | tree.h | 3625 extern tree build3_stat (enum tree_code, tree, tree, tree, tree MEM_STAT_DECL); 3626 #define build3(c,t1,t2,t3,t4) build3_stat (c,t1,t2,t3,t4 MEM_STAT_INFO)
|
| HD | tree.c | 3007 build3_stat (enum tree_code code, tree tt, tree arg0, tree arg1, in build3_stat() function
|
| HD | fold-const.c | 12169 tem = build3_stat (code, type, op0, op1, op2 PASS_MEM_STAT); in fold_build3_stat()
|
| HD | 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, 33977 (build3_stat): Don't call build2_stat for CALL_EXPRs.
|
| HD | ChangeLog-2005 | 9465 through to build3_stat.
|