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

  /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/Analysis/
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...]
  /external/clang/include/clang/Sema/
Overload.h 559 QualType ResultTy;
  /external/llvm/lib/VMCore/
ConstantFold.cpp     [all...]
Constants.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /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/clang/lib/AST/
ASTImporter.cpp     [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...]

Completed in 267 milliseconds