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

/haiku-buildtools/gcc/gcc/cp/
H A Dinit.c157 build_zero_init_1 (tree type, tree nelts, bool static_storage_p, argument
184 else if (static_storage_p && zero_init_p (type))
223 if (!static_storage_p || !zero_init_p (TREE_TYPE (field)))
232 static_storage_p,
280 static_storage_p, NULL_TREE);
316 build_zero_init (tree type, tree nelts, bool static_storage_p) argument
318 return build_zero_init_1 (type, nelts, static_storage_p, NULL_TREE);
514 return build_zero_init (type, NULL_TREE, /*static_storage_p=*/false);
1826 init = build_zero_init_1 (type, NULL_TREE, /*static_storage_p=*/false,

Completed in 100 milliseconds