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

/freebsd-9.3-release/contrib/gcc/cp/
H A Dpt.c9429 tree operand_0 = RECUR (TREE_OPERAND (t, 0));
9430 if (TYPE_P (operand_0))
9431 return get_typeid (operand_0);
9432 return build_typeid (operand_0);
9428 tree operand_0 = RECUR (TREE_OPERAND (t, 0)); local

Completed in 59 milliseconds