Searched defs:ResultTy (Results 1 - 25 of 27) sorted by path

12

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1401 QualType getFunctionType(QualType ResultTy, ArrayRef<QualType> Args, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3832 ASTContext::getFunctionNoProtoType(QualType ResultTy, argument
3911 getFunctionTypeInternal( QualType ResultTy, ArrayRef<QualType> ArgArray, const FunctionProtoType::ExtProtoInfo &EPI, bool OnlyWantCanonical) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp723 QualType ResultTy = CE->getCallReturnType(Ctx); local
1278 QualType ResultTy = MD->getReturnType(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3560 QualType ResultTy = OMethod->getReturnType(); local
H A DCGExprScalar.cpp3474 QualType ResultTy = op.Ty; local
3896 llvm::IntegerType *ResultTy = cast<llvm::IntegerType>(Result->getType()); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5619 QualType ResultTy = Context.getPointerType(Context.CharTy.withConst()); local
H A DSemaExpr.cpp1362 QualType ResultTy = LHSTyRank > RHSTyRank ? LHSTy : RHSTy; local
4553 QualType ResultTy = E->getType(); local
4627 QualType ResultTy; local
5938 QualType ResultTy; local
7151 QualType ResultTy = [&, ResultAddrSpace]() { local
12854 convertHalfVecBinOp(Sema &S, ExprResult LHS, ExprResult RHS, BinaryOperatorKind Opc, QualType ResultTy, ExprValueKind VK, ExprObjectKind OK, bool IsCompAssign, SourceLocation OpLoc, FPOptions FPFeatures) argument
12940 QualType ResultTy; // Result type of the binary operator. local
[all...]
H A DSemaExprMember.cpp1751 QualType ResultTy = E->getType(); local
H A DSemaTemplateDeduction.cpp3285 QualType ResultTy; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp251 QualType ResultTy = Ex->getType(); local
277 QualType ResultTy = Ex->getType(); local
689 QualType ResultTy = CallOrMsg.getResultType(); local
415 refValFromRetEffect(RetEffect RE, QualType ResultTy) argument
901 QualType ResultTy = Call.getResultType(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp77 QualType ResultTy = E->getType(); local
H A DExprEngineCallAndReturn.cpp663 QualType ResultTy = Call.getResultType(); local
H A DSValBuilder.cpp377 makeSymExprValNN(BinaryOperator::Opcode Op, NonLoc LHS, NonLoc RHS, QualType ResultTy) argument
H A DSimpleSValBuilder.cpp387 QualType ResultTy; local
446 tryRearrange(ProgramStateRef State, BinaryOperator::Opcode Op, NonLoc Lhs, NonLoc Rhs, QualType ResultTy) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h104 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, argument
126 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, argument
150 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy, argument
166 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp766 CastGEPIndices(Type *SrcElemTy, ArrayRef<Constant *> Ops, Type *ResultTy, Optional<unsigned> InRangeIndex, const DataLayout &DL, const TargetLibraryInfo *TLI) argument
H A DScalarEvolution.cpp1123 BinomialCoefficient(const SCEV *It, unsigned K, ScalarEvolution &SE, Type *ResultTy) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1710 Type *ResultTy = nullptr; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1691 Type *ResultTy; local
1003 insertRMWLLSCLoop( IRBuilder< &Builder, Type *ResultTy, Value *Addr, AtomicOrdering MemOpOrder, function_ref<Value *(IRBuilder<> &, Value *)> PerformOp) argument
1345 insertRMWCmpXchgLoop( IRBuilder< &Builder, Type *ResultTy, Value *Addr, AtomicOrdering MemOpOrder, function_ref<Value *(IRBuilder<> &, Value *)> PerformOp, CreateCmpXchgInstFun CreateCmpXchg) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp195 insertParts(Register DstReg, LLT ResultTy, LLT PartTy, ArrayRef<Register> PartRegs, LLT LeftoverTy, ArrayRef<Register> LeftoverRegs) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp909 setCallee( const DataLayout &DL, MCContext &Ctx, CallingConv::ID CC, Type *ResultTy, StringRef Target, ArgListTy &&ArgsList, unsigned FixedArgs) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp894 Type *ResultTy = Op->getType(); local
928 Type *ResultTy = Op->getType(); local
2146 Type *ResultTy = CI->getType(); local
2161 Type *ResultTy = CI->getArgOperand(1)->getType(); local
2177 Type *ResultTy = CI->getType(); local
[all...]
H A DConstantFold.cpp1812 Type *ResultTy; local
[all...]
H A DConstants.cpp2150 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); local
2175 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); local
H A DFunction.cpp1074 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context); local

Completed in 544 milliseconds

12