Searched refs:build3_stat (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree.h | 4226 extern tree build3_stat (enum tree_code, tree, tree, tree, tree MEM_STAT_DECL); 4227 #define build3(c,t1,t2,t3,t4) build3_stat (c,t1,t2,t3,t4 MEM_STAT_INFO) 4267 tree t = build3_stat (code, type, arg0, arg1, arg2 PASS_MEM_STAT); in build3_stat_loc()
|
| HD | tree.c | 3821 build3_stat (enum tree_code code, tree tt, tree arg0, tree arg1, in build3_stat() function
|