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

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr46620.c13 unsigned char pif : 5; member in struct:PCT
/haiku-buildtools/jam/
H A Djamgram.yy60 # define pif( l,r,t ) parse_make( compile_if,l,r,t,S0,S0,0 )
134 { $$.parse = pif( $2.parse, $4.parse, pnull() ); }
136 { $$.parse = pif( $2.parse, $4.parse, $7.parse ); }
H A Djamgram.y106 # define pif( l,r,t ) parse_make( compile_if,l,r,t,S0,S0,0 )
180 { $$.parse = pif( $2.parse, $4.parse, pnull() ); }
182 { $$.parse = pif( $2.parse, $4.parse, $7.parse ); }
H A Djamgram.c195 # define pif( l,r,t ) parse_make( compile_if,l,r,t,S0,S0,0 ) macro
1695 { (yyval).parse = pif( (yyvsp[(2) - (5)]).parse, (yyvsp[(4) - (5)]).parse, pnull() ); }
1700 { (yyval).parse = pif( (yyvsp[(2) - (7)]).parse, (yyvsp[(4) - (7)]).parse, (yyvsp[(7) - (7)]).parse ); }
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc7813 Struct_field_list::const_iterator pif = ifields->begin(); local
7814 go_assert(pif->is_field_name("commonType"));
7819 ++pif;
7820 go_assert(pif->is_field_name("methods"));
7825 Type* elemtype = pif->type()->array_type()->element_type();
7868 ivals->push_back(Expression::make_slice_composite_literal(pif->type(),
7871 ++pif;
7872 go_assert(pif == ifields->end());

Completed in 121 milliseconds