expr_lookup
return expr_lookup(E_SYMBOL, sym, NULL);
return expr_lookup(type, ce, NULL);
return expr_lookup(type, e1, e2);
return expr_lookup(type, s1, s2);