Searched refs:compositeType (Results 1 – 3 of 3) sorted by relevance
640 extCompositeTypes = [compositeTypesByName[compositeType.name] for compositeType in compositeTypes]
6706 QualType compositeType = FindCompositeObjCPointerType(LHS, RHS, in CheckConditionalOperands() local6710 if (!compositeType.isNull()) in CheckConditionalOperands()6711 return compositeType; in CheckConditionalOperands()6797 QualType compositeType = LHSTy; in FindCompositeObjCPointerType() local6812 if (!(compositeType = in FindCompositeObjCPointerType()6816 compositeType = RHSOPT->isObjCBuiltinType() ? RHSTy : LHSTy; in FindCompositeObjCPointerType()6818 compositeType = LHSOPT->isObjCBuiltinType() ? LHSTy : RHSTy; in FindCompositeObjCPointerType()6826 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()6828 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()6839 LHS = ImpCastExprToType(LHS.get(), compositeType, CK_BitCast); in FindCompositeObjCPointerType()[all …]
17270 const string compositeType = parameters.at("compositeType"); in specializeInBoundsShaderTemplate() local17272 substCompositeType["compositeType"] = compositeType; in specializeInBoundsShaderTemplate()17274 if (compositeType != "%u32vec3") in specializeInBoundsShaderTemplate()