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

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 432 QualType ResultTy;
434 ResultTy = FD->getResultType();
436 ResultTy = CE->getType();
439 ResultTy = Eng.getContext().getPointerType(ResultTy);
445 SVal RetVal = SVB.getConjuredSymbolVal(0, CE, LCtx, ResultTy, Count);
ExprEngineObjC.cpp 255 QualType ResultTy = msg.getResultType(getContext());
259 ReturnValue = SVB.getConjuredSymbolVal(NULL, CurrentE, LCtx, ResultTy, Count);
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 705 IntegerType *ResultTy = cast<IntegerType>(BBI->getType());
739 Result.markConstantRange(LHSRange.truncate(ResultTy->getBitWidth()));
742 Result.markConstantRange(LHSRange.signExtend(ResultTy->getBitWidth()));
745 Result.markConstantRange(LHSRange.zeroExtend(ResultTy->getBitWidth()));
    [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp     [all...]
Constants.cpp     [all...]
  /external/clang/include/clang/Sema/
Overload.h 614 QualType ResultTy;
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 565 Type *ResultTy = 0;
576 ResultTy = Type::getVoidTy(Context);
579 ResultTy = Type::getHalfTy(Context);
582 ResultTy = Type::getFloatTy(Context);
585 ResultTy = Type::getDoubleTy(Context);
588 ResultTy = Type::getX86_FP80Ty(Context);
591 ResultTy = Type::getFP128Ty(Context);
594 ResultTy = Type::getPPC_FP128Ty(Context);
597 ResultTy = Type::getLabelTy(Context);
600 ResultTy = Type::getMetadataTy(Context)
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 592 Type *ResultTy = 0;
603 ResultTy = Type::getVoidTy(Context);
606 ResultTy = Type::getFloatTy(Context);
609 ResultTy = Type::getDoubleTy(Context);
612 ResultTy = Type::getX86_FP80Ty(Context);
615 ResultTy = Type::getFP128Ty(Context);
618 ResultTy = Type::getPPC_FP128Ty(Context);
621 ResultTy = Type::getLabelTy(Context);
624 ResultTy = Type::getMetadataTy(Context);
627 ResultTy = Type::getX86_MMXTy(Context)
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 871 Type *ResultTy = 0;
882 ResultTy = Type::getVoidTy(Context);
885 ResultTy = Type::getFloatTy(Context);
888 ResultTy = Type::getDoubleTy(Context);
891 ResultTy = Type::getX86_FP80Ty(Context);
894 ResultTy = Type::getFP128Ty(Context);
897 ResultTy = Type::getPPC_FP128Ty(Context);
900 ResultTy = Type::getLabelTy(Context);
903 ResultTy = Type::getMetadataTy(Context);
906 ResultTy = Type::getX86_MMXTy(Context)
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 777 QualType ResultTy = MD->getResultType();
785 return getMethodSummary(S, ClsName, ID, MD, ResultTy, *CachedSummaries);
    [all...]

Completed in 337 milliseconds