Searched refs:ResTy (Results 1 - 17 of 17) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCXXABI.h222 /// with the type of 'this' and ResTy has been initialized with the type of
231 CanQualType &ResTy,
242 /// with the type of 'this' and ResTy has been initialized with the type of
247 CanQualType &ResTy,
267 QualType &ResTy,
H A DCodeGenTypes.h181 const CGFunctionInfo &arrangeFunctionDeclaration(QualType ResTy,
199 const CGFunctionInfo &arrangeFreeFunctionCall(QualType ResTy,
H A DItaniumCXXABI.cpp112 CanQualType &ResTy,
119 CanQualType &ResTy,
133 QualType &ResTy,
194 void EmitReturnFromThunk(CodeGenFunction &CGF, RValue RV, QualType ResTy);
765 CanQualType &ResTy,
797 CanQualType &ResTy,
826 QualType &ResTy,
763 BuildConstructorSignature(const CXXConstructorDecl *Ctor, CXXCtorType Type, CanQualType &ResTy, SmallVectorImpl<CanQualType> &ArgTys) argument
795 BuildDestructorSignature(const CXXDestructorDecl *Dtor, CXXDtorType Type, CanQualType &ResTy, SmallVectorImpl<CanQualType> &ArgTys) argument
825 BuildInstanceFunctionParams(CodeGenFunction &CGF, QualType &ResTy, FunctionArgList &Params) argument
H A DMicrosoftCXXABI.cpp63 CanQualType &ResTy,
105 CanQualType &ResTy,
117 QualType &ResTy,
346 CanQualType &ResTy,
408 CanQualType &ResTy,
435 QualType &ResTy,
344 BuildConstructorSignature(const CXXConstructorDecl *Ctor, CXXCtorType Type, CanQualType &ResTy, SmallVectorImpl<CanQualType> &ArgTys) argument
406 BuildDestructorSignature(const CXXDestructorDecl *Dtor, CXXDtorType Type, CanQualType &ResTy, SmallVectorImpl<CanQualType> &ArgTys) argument
434 BuildInstanceFunctionParams(CodeGenFunction &CGF, QualType &ResTy, FunctionArgList &Params) argument
H A DCodeGenFunction.cpp667 QualType ResTy = FD->getResultType(); local
673 ResTy = MD->getThisType(getContext());
674 CGM.getCXXABI().BuildInstanceFunctionParams(*this, ResTy, Args);
685 StartFunction(GD, ResTy, Fn, FnInfo, Args, BodyRange.getBegin());
H A DCGExprScalar.cpp762 llvm::Type *ResTy = DstTy; local
798 if (DstTy != ResTy) {
799 assert(ResTy->isIntegerTy(16) && "Only half FP requires extra conversion");
2801 llvm::Type *ResTy = ConvertType(E->getType()); local
2810 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "land.ext");
2815 return llvm::Constant::getNullValue(ResTy);
2852 return Builder.CreateZExtOrBitCast(PN, ResTy, "land.ext");
2872 llvm::Type *ResTy = ConvertType(E->getType()); local
2881 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "lor.ext");
2886 return llvm::ConstantInt::get(ResTy,
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp396 QualType ResTy = msg.getResultType(); local
402 if (ResTy->isReferenceType()) {
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp652 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic); local
653 if (ResTy == MatchOperand_Success)
659 if (ResTy == MatchOperand_ParseFail)
/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1160 QualType ResTy; local
1162 ResTy = getSema().Context.WideCharTy.withConst();
1164 ResTy = getSema().Context.CharTy.withConst();
1165 ResTy = getSema().Context.getConstantArrayType(ResTy, LengthI,
1168 new (getSema().Context) PredefinedExpr(E->getLocation(), ResTy, IT);
H A DSemaExpr.cpp2788 QualType ResTy; local
2790 ResTy = Context.DependentTy;
2796 ResTy = Context.WideCharTy.withConst();
2798 ResTy = Context.CharTy.withConst();
2799 ResTy = Context.getConstantArrayType(ResTy, LengthI, ArrayType::Normal, 0);
2801 return Owned(new (Context) PredefinedExpr(Loc, ResTy, IT));
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1176 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic); local
1179 if (ResTy != MatchOperand_NoMatch)
1180 return ResTy;
1261 OperandMatchResultTy ResTy = ParseRelocPrefix(RefKind); local
1262 if (ResTy != MatchOperand_Success)
1263 return ResTy;
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp517 Type *ResTy = cast<PointerType>(C->getType())->getElementType(); local
519 return Constant::getNullValue(ResTy);
521 return UndefValue::get(ResTy);
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp941 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic); local
942 if (ResTy == MatchOperand_Success)
947 if (ResTy == MatchOperand_ParseFail)
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2269 Type *ResTy = getTypeByID(Record[OpNum]);
2271 if (Opc == -1 || ResTy == 0)
2273 I = CastInst::Create((Instruction::CastOps)Opc, Op, ResTy);
2912 Type *ResTy = getTypeByID(Record[2]); local
2913 if (!OpTy || !Op || !ResTy)
2915 I = new VAArgInst(Op, ResTy);
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1766 EVT ResTy; local
1768 ResTy = VT;
1773 ResTy = EVT::getVectorVT(*CurDAG->getContext(), MVT::i64, ResTyElts);
1776 ResTys.push_back(ResTy);
1817 SDValue(CurDAG->getMachineNode(TargetOpcode::IMPLICIT_DEF, dl, ResTy), 0);
1820 ResTy, AddrTy, MVT::Other, OpsA);
/external/clang/include/clang/AST/
H A DExpr.h2900 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, argument
2903 : Expr(BinaryOperatorClass, ResTy, VK, OK,
3049 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, argument
3052 : Expr(CompoundAssignOperatorClass, ResTy, VK, OK,
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp4438 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic); local
4439 if (ResTy == MatchOperand_Success)
4444 if (ResTy == MatchOperand_ParseFail)

Completed in 483 milliseconds