Searched refs:firstType (Results 1 – 3 of 3) sorted by relevance
111 TypeBearer firstType = sources.get(0).getTypeBearer(); in withSourceLiteral() local112 if (szSources == 2 && firstType.isConstant()) { in withSourceLiteral()113 Constant cst = (Constant) firstType; in withSourceLiteral()
705 boolean firstType = true; in buildFields()709 if (firstType) { in buildFields()710 firstType = false; in buildFields()
2404 static bool classofKind(Kind K) { return K >= firstType && K <= lastType; } in classofKind()