Home
last modified time | relevance | path

Searched refs:stripped_decl (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/gcc/
HDgimplify.c501 tree stripped_decl; in get_name() local
503 stripped_decl = t; in get_name()
504 STRIP_NOPS (stripped_decl); in get_name()
505 if (DECL_P (stripped_decl) && DECL_NAME (stripped_decl)) in get_name()
506 return IDENTIFIER_POINTER (DECL_NAME (stripped_decl)); in get_name()
509 switch (TREE_CODE (stripped_decl)) in get_name()
512 return get_name (TREE_OPERAND (stripped_decl, 0)); in get_name()