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

  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 396 QualType ResTy = msg.getResultType();
402 if (ResTy->isReferenceType()) {
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 517 Type *ResTy = cast<PointerType>(C->getType())->getElementType();
519 return Constant::getNullValue(ResTy);
521 return UndefValue::get(ResTy);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 667 QualType ResTy = FD->getResultType();
673 ResTy = MD->getThisType(getContext());
674 CGM.getCXXABI().BuildInstanceFunctionParams(*this, ResTy, Args);
685 StartFunction(GD, ResTy, Fn, FnInfo, Args, BodyRange.getBegin());
    [all...]
CGExprScalar.cpp 762 llvm::Type *ResTy = DstTy;
798 if (DstTy != ResTy) {
799 assert(ResTy->isIntegerTy(16) && "Only half FP requires extra conversion");
    [all...]
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 652 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic);
653 if (ResTy == MatchOperand_Success)
659 if (ResTy == MatchOperand_ParseFail)
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 941 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic);
942 if (ResTy == MatchOperand_Success)
947 if (ResTy == MatchOperand_ParseFail)
    [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/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 186 milliseconds