Searched refs:fullType (Results 1 – 2 of 2) sorted by relevance
35 QualType fullType; // Type of operands and result member765 result.fullType = promotionType; in emitBinOps()767 result.fullType = e->getType(); in emitBinOps()768 result.compType = result.fullType; in emitBinOps()769 if (const auto *vecType = dyn_cast_or_null<VectorType>(result.fullType)) { in emitBinOps()890 cgf.getLoc(boInfo.loc), cgf.convertType(boInfo.fullType), kind, in HANDLEBINOP()1083 opInfo.fullType = promotionTypeCR; in emitCompoundAssignLValue()1084 opInfo.compType = opInfo.fullType; in emitCompoundAssignLValue()1085 if (const auto *vecType = dyn_cast_or_null<VectorType>(opInfo.fullType)) in emitCompoundAssignLValue()1423 if (ops.fullType->isConstantMatrixType()) { in emitMul()[all …]
917 std::string fullType; member in __anone44e3aff0211::EnumArgument936 fullType = isExternal ? Type : (getAttrName() + "Attr::" + Type).str(); in EnumArgument()945 OS << " " << fullType << " get" << getUpperName() << "() const {\n"; in writeAccessors()961 OS << getLowerName() << "(" << fullType << "(0))"; in writeCtorDefaultInitializers()964 OS << fullType << " " << getUpperName(); in writeCtorParameters()981 OS << " " << fullType << " " << getLowerName() << ";"; in writeDeclarations()985 OS << " " << fullType << " " << getLowerName() << "(static_cast<" in writePCHReadDecls()986 << fullType << ">(Record.readInt()));\n"; in writePCHReadDecls()1009 OS << " case " << fullType << "::" << I << ":\n"; in writeDump()1023 << fullType << " &Out);\n"; in writeConversion()[all …]