Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dtree.h3623 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)
Dtree.c2969 build2_stat (enum tree_code code, tree tt, tree arg0, tree arg1 MEM_STAT_DECL) in build2_stat() function
Dfold-const.c12108 tem = build2_stat (code, type, op0, op1 PASS_MEM_STAT); in fold_build2_stat()
DChangeLog-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,
33976 (build2_stat): Don't handle CALL_EXPR.
33977 (build3_stat): Don't call build2_stat for CALL_EXPRs.
DChangeLog-20059462 through to build2_stat.