HelenOS sources

stype_block        64 uspace/app/sbi/src/stype.c static void stype_block(stype_t *stype, stree_block_t *block);
stype_block       268 uspace/app/sbi/src/stype.c 	stype_block(stype, ctor->proc->body);
stype_block       487 uspace/app/sbi/src/stype.c 	stype_block(stype, fun->proc->body);
stype_block       531 uspace/app/sbi/src/stype.c 		stype_block(stype, prop->getter->body);
stype_block       537 uspace/app/sbi/src/stype.c 		stype_block(stype, prop->setter->body);
stype_block      1009 uspace/app/sbi/src/stype.c 		stype_block(stype, ifc->block);
stype_block      1016 uspace/app/sbi/src/stype.c 		stype_block(stype, if_s->else_block);
stype_block      1076 uspace/app/sbi/src/stype.c 		stype_block(stype, whenc->block);
stype_block      1083 uspace/app/sbi/src/stype.c 		stype_block(stype, switch_s->else_block);
stype_block      1110 uspace/app/sbi/src/stype.c 	stype_block(stype, while_s->body);
stype_block      1128 uspace/app/sbi/src/stype.c 	stype_block(stype, for_s->body);
stype_block      1273 uspace/app/sbi/src/stype.c 		stype_block(stype, wef_s->with_block);
stype_block      1281 uspace/app/sbi/src/stype.c 		stype_block(stype, ec->block);
stype_block      1288 uspace/app/sbi/src/stype.c 		stype_block(stype, wef_s->finally_block);
HelenOS homepage, sources at GitHub