Searched defs:ResultTy (Results 1 - 19 of 19) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dinstantiation-backtrace.cpp35 template <class T> class ResultTy { // expected-warning {{does not declare any constructor}} class in namespace:PR13365
40 typename ResultTy<T2>::error Deduce( void (T1::*member)(T2) ) {} // \
41 // expected-note {{instantiation of template class 'PR13365::ResultTy<int &>'}} \
/external/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp307 QualType ResultTy) {
319 return makeNonLoc(symLHS, Op, symRHS, ResultTy);
323 return makeNonLoc(symLHS, Op, rInt->getValue(), ResultTy);
327 return makeNonLoc(lInt->getValue(), Op, symRHS, ResultTy);
304 makeSymExprValNN(ProgramStateRef State, BinaryOperator::Opcode Op, NonLoc LHS, NonLoc RHS, QualType ResultTy) argument
H A DCallEvent.cpp30 QualType ResultTy = E->getType(); local
39 ResultTy = Ctx.getLValueReferenceType(ResultTy);
42 ResultTy = Ctx.getRValueReferenceType(ResultTy);
49 return ResultTy;
H A DExprEngineCallAndReturn.cpp565 QualType ResultTy = Call.getResultType(); local
568 SVal R = SVB.conjureSymbolVal(nullptr, E, LCtx, ResultTy, Count);
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp673 Type *ResultTy, const DataLayout *TD,
678 Type *IntPtrTy = TD->getIntPtrType(ResultTy);
729 Type *ResultTy, const DataLayout *TD,
737 Type *ResultElementTy = ResultTy->getPointerElementType();
754 Res = ConstantExpr::getIntToPtr(Res, ResultTy);
803 return ConstantExpr::getIntToPtr(C, ResultTy);
878 C = FoldBitCast(C, ResultTy, *TD);
672 CastGEPIndices(ArrayRef<Constant *> Ops, Type *ResultTy, const DataLayout *TD, const TargetLibraryInfo *TLI) argument
728 SymbolicallyEvaluateGEP(ArrayRef<Constant *> Ops, Type *ResultTy, const DataLayout *TD, const TargetLibraryInfo *TLI) argument
H A DLazyValueInfo.cpp714 IntegerType *ResultTy = cast<IntegerType>(BBI->getType()); local
748 Result.markConstantRange(LHSRange.truncate(ResultTy->getBitWidth()));
751 Result.markConstantRange(LHSRange.signExtend(ResultTy->getBitWidth()));
754 Result.markConstantRange(LHSRange.zeroExtend(ResultTy->getBitWidth()));
H A DScalarEvolution.cpp684 Type *ResultTy) {
687 return SE.getTruncateOrZeroExtend(It, ResultTy);
743 unsigned W = SE.getTypeSizeInBits(ResultTy);
789 SE.getTruncateOrZeroExtend(DivResult, ResultTy));
682 BinomialCoefficient(const SCEV *It, unsigned K, ScalarEvolution &SE, Type *ResultTy) argument
/external/llvm/lib/IR/
H A DConstantFold.cpp1601 Type *ResultTy; local
1603 ResultTy = VectorType::get(Type::getInt1Ty(C1->getContext()),
1606 ResultTy = Type::getInt1Ty(C1->getContext());
1610 return Constant::getNullValue(ResultTy);
1613 return Constant::getAllOnesValue(ResultTy);
1622 return UndefValue::get(ResultTy);
1625 return ConstantInt::get(ResultTy, CmpInst::isTrueWhenEqual(pred));
1669 case ICmpInst::ICMP_EQ: return ConstantInt::get(ResultTy, V1 == V2);
1670 case ICmpInst::ICMP_NE: return ConstantInt::get(ResultTy, V1 != V2);
1671 case ICmpInst::ICMP_SLT: return ConstantInt::get(ResultTy, V
[all...]
H A DConstants.cpp1956 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); local
1958 ResultTy = VectorType::get(ResultTy, VT->getNumElements());
1961 return pImpl->ExprConstants.getOrCreate(ResultTy, Key);
1977 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); local
1979 ResultTy = VectorType::get(ResultTy, VT->getNumElements());
1982 return pImpl->ExprConstants.getOrCreate(ResultTy, Key);
/external/clang/include/clang/Sema/
H A DOverload.h605 QualType ResultTy; member in struct:clang::OverloadCandidate::__anon17626
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp759 Type *ResultTy = nullptr; local
771 ResultTy = Type::getVoidTy(Context);
774 ResultTy = Type::getHalfTy(Context);
777 ResultTy = Type::getFloatTy(Context);
780 ResultTy = Type::getDoubleTy(Context);
783 ResultTy = Type::getX86_FP80Ty(Context);
786 ResultTy = Type::getFP128Ty(Context);
789 ResultTy = Type::getPPC_FP128Ty(Context);
792 ResultTy = Type::getLabelTy(Context);
795 ResultTy
[all...]
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2738 QualType ResultTy; local
2742 S.IsNoReturnConversion(A, DeducedA, ResultTy)))
H A DSemaOverload.cpp1328 QualType &ResultTy) {
1369 ResultTy = ToType;
6443 /// operator. ResultTy and ParamTys are the result and parameter types
6450 void Sema::AddBuiltinCandidate(QualType ResultTy, QualType *ParamTys, argument
6464 Candidate.BuiltinTypes.ResultTy = ResultTy;
7814 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType); local
7817 S.AddBuiltinCandidate(ResultTy, ParamTypes, Args, CandidateSet);
7829 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType); local
7832 S.AddBuiltinCandidate(ResultTy, ParamType
1327 IsNoReturnConversion(QualType FromType, QualType ToType, QualType &ResultTy) argument
7882 QualType ResultTy = S.Context.getLValueReferenceType(T); local
11760 QualType ResultTy = Method->getReturnType(); local
12012 QualType ResultTy = FD->getReturnType(); local
[all...]
H A DTreeTransform.h1913 QualType ResultTy) {
1916 if (Result.isInvalid() || ResultTy->isDependentType())
1922 ILE->setType(ResultTy);
1910 RebuildInitList(SourceLocation LBraceLoc, MultiExprArg Inits, SourceLocation RBraceLoc, QualType ResultTy) argument
H A DSemaExpr.cpp5563 QualType ResultTy = CompositeTy.withCVRQualifiers(MergedCVRQual); local
5565 ResultTy = S.Context.getBlockPointerType(ResultTy);
5567 ResultTy = S.Context.getPointerType(ResultTy);
5569 LHS = S.ImpCastExprToType(LHS.get(), ResultTy, CK_BitCast);
5570 RHS = S.ImpCastExprToType(RHS.get(), ResultTy, CK_BitCast);
5571 return ResultTy;
7964 QualType ResultTy = Context.getLogicalOperationType(); local
7968 return ResultTy;
9330 QualType ResultTy; // Result type of the binary operator. local
[all...]
/external/clang/lib/AST/
H A DASTImporter.cpp3268 QualType ResultTy = Importer.Import(D->getReturnType()); local
3269 if (ResultTy.isNull())
3276 Name.getObjCSelector(), ResultTy, ReturnTInfo, DC, D->isInstanceMethod(),
H A DASTContext.cpp2786 ASTContext::getFunctionNoProtoType(QualType ResultTy, argument
2793 FunctionNoProtoType::Profile(ID, ResultTy, Info);
2801 if (!ResultTy.isCanonical()) {
2802 Canonical = getFunctionNoProtoType(getCanonicalType(ResultTy), Info);
2812 FunctionNoProtoType(ResultTy, Canonical, newInfo);
2826 ASTContext::getFunctionType(QualType ResultTy, ArrayRef<QualType> ArgArray, argument
2833 FunctionProtoType::Profile(ID, ResultTy, ArgArray.begin(), NumArgs, EPI,
2843 EPI.ExceptionSpecType == EST_None && isCanonicalResultType(ResultTy) &&
2864 QualType CanResultTy = getCanonicalType(ResultTy);
2865 if (ResultTy
[all...]
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2404 QualType ResultTy = OMethod->getReturnType(); local
2407 if (ResultTy == CGM.getContext().getObjCInstanceType())
2408 ResultTy = CGM.getContext().getPointerType(
2411 Elts.push_back(getOrCreateType(ResultTy, F));
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp751 QualType ResultTy = MD->getReturnType(); local
759 return getMethodSummary(S, ID, MD, ResultTy, *CachedSummaries);
2743 QualType ResultTy = Ex->getType(); local
2745 RefVal::makeNotOwned(RetEffect::ObjC, ResultTy));
2770 QualType ResultTy = Ex->getType(); local
2772 RefVal::makeNotOwned(RetEffect::ObjC, ResultTy));
2971 QualType ResultTy = CallOrMsg.getResultType(); local
2973 ResultTy));
2988 QualType ResultTy = GetReturnType(Ex, C.getASTContext()); local
2990 ResultTy));
3233 QualType ResultTy = CE->getCallReturnType(); local
[all...]

Completed in 1953 milliseconds