Searched refs:getStruct (Results 1 – 9 of 9) sorted by relevance
62 if (!getStruct()) { in getStructSize()68 for (TTypeList::const_iterator tl = getStruct()->begin(); tl != getStruct()->end(); tl++) in getStructSize()175 assert(!copyOf.type.getStruct()); in TVariable()
803 const TTypeList *fields = node->getLeft()->getType().getStruct(); in visitBinary()1036 if (variable->getType().getStruct()) in visitAggregate()1782 const TTypeList &fields = *type.getStruct(); in typeString()1888 TString ctorName = type.getStruct() ? decorate(name) : name; in addConstructor()1900 else if (type.getStruct()) in addConstructor()1908 const TTypeList &fields = *type.getStruct(); in addConstructor()1933 if (ctorType.getStruct()) in addConstructor()1957 if (ctorType.getStruct()) in addConstructor()2047 else if (parameter.isMatrix() || parameter.getStruct()) in addConstructor()2067 if (ctorType.getStruct()) in addConstructor()[all …]
96 structure = p.userDef->getStruct(); in TType()204 TTypeList* getStruct() const { return structure; } in getStruct() function
181 if (left->getType().getStruct() && right->getType().getStruct()) { in addBinaryMath()439 if (type.getStruct() || node->getType().getStruct()) in addConversion()1035 const TTypeList* fields = leftNodeType.getStruct(); in CompareStruct()
122 const TTypeList* structure = type.getStruct(); in getUserDefinedVariableInfo()
548 …if (op == EOpConstructStruct && !type->isArray() && int(type->getStruct()->size()) != function.get… in constructorErrorCheck()671 TTypeList& structure = *type.getStruct(); in containsSampler()1093 memberTypes = type->getStruct()->begin(); in addConstructor()1389 const TTypeList* fields = node->getType().getStruct(); in addConstStruct()
106 const TTypeList* structure = type.getStruct(); in writeVariableType()163 const TTypeList* structure = type.getStruct(); in writeConstantUnion()
278 if ($1->getType().getStruct())279 $$->setType(TType($1->getType().getStruct(), $1->getType().getTypeName()));362 const TTypeList* fields = $1->getType().getStruct();1706 type->setStruct($1.userDef->getStruct());
2259 if ((yyvsp[(1) - (4)].interm.intermTypedNode)->getType().getStruct())2260 …de)->setType(TType((yyvsp[(1) - (4)].interm.intermTypedNode)->getType().getStruct(), (yyvsp[(1) - …2351 … const TTypeList* fields = (yyvsp[(1) - (3)].interm.intermTypedNode)->getType().getStruct();3983 type->setStruct((yyvsp[(1) - (3)].interm.type).userDef->getStruct());