Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree.c1136 tree_cons (purpose, value, chain) in tree_cons() function
/openbsd-src/gnu/gcc/gcc/
H A Dtree.h3941 #define tree_cons(t,q,w) tree_cons_stat (t,q,w MEM_STAT_INFO) macro