Home
last modified time | relevance | path

Searched refs:build3_stat (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/gcc/
HDtree.h3625 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)
HDtree.c3007 build3_stat (enum tree_code code, tree tt, tree arg0, tree arg1, in build3_stat() function
HDfold-const.c12169 tem = build3_stat (code, type, op0, op1, op2 PASS_MEM_STAT); in fold_build3_stat()
HDChangeLog-20042013 (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.
HDChangeLog-20059465 through to build3_stat.