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

1 2

  /external/clang/test/SemaTemplate/
instantiation-backtrace.cpp 35 template <class T> class ResultTy { // expected-warning {{does not declare any constructor}}
40 typename ResultTy<T2>::error Deduce( void (T1::*member)(T2) ) {} // \
41 // expected-note {{instantiation of template class 'PR13365::ResultTy<int &>'}} \
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 851 Type *ResultTy = 0;
862 ResultTy = Type::getVoidTy(Context);
865 ResultTy = Type::getHalfTy(Context);
868 ResultTy = Type::getFloatTy(Context);
871 ResultTy = Type::getDoubleTy(Context);
874 ResultTy = Type::getX86_FP80Ty(Context);
877 ResultTy = Type::getFP128Ty(Context);
880 ResultTy = Type::getPPC_FP128Ty(Context);
883 ResultTy = Type::getLabelTy(Context);
886 ResultTy = Type::getMetadataTy(Context)
    [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 282 QualType ResultTy = D->getResultType();
283 bool isBoolean = ResultTy->isBooleanType();
284 if (!isBoolean && !ResultTy->isIntegralType(C))
326 : M.makeIntegralCast(BoolVal, ResultTy);
333 : M.makeIntegralCast(BoolVal, ResultTy);
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 570 Type *ResultTy = 0;
581 ResultTy = Type::getVoidTy(Context);
584 ResultTy = Type::getHalfTy(Context);
587 ResultTy = Type::getFloatTy(Context);
590 ResultTy = Type::getDoubleTy(Context);
593 ResultTy = Type::getX86_FP80Ty(Context);
596 ResultTy = Type::getFP128Ty(Context);
599 ResultTy = Type::getPPC_FP128Ty(Context);
602 ResultTy = Type::getLabelTy(Context);
605 ResultTy = Type::getMetadataTy(Context)
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Function.cpp 646 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context);
652 return FunctionType::get(ResultTy, ArgTys, false);
Constants.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 748 Type *ResultTy = 0;
759 ResultTy = Type::getVoidTy(Context);
762 ResultTy = Type::getHalfTy(Context);
765 ResultTy = Type::getFloatTy(Context);
768 ResultTy = Type::getDoubleTy(Context);
771 ResultTy = Type::getX86_FP80Ty(Context);
774 ResultTy = Type::getFP128Ty(Context);
777 ResultTy = Type::getPPC_FP128Ty(Context);
780 ResultTy = Type::getLabelTy(Context);
783 ResultTy = Type::getMetadataTy(Context)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 305 QualType ResultTy) {
317 return makeNonLoc(symLHS, Op, symRHS, ResultTy);
321 return makeNonLoc(symLHS, Op, rInt->getValue(), ResultTy);
325 return makeNonLoc(lInt->getValue(), Op, symRHS, ResultTy);
CallEvent.cpp 30 QualType ResultTy = E->getType();
39 ResultTy = Ctx.getLValueReferenceType(ResultTy);
42 ResultTy = Ctx.getRValueReferenceType(ResultTy);
49 return ResultTy;
    [all...]
ExprEngineCallAndReturn.cpp 565 QualType ResultTy = Call.getResultType();
568 SVal R = SVB.conjureSymbolVal(0, E, LCtx, ResultTy, Count);
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 601 Type *ResultTy, const DataLayout *TD,
604 Type *IntPtrTy = TD->getIntPtrType(ResultTy->getContext());
651 Type *ResultTy, const DataLayout *TD,
668 cast<PointerType>(ResultTy)->getElementType()->isIntegerTy(8)) {
676 Res = ConstantExpr::getIntToPtr(Res, ResultTy);
722 return ConstantExpr::getIntToPtr(C, ResultTy);
781 } while (Ty != cast<PointerType>(ResultTy)->getElementType());
797 if (Ty != cast<PointerType>(ResultTy)->getElementType())
798 C = FoldBitCast(C, ResultTy, *TD);
    [all...]
LazyValueInfo.cpp 713 IntegerType *ResultTy = cast<IntegerType>(BBI->getType());
747 Result.markConstantRange(LHSRange.truncate(ResultTy->getBitWidth()));
750 Result.markConstantRange(LHSRange.signExtend(ResultTy->getBitWidth()));
753 Result.markConstantRange(LHSRange.zeroExtend(ResultTy->getBitWidth()));
    [all...]
ScalarEvolution.cpp 685 Type *ResultTy) {
688 return SE.getTruncateOrZeroExtend(It, ResultTy);
744 unsigned W = SE.getTypeSizeInBits(ResultTy);
790 SE.getTruncateOrZeroExtend(DivResult, ResultTy));
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/include/clang/Sema/
Overload.h 616 QualType ResultTy;
  /external/llvm/lib/AsmParser/
LLParser.h 257 Type *&ResultTy);
LLParser.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 773 QualType ResultTy = MD->getResultType();
781 return getMethodSummary(S, ID, MD, ResultTy, *CachedSummaries);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 1010 milliseconds

1 2