Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
HDtree.c1336 tree first_ident = NULL_TREE; in apply_identity_attributes() local
1353 if (!first_ident) in apply_identity_attributes()
1354 first_ident = a; in apply_identity_attributes()
1355 else if (first_ident == error_mark_node) in apply_identity_attributes()
1361 else if (first_ident) in apply_identity_attributes()
1363 for (tree a2 = first_ident; a2; a2 = TREE_CHAIN (a2)) in apply_identity_attributes()
1368 first_ident = error_mark_node; in apply_identity_attributes()
1371 if (first_ident != error_mark_node) in apply_identity_attributes()
1372 new_attribs = first_ident; in apply_identity_attributes()
1374 if (first_ident == attribs) in apply_identity_attributes()