Searched refs:getAsTyped (Results 1 – 11 of 11) sorted by relevance
310 … int value = (*p)->getAsTyped()->getAsConstantUnion()->getUnionArrayPointer()->getIConst(); in lValueErrorCheck()561 TIntermTyped* typed = node->getAsTyped(); in constructorErrorCheck()1072 if (!(*p)->getAsTyped()->getAsConstantUnion()) in areAllChildConst()1256 if (*type == node->getAsTyped()->getType()) { in constructStruct()1258 return node->getAsTyped(); in constructStruct()1260 return intermediate.setAggregateOperator(node->getAsTyped(), EOpConstructStruct, line); in constructStruct()1263 node->getAsTyped()->getType().getBasicString(), type->getBasicString()); in constructStruct()
79 TQualifier qualifier = sequence.front()->getAsTyped()->getQualifier(); in visitAggregate()
213 virtual TIntermTyped* getAsTyped() { return 0; } in getAsTyped() function241 virtual TIntermTyped* getAsTyped() { return this; } in getAsTyped() function
174 TQualifier qualifier = sequence.front()->getAsTyped()->getQualifier(); in visitAggregate()
1031 TIntermTyped *variable = sequence[0]->getAsTyped(); in visitAggregate()1325 …switch (node->getSequence()[0]->getAsTyped()->getNominalSize()) // Number of components in the f… in visitAggregate()1354 …switch (node->getSequence()[0]->getAsTyped()->getNominalSize()) // Number of components in the f… in visitAggregate()1577 TIntermTyped *variable = sequence[0]->getAsTyped(); in handleExcessiveLoop()1897 ctorParameters.push_back((*parameter)->getAsTyped()->getType()); in addConstructor()
284 TIntermTyped* child = childNode->getAsTyped(); in addUnaryMath()594 if (cond->getAsTyped() && cond->getAsTyped()->getAsConstantUnion()) { in addSelection()595 if (cond->getAsTyped()->getAsConstantUnion()->getUnionArrayPointer()->getBConst()) in addSelection()
113 …bool flag = node->getSequence().size() == 1 && node->getSequence()[0]->getAsTyped()->getAsConstant… in visitAggregate()
530 const TIntermTyped* variable = sequence.front()->getAsTyped(); in visitAggregate()
516 …>lValueErrorCheck($$->getLine(), "assign", $$->getAsAggregate()->getSequence()[i]->getAsTyped())) {
2515 …e(), "assign", (yyval.interm.intermTypedNode)->getAsAggregate()->getSequence()[i]->getAsTyped())) {
756 (TIntermTyped::getAsTyped):