Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree.c4948 build_decl (location_t loc, enum tree_code code, tree name, in build_decl() function
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree.h4359 #define build_decl(l,c,t,q) build_decl_stat (l,c,t,q MEM_STAT_INFO) macro