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

  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 499 QualType ResTy = msg.getResultType();
506 if (ResTy->isReferenceType()) {
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 597 Type *ResTy = cast<PointerType>(C->getType())->getElementType();
599 return Constant::getNullValue(ResTy);
601 return UndefValue::get(ResTy);
    [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 703 OperandMatchResultTy ResTy = parseSparcAsmOperand(Offset);
704 if (ResTy != MatchOperand_Success || !Offset)
717 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic);
722 if (ResTy == MatchOperand_Success || ResTy == MatchOperand_ParseFail)
723 return ResTy;
744 ResTy = MatchOperand_Success;
746 ResTy = parseMEMOperand(Operands);
749 if (ResTy != MatchOperand_Success)
750 return ResTy;
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
CGExprScalar.cpp 831 llvm::Type *ResTy = DstTy;
    [all...]
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 740 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic);
741 if (ResTy == MatchOperand_Success)
747 if (ResTy == MatchOperand_ParseFail)
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 1021 milliseconds