Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
HDpt.c16548 tree decl2, decl3, prev = decl; in tsubst_decomp_names() local
16569 decl3 = tsubst (decl2, args, complain, in_decl); in tsubst_decomp_names()
16572 if (VAR_P (decl3)) in tsubst_decomp_names()
16573 DECL_TEMPLATE_INSTANTIATED (decl3) = 1; in tsubst_decomp_names()
16580 maybe_push_decl (decl3); in tsubst_decomp_names()
16581 if (error_operand_p (decl3)) in tsubst_decomp_names()
16584 && DECL_CHAIN (decl3) != prev in tsubst_decomp_names()
16591 prev = decl3; in tsubst_decomp_names()