Searched refs:lastType (Results 1 – 7 of 7) sorted by relevance
23 AType* PartType::lastType = NULL; member in PartType252 lastType->next = tempType; in AddType()254 lastType = tempType; in AddType()
36 static AType* lastType; // Pointer to last entry in the list variable
161 const glu::VarType& lastType = lastVar.getType(); in generateBlock() local162 …const bool isUnsizedArr = lastType.isArrayType() && (lastType.getArraySize() == glu::VarType::UN… in generateBlock()
160 const glu::VarType& lastType = lastVar.getType(); in generateBlock() local161 …const bool isUnsizedArr = lastType.isArrayType() && (lastType.getArraySize() == glu::VarType::UN… in generateBlock()
1331 String lastType = null; in testAUnit() local1335 if (!type.equals(lastType)) { in testAUnit()1337 lastType = type; in testAUnit()
1332 String lastType = null; in testAUnit() local1336 if (!type.equals(lastType)) { in testAUnit()1338 lastType = type; in testAUnit()
2604 static bool classofKind(Kind K) { return K >= firstType && K <= lastType; } in classofKind()