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

  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.h 179 arrangeFreeFunctionDeclaration(QualType ResTy, const FunctionArgList &Args,
200 const CGFunctionInfo &arrangeFreeFunctionCall(QualType ResTy,
CGCXXABI.h 241 /// with the type of 'this' and ResTy has been initialized with the type of
250 CanQualType &ResTy,
267 /// with the type of 'this' and ResTy has been initialized with the type of
272 CanQualType &ResTy,
313 virtual void addImplicitStructorParams(CodeGenFunction &CGF, QualType &ResTy,
CGExprScalar.cpp 765 llvm::Type *ResTy = DstTy;
801 if (DstTy != ResTy) {
802 assert(ResTy->isIntegerTy(16) && "Only half FP requires extra conversion");
    [all...]
CodeGenFunction.cpp 766 QualType ResTy = FD->getReturnType();
772 ResTy = MD->getThisType(getContext());
780 CGM.getCXXABI().addImplicitStructorParams(*this, ResTy, Args);
800 StartFunction(GD, ResTy, Fn, FnInfo, Args, Loc, BodyRange.getBegin());
    [all...]
ItaniumCXXABI.cpp 142 CXXCtorType T, CanQualType &ResTy,
148 CXXDtorType T, CanQualType &ResTy,
161 void addImplicitStructorParams(CodeGenFunction &CGF, QualType &ResTy,
291 QualType ResTy) override;
    [all...]
MicrosoftCXXABI.cpp 95 CXXCtorType Type, CanQualType &ResTy,
141 CanQualType &ResTy,
175 void addImplicitStructorParams(CodeGenFunction &CGF, QualType &ResTy,
788 const CXXConstructorDecl *Ctor, CXXCtorType Type, CanQualType &ResTy,
    [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 573 OperandMatchResultTy ResTy = parseSparcAsmOperand(Offset);
574 if (ResTy != MatchOperand_Success || !Offset)
587 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic);
592 if (ResTy == MatchOperand_Success || ResTy == MatchOperand_ParseFail)
593 return ResTy;
614 ResTy = MatchOperand_Success;
616 ResTy = parseMEMOperand(Operands);
619 if (ResTy != MatchOperand_Success)
620 return ResTy;
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 500 QualType ResTy = msg.getResultType();
507 if (ResTy->isReferenceType()) {
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 637 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic);
638 if (ResTy == MatchOperand_Success)
644 if (ResTy == MatchOperand_ParseFail)
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 589 Type *ResTy = cast<PointerType>(C->getType())->getElementType();
591 return Constant::getNullValue(ResTy);
593 return UndefValue::get(ResTy);
    [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 643 milliseconds