Home
last modified time | relevance | path

Searched refs:build_constructor_single (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dc-typeck.c3519 build_constructor_single (type, field, value), in build_c_cast()
4051 return build_constructor_single (type, memb, rhs); in convert_for_assignment()
H A Dtree.h3565 extern tree build_constructor_single (tree, tree, tree);
H A Dtree.c1015 build_constructor_single (tree type, tree index, tree value) in build_constructor_single() function