Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/cp/
H A Dpt.c9397 tree operand_0 = RECUR (TREE_OPERAND (t, 0)); in tsubst_copy_and_build() local
9398 if (TYPE_P (operand_0)) in tsubst_copy_and_build()
9399 return get_typeid (operand_0); in tsubst_copy_and_build()
9400 return build_typeid (operand_0); in tsubst_copy_and_build()