HomeSort by relevance Sort by last modified time
    Searched refs:ResTy (Results 1 - 17 of 17) sorted by null

  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 33 CanQualType &ResTy,
41 CanQualType &ResTy,
48 QualType &ResTy,
CGCXXABI.h 143 /// any required parameters. For convenience, ResTy has been
153 CanQualType &ResTy,
157 /// any required parameters. For convenience, ResTy has been
162 CanQualType &ResTy,
172 QualType &ResTy,
CGCall.h 142 CanQualType ResTy,
193 CanQualType ResTy,
201 ResTy.Profile(ID);
ItaniumCXXABI.cpp 98 CanQualType &ResTy,
103 CanQualType &ResTy,
107 QualType &ResTy,
133 CanQualType &ResTy,
138 CanQualType &ResTy,
142 QualType &ResTy,
147 void EmitReturnFromThunk(CodeGenFunction &CGF, RValue RV, QualType ResTy);
680 CanQualType &ResTy,
694 CanQualType &ResTy,
696 ItaniumCXXABI::BuildConstructorSignature(Ctor, Type, ResTy, ArgTys)
    [all...]
CodeGenTypes.h 182 const CGFunctionInfo &getFunctionInfo(QualType ResTy,
185 const CGFunctionInfo &getFunctionInfo(QualType ResTy,
CGCall.cpp 84 CanQualType ResTy = FTP->getResultType().getUnqualifiedType();
85 return CGT.getFunctionInfo(ResTy, ArgTys, FTP->getExtInfo());
142 CanQualType ResTy = Context.VoidTy;
144 TheCXXABI.BuildConstructorSignature(D, Type, ResTy, ArgTys);
152 return getFunctionInfo(ResTy, ArgTys, FTP->getExtInfo());
159 CanQualType ResTy = Context.VoidTy;
161 TheCXXABI.BuildDestructorSignature(D, Type, ResTy, ArgTys);
166 return getFunctionInfo(ResTy, ArgTys, FTP->getExtInfo());
215 const CGFunctionInfo &CodeGenTypes::getFunctionInfo(QualType ResTy,
223 return getFunctionInfo(GetReturnType(ResTy), ArgTys, Info)
    [all...]
CodeGenFunction.cpp 394 QualType ResTy = FD->getResultType();
398 CGM.getCXXABI().BuildInstanceFunctionParams(*this, ResTy, Args);
408 StartFunction(GD, ResTy, Fn, FnInfo, Args, BodyRange.getBegin());
    [all...]
CGExprScalar.cpp 629 llvm::Type *ResTy = DstTy;
658 if (DstTy != ResTy) {
659 assert(ResTy->isIntegerTy(16) && "Only half FP requires extra conversion");
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 578 QualType ResTy = PD->getType();
579 ResTy = ResTy.getNonLValueExprType(Context);
585 ResTy = getMessageSendResultType(QualType(OPT, 0), Getter, false,
589 return Owned(new (Context) ObjCPropertyRefExpr(PD, ResTy,
594 return Owned(new (Context) ObjCPropertyRefExpr(PD, ResTy,
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 486 Type *ResTy = cast<PointerType>(C->getType())->getElementType();
488 return Constant::getNullValue(ResTy);
490 return UndefValue::get(ResTy);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 192 milliseconds