Searched refs:ResultTy (Results 1 - 25 of 30) sorted by relevance

12

/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/llvm/include/llvm/CodeGen/
H A DFastISel.h94 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, argument
97 RetTy = ResultTy;
116 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, argument
120 RetTy = ResultTy;
140 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy, argument
143 RetTy = ResultTy;
152 CallingConv::ID CC, Type *ResultTy,
156 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy, argument
159 RetTy = ResultTy;
/external/llvm/lib/IR/
H A DConstantFold.cpp1661 Type *ResultTy; local
1663 ResultTy = VectorType::get(Type::getInt1Ty(C1->getContext()),
1666 ResultTy = Type::getInt1Ty(C1->getContext());
1670 return Constant::getNullValue(ResultTy);
1673 return Constant::getAllOnesValue(ResultTy);
1683 return UndefValue::get(ResultTy);
1688 return ConstantInt::get(ResultTy, CmpInst::isTrueWhenEqual(Predicate));
1692 return ConstantInt::get(ResultTy, CmpInst::isUnordered(Predicate));
1736 case ICmpInst::ICMP_EQ: return ConstantInt::get(ResultTy, V1 == V2);
1737 case ICmpInst::ICMP_NE: return ConstantInt::get(ResultTy, V
[all...]
H A DFunction.cpp840 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context); local
850 return FunctionType::get(ResultTy, ArgTys, true);
852 return FunctionType::get(ResultTy, ArgTys, false);
H A DConstants.cpp2026 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); local
2028 ResultTy = VectorType::get(ResultTy, VT->getNumElements());
2031 return pImpl->ExprConstants.getOrCreate(ResultTy, Key);
2050 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); local
2052 ResultTy = VectorType::get(ResultTy, VT->getNumElements());
2055 return pImpl->ExprConstants.getOrCreate(ResultTy, Key);
/external/clang/lib/Analysis/
H A DBodyFarm.cpp290 QualType ResultTy = D->getReturnType();
291 bool isBoolean = ResultTy->isBooleanType();
292 if (!isBoolean && !ResultTy->isIntegralType(C))
334 : M.makeIntegralCast(BoolVal, ResultTy);
341 : M.makeIntegralCast(BoolVal, ResultTy);
/external/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp335 QualType ResultTy) {
347 return makeNonLoc(symLHS, Op, symRHS, ResultTy);
351 return makeNonLoc(symLHS, Op, rInt->getValue(), ResultTy);
355 return makeNonLoc(lInt->getValue(), Op, symRHS, ResultTy);
332 makeSymExprValNN(ProgramStateRef State, BinaryOperator::Opcode Op, NonLoc LHS, NonLoc RHS, QualType ResultTy) argument
H A DCallEvent.cpp31 QualType ResultTy = E->getType(); local
40 ResultTy = Ctx.getLValueReferenceType(ResultTy);
43 ResultTy = Ctx.getRValueReferenceType(ResultTy);
50 return ResultTy;
H A DExprEngineCallAndReturn.cpp566 QualType ResultTy = Call.getResultType(); local
569 SVal R = SVB.conjureSymbolVal(nullptr, E, LCtx, ResultTy, Count);
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1459 Type *ResultTy = nullptr; local
1471 ResultTy = Type::getVoidTy(Context);
1474 ResultTy = Type::getHalfTy(Context);
1477 ResultTy = Type::getFloatTy(Context);
1480 ResultTy = Type::getDoubleTy(Context);
1483 ResultTy = Type::getX86_FP80Ty(Context);
1486 ResultTy = Type::getFP128Ty(Context);
1489 ResultTy = Type::getPPC_FP128Ty(Context);
1492 ResultTy = Type::getLabelTy(Context);
1495 ResultTy
[all...]
/external/clang/lib/Sema/
H A DSemaOverload.cpp1336 QualType &ResultTy) {
1377 ResultTy = ToType;
6708 /// operator. ResultTy and ParamTys are the result and parameter types
6715 void Sema::AddBuiltinCandidate(QualType ResultTy, QualType *ParamTys, argument
6729 Candidate.BuiltinTypes.ResultTy = ResultTy;
8068 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType); local
8071 S.AddBuiltinCandidate(ResultTy, ParamTypes, Args, CandidateSet);
8083 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType); local
8086 S.AddBuiltinCandidate(ResultTy, ParamType
1335 IsNoReturnConversion(QualType FromType, QualType ToType, QualType &ResultTy) argument
8136 QualType ResultTy = S.Context.getLValueReferenceType(T); local
[all...]
H A DSemaExpr.cpp4025 QualType ResultTy; local
4027 ResultTy = OriginalTy->getPointeeType();
4029 ResultTy = OriginalTy->getAsArrayTypeUnsafe()->getElementType();
4069 if (ResultTy->isFunctionType()) {
4071 << ResultTy << Base->getSourceRange();
4075 if (RequireCompleteType(Base->getExprLoc(), ResultTy,
5962 QualType ResultTy = CompositeTy.withCVRQualifiers(MergedCVRQual); local
5964 ResultTy = S.Context.getBlockPointerType(ResultTy);
5966 ResultTy
8711 QualType ResultTy = Context.getLogicalOperationType(); local
10278 QualType ResultTy; // Result type of the binary operator. local
[all...]
H A DSemaTemplateDeduction.cpp2711 QualType ResultTy; local
2715 S.IsNoReturnConversion(A, DeducedA, ResultTy)))
/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp832 IntegerType *ResultTy = cast<IntegerType>(BBI->getType()); local
866 Result.markConstantRange(LHSRange.truncate(ResultTy->getBitWidth()));
869 Result.markConstantRange(LHSRange.signExtend(ResultTy->getBitWidth()));
872 Result.markConstantRange(LHSRange.zeroExtend(ResultTy->getBitWidth()));
H A DConstantFolding.cpp678 Type *ResultTy, const DataLayout &DL,
680 Type *IntPtrTy = DL.getIntPtrType(ResultTy);
731 Type *ResultTy, const DataLayout &DL,
739 Type *ResultElementTy = ResultTy->getPointerElementType();
756 Res = ConstantExpr::getIntToPtr(Res, ResultTy);
804 return ConstantExpr::getIntToPtr(C, ResultTy);
879 C = FoldBitCast(C, ResultTy, DL);
677 CastGEPIndices(Type *SrcTy, ArrayRef<Constant *> Ops, Type *ResultTy, const DataLayout &DL, const TargetLibraryInfo *TLI) argument
730 SymbolicallyEvaluateGEP(Type *SrcTy, ArrayRef<Constant *> Ops, Type *ResultTy, const DataLayout &DL, const TargetLibraryInfo *TLI) argument
/external/clang/include/clang/AST/
H A DDeclBase.h1050 typedef ArrayRef<NamedDecl *> ResultTy; typedef in class:clang::DeclContextLookupResult
1051 ResultTy Result;
1066 typedef llvm::iterator_adaptor_base<iterator, ResultTy::iterator,
H A DASTContext.h1173 QualType getFunctionNoProtoType(QualType ResultTy,
1176 QualType getFunctionNoProtoType(QualType ResultTy) const {
1177 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo());
1181 QualType getFunctionType(QualType ResultTy, ArrayRef<QualType> Args,
/external/clang/include/clang/Sema/
H A DOverload.h604 QualType ResultTy; member in struct:clang::OverloadCandidate::__anon874
/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp516 Type *ResultTy) {
520 if (ExistingValue->getType() == ResultTy)
524 return Rewriter.expandCodeFor(S, ResultTy, InsertPt);
514 expandSCEVIfNeeded(SCEVExpander &Rewriter, const SCEV *S, Loop *L, Instruction *InsertPt, Type *ResultTy) argument
/external/llvm/lib/AsmParser/
H A DLLParser.h305 Type *&ResultTy);
H A DLLParser.cpp2143 Type *&ResultTy) {
2157 ResultTy = Entry.first;
2171 ResultTy = nullptr;
2173 return ParseArrayVectorType(ResultTy, true);
2174 return ParseType(ResultTy);
2192 ResultTy = STy;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp777 QualType ResultTy = MD->getReturnType(); local
785 return getMethodSummary(S, ID, MD, ResultTy, *CachedSummaries);
2800 QualType ResultTy = Ex->getType(); local
2802 RefVal::makeNotOwned(RetEffect::ObjC, ResultTy));
2827 QualType ResultTy = Ex->getType(); local
2829 RefVal::makeNotOwned(RetEffect::ObjC, ResultTy));
3089 QualType ResultTy = CallOrMsg.getResultType(); local
3091 ResultTy));
3106 QualType ResultTy = GetReturnType(Ex, C.getASTContext()); local
3108 ResultTy));
3377 QualType ResultTy = CE->getCallReturnType(C.getASTContext()); local
[all...]
/external/clang/lib/AST/
H A DASTContext.cpp2980 ASTContext::getFunctionNoProtoType(QualType ResultTy, argument
2987 FunctionNoProtoType::Profile(ID, ResultTy, Info);
2995 if (!ResultTy.isCanonical()) {
2996 Canonical = getFunctionNoProtoType(getCanonicalType(ResultTy), Info);
3006 FunctionNoProtoType(ResultTy, Canonical, newInfo);
3035 ASTContext::getFunctionType(QualType ResultTy, ArrayRef<QualType> ArgArray, argument
3042 FunctionProtoType::Profile(ID, ResultTy, ArgArray.begin(), NumArgs, EPI,
3052 EPI.ExceptionSpec.Type == EST_None && isCanonicalResultType(ResultTy) &&
3072 CanQualType CanResultTy = getCanonicalFunctionResultType(ResultTy);
3105 new (FTP) FunctionProtoType(ResultTy, ArgArra
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp709 const DataLayout &DL, MCContext &Ctx, CallingConv::ID CC, Type *ResultTy,
714 return setCallee(CC, ResultTy, Sym, std::move(ArgsList), FixedArgs);
708 setCallee( const DataLayout &DL, MCContext &Ctx, CallingConv::ID CC, Type *ResultTy, const char *Target, ArgListTy &&ArgsList, unsigned FixedArgs) argument
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2619 QualType ResultTy = OMethod->getReturnType(); local
2622 if (ResultTy == CGM.getContext().getObjCInstanceType())
2623 ResultTy = CGM.getContext().getPointerType(
2626 Elts.push_back(getOrCreateType(ResultTy, F));

Completed in 3843 milliseconds

12