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

  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 500 QualType ResTy = msg.getResultType();
507 if (ResTy->isReferenceType()) {
  /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/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/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 637 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic);
638 if (ResTy == MatchOperand_Success)
644 if (ResTy == MatchOperand_ParseFail)
  /external/clang/lib/CodeGen/
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...]
CGExprScalar.cpp 765 llvm::Type *ResTy = DstTy;
801 if (DstTy != ResTy) {
802 assert(ResTy->isIntegerTy(16) && "Only half FP requires extra conversion");
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.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/Mips/AsmParser/
MipsAsmParser.cpp     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 1418 milliseconds