Searched defs:complexType (Results 1 – 3 of 3) sorted by relevance
818 static bool containsSubType (const glu::VarType& complexType, glu::DataType basicType) in containsSubType()879 static int accumulateComplexType (const glu::VarType& complexType, const DataTypeMap& dTypeMap) in accumulateComplexType()988 static int getNumTypeInstances (const glu::VarType& complexType, bool (*predicate)(glu::DataType)) in getNumTypeInstances()
304 QualType complexType) { in emitAddrOfRealComponent()310 QualType complexType) { in emitAddrOfImagComponent()
81 } else if (auto complexType = type->getAs<ComplexType>()) { in addTypedData() local