Lines Matching defs:head
258 Keyword k = (Keyword)mods.head();
268 atDeclarator((Declarator)params.head());
303 body = (Stmnt)body.head();
306 ASTree expr = body.head();
309 ASTree target = ((Expr)expr).head();
347 ASTree h = list.head();
380 ASTree expr = st.head();
381 Stmnt thenp = (Stmnt)st.tail().head();
382 Stmnt elsep = (Stmnt)st.tail().tail().head();
418 ASTree expr = st.head();
460 Stmnt init = (Stmnt)st.head();
462 ASTree expr = p.head();
464 Stmnt update = (Stmnt)p.head();
500 compileExpr(st.head());
513 if (((Stmnt)list.head()).getOperator() == CASE)
526 Stmnt label = (Stmnt)list.head();
534 = ((long)computeLabel(label.head()) << 32) +
575 if (st.head() != null)
645 compileExpr(st.head());