Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OutputType

1838         QualType OutputType = OutExpr->getType();
1841 if (getContext().getTypeSize(OutputType) < InputSize) {
1914 QualType OutputType = S.getOutputExpr(Output)->getType();
1917 if (getContext().getTypeSize(OutputType) >
1922 llvm::Type *OutputTy = ConvertType(OutputType);