Lines Matching refs:build_constructor
738 tree init = build_constructor (TREE_TYPE (var), elms); in visit()
2523 tree init = modify_expr (var, build_constructor (tarray, elms)); in visit()
2643 tree ctor = build_constructor (type, elms); in visit()
2711 this->result_ = build_constructor (make_array_type (tb->nextOf (), 0), in visit()
2753 tree ctor = build_constructor (satype, elms); in visit()
2821 this->result_ = build_constructor (build_ctype (ta), NULL); in visit()
2837 tree akeys = build_constructor (tkeys, kelts); in visit()
2850 tree avals = build_constructor (tvals, velts); in visit()
2868 build_constructor (aatype, ce)); in visit()
2878 this->result_ = build_constructor (build_ctype (e->type), NULL); in visit()
2919 value = build_constructor (build_ctype (ftype), NULL); in visit()
3020 this->result_ = build_constructor (type, elms); in visit()