Searched refs:getAsTyped (Results 1 – 5 of 5) sorted by relevance
276 virtual TIntermTyped* getAsTyped() { return 0; } in getAsTyped() function307 virtual TIntermTyped* getAsTyped() { return this; } in getAsTyped() function556 if(!node->getAsTyped() || node->getAsTyped()->getQualifier() != EvqConstExpr) in setType()
1200 TIntermTyped *in = arguments[i]->getAsTyped(); in visitAggregate()1221 TIntermTyped *argument = arguments[i]->getAsTyped(); in visitAggregate()1222 TIntermTyped *out = arg[i]->getAsTyped(); in visitAggregate()1234 TIntermTyped *t = arg[1]->getAsTyped(); in visitAggregate()1354 TIntermTyped *argi = arg[i]->getAsTyped(); in visitAggregate()1393 TIntermTyped *arg0 = arg[0]->getAsTyped(); in visitAggregate()1435 TIntermTyped *argi = arg[i]->getAsTyped(); in visitAggregate()1460 TIntermTyped *argi = arg[i]->getAsTyped(); in visitAggregate()1483 TIntermTyped* arg1 = arg[1]->getAsTyped(); in visitAggregate()1512 TIntermTyped *arg0 = arg[0]->getAsTyped(); in visitAggregate()[all …]
118 …bool flag = node->getSequence().size() == 1 && node->getSequence()[0]->getAsTyped()->getAsConstant… in visitAggregate()
296 int value = (*p)->getAsTyped()->getAsConstantUnion()->getIConst(0); in lValueErrorCheck()550 TIntermTyped *typed = node ? node->getAsTyped() : 0; in constructorErrorCheck()1045 TIntermTyped *node = (aggregate->getSequence())[i]->getAsTyped(); in functionCallLValueErrorCheck()2088 if(args[i]->getAsTyped()->getType() != *fields[i]->type()) in addConstructor()3484 TIntermTyped *typedThis = thisNode->getAsTyped(); in addFunctionCallOrMethod()3570 callNode = createUnaryMath(op, paramNode->getAsTyped(), loc, &fnCandidate->getReturnType()); in addFunctionCallOrMethod()3595 TIntermTyped *left = parameters[0]->getAsTyped(); in addFunctionCallOrMethod()3596 TIntermTyped *right = parameters[1]->getAsTyped(); in addFunctionCallOrMethod()
496 if (cond->getAsTyped() && cond->getAsTyped()->getAsConstantUnion()) { in addSelection()