Searched refs:static_storage_p (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.c151 build_zero_init_1 (tree type, tree nelts, bool static_storage_p, argument
178 else if (static_storage_p && zero_init_p (type))
212 if (!static_storage_p || !zero_init_p (TREE_TYPE (field)))
221 static_storage_p,
272 static_storage_p, NULL_TREE);
303 build_zero_init (tree type, tree nelts, bool static_storage_p) argument
305 return build_zero_init_1 (type, nelts, static_storage_p, NULL_TREE);
452 return build_zero_init (type, NULL_TREE, /*static_storage_p=*/false);
1463 init = build_zero_init (type, NULL_TREE, /*static_storage_p=*/false);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dinit.c150 build_zero_init (tree type, tree nelts, bool static_storage_p) argument
176 else if (static_storage_p && zero_init_p (type))
200 if (static_storage_p && !zero_init_p (TREE_TYPE (field)))
204 static_storage_p);
252 static_storage_p);
316 return build_zero_init (type, nelts, /*static_storage_p=*/false);
2680 /*static_storage_p=*/false)));

Completed in 116 milliseconds