Home
last modified time | relevance | path

Searched defs:tree_cons (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree.c3091 tree_cons (tree purpose, tree value, tree chain MEM_STAT_DECL) in tree_cons() function
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree.h4839 #define tree_cons(t,q,w) tree_cons_stat (t,q,w MEM_STAT_INFO) macro