Searched refs:build_zero_init (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dtypeck2.c846 next = build_zero_init (TREE_TYPE (type),
975 next = build_zero_init (TREE_TYPE (field), /*nelts=*/NULL_TREE,
H A Dinit.c150 build_zero_init (tree type, tree nelts, bool static_storage_p) function
202 tree value = build_zero_init (TREE_TYPE (field),
250 ce->value = build_zero_init (TREE_TYPE (type),
303 passing non-PODs to build_zero_init below, which is contrary to
308 same as that obtained by calling build_zero_init below, so things
316 return build_zero_init (type, nelts, /*static_storage_p=*/false);
2679 build_zero_init (type, size_one_node,
H A Dcp-tree.h4019 extern tree build_zero_init (tree, tree, bool);
H A Ddecl.c5168 DECL_INITIAL (decl) = build_zero_init (TREE_TYPE (decl),
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck2.c1069 next = build_zero_init (TREE_TYPE (type),
1182 next = build_zero_init (TREE_TYPE (field), /*nelts=*/NULL_TREE,
H A Dinit.c303 build_zero_init (tree type, tree nelts, bool static_storage_p) function
452 return build_zero_init (type, NULL_TREE, /*static_storage_p=*/false);
1463 init = build_zero_init (type, NULL_TREE, /*static_storage_p=*/false);
H A Dcp-tree.h4835 extern tree build_zero_init (tree, tree, bool);
H A Dsemantics.c3343 tree init = build_zero_init (type, NULL_TREE,
H A Ddecl.c5216 init = build_zero_init (type, NULL_TREE, false);
5865 DECL_INITIAL (decl) = build_zero_init (TREE_TYPE (decl),

Completed in 397 milliseconds