Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-predcom.cc1715 enum tree_code ref_code = ERROR_MARK; in ref_at_iteration() local
1759 ref_code = BIT_FIELD_REF; in ref_at_iteration()
1768 ref_code = COMPONENT_REF; in ref_at_iteration()
1796 ref = build3 (ref_code, ref_type, ref, ref_op1, ref_op2); in ref_at_iteration()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-predcom.c1596 enum tree_code ref_code = ERROR_MARK; variable
1640 ref_code = BIT_FIELD_REF;
1649 ref_code = COMPONENT_REF;
1663 ref = build3 (ref_code, ref_type, ref, ref_op1, ref_op2);