Searched refs:lastType (Results 1 – 6 of 6) sorted by relevance
107 TypeBearer lastType = sources.get(szSources - 1).getTypeBearer(); in withSourceLiteral() local109 if (!lastType.isConstant()) { in withSourceLiteral()123 Constant cst = (Constant) lastType; in withSourceLiteral()
117 } else if (state.lastType == "operator" || state.lastType == "keyword c" ||118 state.lastType == "sof" || /^[\[{}\(,;:]$/.test(state.lastType)) {138 return (known && state.lastType != ".") ? ret(known.type, known.style, word) :606 lastType: "sof", property628 state.lastType = type == "operator" && (content == "++" || content == "--") ? "incdec" : type;647 …if (type == "vardef") return lexical.indented + (state.lastType == "operator" || state.lastType ==…651 …return lexical.indented + (state.lastType == "operator" || state.lastType == "," ? statementIndent…
161 const glu::VarType& lastType = lastVar.getType(); in generateBlock() local162 …const bool isUnsizedArr = lastType.isArrayType() && (lastType.getArraySize() == glu::VarType::UN… in generateBlock()
702 SkOperand2::OpType lastType = fValueStack.top().fType; in innerScript() local712 operand.fType = lastType; in innerScript()
2404 static bool classofKind(Kind K) { return K >= firstType && K <= lastType; } in classofKind()