Searched refs:ResultTy (Results 1 - 25 of 43) 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/swiftshader/third_party/LLVM/lib/Target/Blackfin/
H A DBlackfinIntrinsicInfo.cpp85 Type *ResultTy = NULL;
93 return FunctionType::get(ResultTy, ArgTys, IsVarArg);
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeIntrinsicInfo.cpp94 Type *ResultTy = NULL;
102 return FunctionType::get(ResultTy, ArgTys, IsVarArg);
/external/llvm/include/llvm/CodeGen/
H A DFastISel.h98 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, argument
101 RetTy = ResultTy;
120 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, argument
124 RetTy = ResultTy;
144 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy, argument
147 RetTy = ResultTy;
156 CallingConv::ID CC, Type *ResultTy,
160 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy, argument
163 RetTy = ResultTy;
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
H A DBitcodeReader.cpp563 Type *ResultTy = 0; local
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
790 Type *ResultTy = 0; local
[all...]
/external/llvm/lib/IR/
H A DConstantFold.cpp1678 Type *ResultTy; local
1680 ResultTy = VectorType::get(Type::getInt1Ty(C1->getContext()),
1683 ResultTy = Type::getInt1Ty(C1->getContext());
1687 return Constant::getNullValue(ResultTy);
1690 return Constant::getAllOnesValue(ResultTy);
1700 return UndefValue::get(ResultTy);
1705 return ConstantInt::get(ResultTy, CmpInst::isTrueWhenEqual(Predicate));
1709 return ConstantInt::get(ResultTy, CmpInst::isUnordered(Predicate));
1753 case ICmpInst::ICMP_EQ: return ConstantInt::get(ResultTy, V1 == V2);
1754 case ICmpInst::ICMP_NE: return ConstantInt::get(ResultTy, V
[all...]
H A DAutoUpgrade.cpp427 Type *ResultTy = Op->getType(); local
428 unsigned NumElts = ResultTy->getVectorNumElements() * 8;
454 return Builder.CreateBitCast(Res, ResultTy, "cast");
461 Type *ResultTy = Op->getType(); local
462 unsigned NumElts = ResultTy->getVectorNumElements() * 8;
488 return Builder.CreateBitCast(Res, ResultTy, "cast");
H A DFunction.cpp867 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context); local
877 return FunctionType::get(ResultTy, ArgTys, true);
879 return FunctionType::get(ResultTy, ArgTys, false);
/external/clang/lib/Analysis/
H A DBodyFarm.cpp291 QualType ResultTy = D->getReturnType();
292 bool isBoolean = ResultTy->isBooleanType();
293 if (!isBoolean && !ResultTy->isIntegralType(C))
335 : M.makeIntegralCast(BoolVal, ResultTy);
342 : M.makeIntegralCast(BoolVal, ResultTy);
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstantFold.cpp1838 Type *ResultTy; local
1840 ResultTy = VectorType::get(Type::getInt1Ty(C1->getContext()),
1843 ResultTy = Type::getInt1Ty(C1->getContext());
1847 return Constant::getNullValue(ResultTy);
1850 return Constant::getAllOnesValue(ResultTy);
1859 return UndefValue::get(ResultTy);
1862 return ConstantInt::get(ResultTy, CmpInst::isTrueWhenEqual(pred));
1910 case ICmpInst::ICMP_EQ: return ConstantInt::get(ResultTy, V1 == V2);
1911 case ICmpInst::ICMP_NE: return ConstantInt::get(ResultTy, V1 != V2);
1912 case ICmpInst::ICMP_SLT: return ConstantInt::get(ResultTy, V
[all...]
H A DFunction.cpp361 Type *ResultTy = NULL;
369 return FunctionType::get(ResultTy, ArgTys, IsVarArg);
H A DConstants.cpp1640 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); local
1642 ResultTy = VectorType::get(ResultTy, VT->getNumElements());
1645 return pImpl->ExprConstants.getOrCreate(ResultTy, Key);
1663 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); local
1665 ResultTy = VectorType::get(ResultTy, VT->getNumElements());
1668 return pImpl->ExprConstants.getOrCreate(ResultTy, Key);
/external/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp61 insertRMWLLSCLoop(IRBuilder<> &Builder, Type *ResultTy, Value *Addr,
65 Instruction *I, Type *ResultTy, Value *Addr, AtomicOrdering MemOpOrder,
865 IRBuilder<> &Builder, Type *ResultTy, Value *Addr,
1212 IRBuilder<> &Builder, Type *ResultTy, Value *Addr,
1244 LoadInst *InitLoaded = Builder.CreateLoad(ResultTy, Addr);
1246 InitLoaded->setAlignment(ResultTy->getPrimitiveSizeInBits() / 8);
1251 PHINode *Loaded = Builder.CreatePHI(ResultTy, 2, "loaded");
1533 Type *ResultTy; local
1595 ResultTy = Type::getInt1Ty(Ctx);
1598 ResultTy
864 insertRMWLLSCLoop( IRBuilder< &Builder, Type *ResultTy, Value *Addr, AtomicOrdering MemOpOrder, function_ref<Value *(IRBuilder<> &, Value *)> PerformOp) argument
1211 insertRMWCmpXchgLoop( IRBuilder< &Builder, Type *ResultTy, Value *Addr, AtomicOrdering MemOpOrder, function_ref<Value *(IRBuilder<> &, Value *)> PerformOp, CreateCmpXchgInstFun CreateCmpXchg) argument
[all...]
/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.cpp553 QualType ResultTy = Call.getResultType(); local
556 SVal R = SVB.conjureSymbolVal(nullptr, E, LCtx, ResultTy, Count);
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1621 Type *ResultTy = nullptr; local
1633 ResultTy = Type::getVoidTy(Context);
1636 ResultTy = Type::getHalfTy(Context);
1639 ResultTy = Type::getFloatTy(Context);
1642 ResultTy = Type::getDoubleTy(Context);
1645 ResultTy = Type::getX86_FP80Ty(Context);
1648 ResultTy = Type::getFP128Ty(Context);
1651 ResultTy = Type::getPPC_FP128Ty(Context);
1654 ResultTy = Type::getLabelTy(Context);
1657 ResultTy
[all...]
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DConstantFolding.cpp545 Type *ResultTy,
548 Type *IntPtrTy = TD->getIntPtrType(ResultTy->getContext());
579 Type *ResultTy,
595 cast<PointerType>(ResultTy)->getElementType()->isIntegerTy(8)) {
603 Res = ConstantExpr::getIntToPtr(Res, ResultTy);
648 return ConstantExpr::getIntToPtr(C, ResultTy);
699 } while (Ty != cast<PointerType>(ResultTy)->getElementType());
715 if (Ty != cast<PointerType>(ResultTy)->getElementType())
716 C = FoldBitCast(C, ResultTy, *TD);
544 CastGEPIndices(ArrayRef<Constant *> Ops, Type *ResultTy, const TargetData *TD) argument
578 SymbolicallyEvaluateGEP(ArrayRef<Constant *> Ops, Type *ResultTy, const TargetData *TD) argument
H A DLazyValueInfo.cpp731 IntegerType *ResultTy = cast<IntegerType>(BBI->getType()); local
765 Result.markConstantRange(LHSRange.truncate(ResultTy->getBitWidth()));
768 Result.markConstantRange(LHSRange.signExtend(ResultTy->getBitWidth()));
771 Result.markConstantRange(LHSRange.zeroExtend(ResultTy->getBitWidth()));
/external/clang/lib/Sema/
H A DSemaExpr.cpp4253 QualType ResultTy; local
4255 ResultTy = OriginalTy->getPointeeType();
4257 ResultTy = OriginalTy->getAsArrayTypeUnsafe()->getElementType();
4297 if (ResultTy->isFunctionType()) {
4299 << ResultTy << Base->getSourceRange();
4303 if (RequireCompleteType(Base->getExprLoc(), ResultTy,
6310 QualType ResultTy = CompositeTy.withCVRQualifiers(MergedCVRQual); local
6313 ResultTy = S.Context.getBlockPointerType(ResultTy);
6316 auto ResultAddrSpace = ResultTy
9147 QualType ResultTy = Context.getLogicalOperationType(); local
10794 QualType ResultTy; // Result type of the binary operator. local
[all...]
H A DSemaOverload.cpp1388 QualType &ResultTy) {
1429 ResultTy = ToType;
6754 /// operator. ResultTy and ParamTys are the result and parameter types
6761 void Sema::AddBuiltinCandidate(QualType ResultTy, QualType *ParamTys, argument
6775 Candidate.BuiltinTypes.ResultTy = ResultTy;
8116 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType); local
8119 S.AddBuiltinCandidate(ResultTy, ParamTypes, Args, CandidateSet);
8131 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType); local
8134 S.AddBuiltinCandidate(ResultTy, ParamType
1387 IsNoReturnConversion(QualType FromType, QualType ToType, QualType &ResultTy) argument
8184 QualType ResultTy = S.Context.getLValueReferenceType(T); local
[all...]
/external/clang/include/clang/AST/
H A DDeclBase.h1068 typedef ArrayRef<NamedDecl *> ResultTy; typedef in class:clang::DeclContextLookupResult
1069 ResultTy Result;
1084 typedef llvm::iterator_adaptor_base<iterator, ResultTy::iterator,
H A DASTContext.h1186 QualType getFunctionNoProtoType(QualType ResultTy,
1189 QualType getFunctionNoProtoType(QualType ResultTy) const {
1190 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo());
1194 QualType getFunctionType(QualType ResultTy, ArrayRef<QualType> Args,
/external/clang/include/clang/Sema/
H A DOverload.h608 QualType ResultTy; member in struct:clang::OverloadCandidate::__anon1329
/external/swiftshader/third_party/LLVM/lib/AsmParser/
H A DLLParser.h228 Type *&ResultTy);

Completed in 2151 milliseconds

12