Lines Matching refs:DECL_INITIAL
185 else if (DECL_INITIAL (decl) && DECL_INITIAL (decl) != error_mark_node in remove()
197 if (DECL_INITIAL (decl) in remove_initializer()
208 DECL_INITIAL (decl) = error_mark_node; in remove_initializer()
221 if (DECL_INITIAL (decl)) in dump()
284 if (DECL_INITIAL (decl) != error_mark_node in get_constructor()
287 return DECL_INITIAL (decl); in get_constructor()
310 gcc_assert (DECL_INITIAL (decl) != error_mark_node); in get_constructor()
316 return DECL_INITIAL (decl); in get_constructor()
336 if (in_lto_p && DECL_INITIAL (real_node->decl) == error_mark_node in ctor_useable_for_folding_p()
341 if (DECL_INITIAL (real_node->decl) == error_mark_node in ctor_useable_for_folding_p()
352 return DECL_INITIAL (real_node->decl) != NULL; in ctor_useable_for_folding_p()
372 if ((!DECL_INITIAL (real_node->decl) in ctor_useable_for_folding_p()
405 return DECL_INITIAL (decl); in ctor_for_folding()
436 gcc_assert (!DECL_INITIAL (decl) in ctor_for_folding()
438 || DECL_INITIAL (decl) == error_mark_node); in ctor_for_folding()
447 || DECL_INITIAL (real_decl) == error_mark_node in ctor_for_folding()
448 || !DECL_INITIAL (real_decl)) in ctor_for_folding()
454 if (DECL_INITIAL (real_decl) != error_mark_node in ctor_for_folding()
456 return DECL_INITIAL (real_decl); in ctor_for_folding()
527 else if (DECL_INITIAL (decl)) in analyze()