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

  /external/llvm/lib/Target/Blackfin/
BlackfinIntrinsicInfo.cpp 85 Type *ResultTy = NULL;
93 return FunctionType::get(ResultTy, ArgTys, IsVarArg);
  /external/llvm/lib/Target/MBlaze/
MBlazeIntrinsicInfo.cpp 94 Type *ResultTy = NULL;
102 return FunctionType::get(ResultTy, ArgTys, IsVarArg);
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 192 QualType ResultTy;
194 ResultTy = FD->getResultType();
196 ResultTy = CE->getType();
199 ResultTy = Eng.getContext().getPointerType(ResultTy);
204 SVal RetVal = SVB.getConjuredSymbolVal(0, CE, ResultTy, Count);
ExprEngineObjC.cpp 263 QualType ResultTy = msg.getResultType(getContext());
266 ReturnValue = SVB.getConjuredSymbolVal(NULL, CurrentE, ResultTy, Count);
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 563 Type *ResultTy = 0;
574 ResultTy = Type::getVoidTy(Context);
577 ResultTy = Type::getFloatTy(Context);
580 ResultTy = Type::getDoubleTy(Context);
583 ResultTy = Type::getX86_FP80Ty(Context);
586 ResultTy = Type::getFP128Ty(Context);
589 ResultTy = Type::getPPC_FP128Ty(Context);
592 ResultTy = Type::getLabelTy(Context);
595 ResultTy = Type::getMetadataTy(Context);
598 ResultTy = Type::getX86_MMXTy(Context)
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 538 Type *ResultTy = 0;
549 ResultTy = Type::getVoidTy(Context);
552 ResultTy = Type::getFloatTy(Context);
555 ResultTy = Type::getDoubleTy(Context);
558 ResultTy = Type::getX86_FP80Ty(Context);
561 ResultTy = Type::getFP128Ty(Context);
564 ResultTy = Type::getPPC_FP128Ty(Context);
567 ResultTy = Type::getLabelTy(Context);
570 ResultTy = Type::getMetadataTy(Context);
573 ResultTy = Type::getX86_MMXTy(Context)
    [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp     [all...]
Function.cpp 361 Type *ResultTy = NULL;
369 return FunctionType::get(ResultTy, ArgTys, IsVarArg);
Constants.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 545 Type *ResultTy,
548 Type *IntPtrTy = TD->getIntPtrType(ResultTy->getContext());
579 Type *ResultTy,
595 cast<PointerType>(ResultTy)->getElementType()->isIntegerTy(8)) {
603 Res = ConstantExpr::getIntToPtr(Res, ResultTy);
648 return ConstantExpr::getIntToPtr(C, ResultTy);
699 } while (Ty != cast<PointerType>(ResultTy)->getElementType());
715 if (Ty != cast<PointerType>(ResultTy)->getElementType())
716 C = FoldBitCast(C, ResultTy, *TD);
    [all...]
LazyValueInfo.cpp 731 IntegerType *ResultTy = cast<IntegerType>(BBI->getType());
765 Result.markConstantRange(LHSRange.truncate(ResultTy->getBitWidth()));
768 Result.markConstantRange(LHSRange.signExtend(ResultTy->getBitWidth()));
771 Result.markConstantRange(LHSRange.zeroExtend(ResultTy->getBitWidth()));
    [all...]
ScalarEvolution.cpp 655 Type *ResultTy) {
658 return SE.getTruncateOrZeroExtend(It, ResultTy);
714 unsigned W = SE.getTypeSizeInBits(ResultTy);
760 SE.getTruncateOrZeroExtend(DivResult, ResultTy));
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 786 QualType ResultTy = MD->getResultType();
789 return getInstanceMethodSummary(S, ClsName, ID, MD, ResultTy);
791 return getClassMethodSummary(S, ClsName, ID, MD, ResultTy);
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 705 QualType getFunctionNoProtoType(QualType ResultTy,
708 QualType getFunctionNoProtoType(QualType ResultTy) const {
709 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo());
714 QualType getFunctionType(QualType ResultTy,
    [all...]
  /external/clang/include/clang/Sema/
Overload.h 559 QualType ResultTy;
Sema.h     [all...]
  /external/llvm/lib/AsmParser/
LLParser.h 228 Type *&ResultTy);
LLParser.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
ExprConstant.cpp     [all...]

Completed in 710 milliseconds