Searched refs:firstType (Results 1 – 4 of 4) 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()
120 …const typename AnimValType1::ContentType& firstType = castAnimatedPropertyToActualType<AnimValType… in constructFromBaseValues() local123 …air<typename AnimValType1::ContentType, typename AnimValType2::ContentType>(firstType, secondType); in constructFromBaseValues()
705 boolean firstType = true; in buildFields()709 if (firstType) { in buildFields()710 firstType = false; in buildFields()
2320 static bool classofKind(Kind K) { return K >= firstType && K <= lastType; } in classofKind()