Home
last modified time | relevance | path

Searched refs:ResultType (Results 1 – 25 of 72) sorted by relevance

123

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp370 llvm::Type *ResultType = nullptr; in ConvertFunctionTypeInternal() local
391 return ResultType; in ConvertFunctionTypeInternal()
498 ResultType = in ConvertType()
600 ResultType = \ in ConvertType()
670 if (!ResultType->isSized()) { in ConvertType()
674 ResultType = llvm::ArrayType::get(ResultType, 0); in ConvertType()
700 ResultType = in ConvertType()
720 ResultType = T; in ConvertType()
776 ResultType, in ConvertType()
797 TypeCache[Ty] = ResultType; in ConvertType()
[all …]
H A DCGVTables.cpp73 bool NullCheckValue = !ResultType->isReferenceType(); in PerformReturnAdjustment()
162 QualType ResultType = FPT->getReturnType(); in GenerateVarArgsThunk() local
246 QualType ResultType; in StartThunk() local
248 ResultType = CGM.getContext().VoidTy; in StartThunk()
250 ResultType = ThisType; in StartThunk()
252 ResultType = CGM.getContext().VoidPtrTy; in StartThunk()
359 QualType ResultType = CGM.getCXXABI().HasThisReturn(CurGD) in EmitCallAndReturnForThunk() local
365 if (!ResultType->isVoidType() && in EmitCallAndReturnForThunk()
367 hasAggregateEvaluationKind(ResultType))) in EmitCallAndReturnForThunk()
383 if (!ResultType->isVoidType() && Slot.isNull()) in EmitCallAndReturnForThunk()
[all …]
H A DCGObjCRuntime.h169 QualType ResultType,
183 QualType ResultType,
200 QualType ResultType,
H A DCGCXXABI.cpp158 RValue RV, QualType ResultType) { in EmitReturnFromThunk() argument
159 assert(!CGF.hasAggregateEvaluationKind(ResultType) && in EmitReturnFromThunk()
161 CGF.EmitReturnOfRValue(RV, ResultType); in EmitReturnFromThunk()
H A DCGBuiltin.cpp130 if (ResultType->isPointerTy()) in EmitFromInt()
133 assert(V->getType() == ResultType); in EmitFromInt()
2708 if (Result->getType() != ResultType) in EmitBuiltinExpr()
2725 if (Result->getType() != ResultType) in EmitBuiltinExpr()
2746 if (Result->getType() != ResultType) in EmitBuiltinExpr()
2763 if (Result->getType() != ResultType) in EmitBuiltinExpr()
2778 if (Result->getType() != ResultType) in EmitBuiltinExpr()
2796 if (Result->getType() != ResultType) in EmitBuiltinExpr()
2967 if (Result->getType() != ResultType) in EmitBuiltinExpr()
3241 if (Result->getType() != ResultType) in EmitBuiltinExpr()
[all …]
H A DCGObjC.cpp218 QualType ResultType = E->getType(); in EmitObjCCollectionLiteral() local
220 = ResultType->getAsObjCInterfacePointerType(); in EmitObjCCollectionLiteral()
388 ResultType->isObjCObjectPointerType()) { in tryGenerateSpecializedMessageSend()
392 return CGF.EmitObjCAlloc(Receiver, CGF.ConvertType(ResultType)); in tryGenerateSpecializedMessageSend()
408 if (ResultType->isObjCObjectPointerType() && in tryGenerateSpecializedMessageSend()
415 if (ResultType->isObjCObjectPointerType() && in tryGenerateSpecializedMessageSend()
422 if (ResultType->isVoidType() && in tryGenerateSpecializedMessageSend()
437 CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, in GeneratePossiblySpecializedMessageSend() argument
659 QualType ResultType = method ? method->getReturnType() : E->getType(); in EmitObjCMessageExpr() local
686 result = Runtime.GenerateMessageSendSuper(*this, Return, ResultType, in EmitObjCMessageExpr()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DParsing.cpp51 template <typename ResultType> struct ParseProgress {
54 ResultType Value;
132 template <typename ResultType>
133 ParseProgress<ResultType> makeParseProgress(ParseState State, in makeParseProgress()
134 ResultType Result) { in makeParseProgress()
135 return ParseProgress<ResultType>{State, std::move(Result)}; in makeParseProgress()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DUserExpression.h60 ResultType desired_type,
201 ResultType DesiredResultType() override { return m_desired_type; } in DesiredResultType()
303 ResultType m_desired_type; ///< The type to coerce the expression's result to.
H A DExpression.h35 enum ResultType { eResultTypeAny, eResultTypeId }; enum
64 virtual ResultType DesiredResultType() { return eResultTypeAny; } in DesiredResultType()
H A DLLVMUserExpression.h56 ResultType desired_type,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A Driscv_vector.td1252 IntrinsicTypes = {ResultType,
1263 IntrinsicTypes = {ResultType,
1281 IntrinsicTypes = {ResultType,
1293 IntrinsicTypes = {ResultType,
1313 IntrinsicTypes = {ResultType,
1330 IntrinsicTypes = {ResultType,
1340 IntrinsicTypes = {ResultType,
1360 IntrinsicTypes = {ResultType,
1372 IntrinsicTypes = {ResultType,
1395 IntrinsicTypes = {ResultType,
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesTypes.cpp76 if (!ResultType.empty()) in dump()
77 OS << "Result Type: " << ResultType << ' '; in dump()
H A DAPINotesYAMLCompiler.cpp162 StringRef ResultType; member
196 IO.mapOptional("ResultType", M.ResultType, StringRef("")); in mapping()
291 StringRef ResultType; member
313 IO.mapOptional("ResultType", F.ResultType, StringRef("")); in mapping()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp789 QualType ResultType = StaticResultType.substObjCTypeArgs( in getReturnTypeForMethod() local
792 return ResultType; in getReturnTypeForMethod()
990 QualType ResultType = in checkPostObjCMessage() local
993 if (ResultType.isNull()) in checkPostObjCMessage()
1005 State = setDynamicTypeInfo(State, RetRegion, ResultType, in checkPostObjCMessage()
1010 const auto *ResultPtrType = ResultType->getAs<ObjCObjectPointerType>(); in checkPostObjCMessage()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp546 auto *ResultType = cast<IntegerType>(ObjectSize->getType()); in lowerObjectSizeCall() local
553 isUIntN(ResultType->getBitWidth(), Size)) in lowerObjectSizeCall()
554 return ConstantInt::get(ResultType, Size); in lowerObjectSizeCall()
571 ResultSize = Builder.CreateZExtOrTrunc(ResultSize, ResultType); in lowerObjectSizeCall()
573 UseZero, ConstantInt::get(ResultType, 0), ResultSize); in lowerObjectSizeCall()
579 Builder.CreateICmpNE(Ret, ConstantInt::get(ResultType, -1))); in lowerObjectSizeCall()
588 return ConstantInt::get(ResultType, MaxVal ? -1ULL : 0); in lowerObjectSizeCall()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp271 CodeCompletionString::Chunk::CreateResultType(const char *ResultType) { in CreateResultType() argument
272 return Chunk(CK_ResultType, ResultType); in CreateResultType()
451 void CodeCompletionBuilder::AddResultTypeChunk(const char *ResultType) { in AddResultTypeChunk() argument
452 Chunks.push_back(Chunk::CreateResultType(ResultType)); in AddResultTypeChunk()
H A DSemaPseudoObject.cpp1144 QualType ResultType; in findAtIndexGetter() local
1147 ResultType = PTy->getPointeeType(); in findAtIndexGetter()
1153 CheckKeyForObjCARCConversion(S, ResultType, in findAtIndexGetter()
1159 if (ResultType.isNull()) { in findAtIndexGetter()
1181 AtIndexGetter = S.LookupMethodInObjectType(AtIndexGetterSelector, ResultType, in findAtIndexGetter()
1247 QualType ResultType; in findAtIndexSetter() local
1250 ResultType = PTy->getPointeeType(); in findAtIndexSetter()
1257 CheckKeyForObjCARCConversion(S, ResultType, in findAtIndexSetter()
1263 if (ResultType.isNull()) { in findAtIndexSetter()
1286 AtIndexSetter = S.LookupMethodInObjectType(AtIndexSetterSelector, ResultType, in findAtIndexSetter()
H A DSemaCast.cpp60 ResultType(destType.getNonLValueExprType(S.Context)), in CastOperation()
84 QualType ResultType; member
192 CheckNoDeref(Op.Self, Op.SrcExpr.get()->getType(), Op.ResultType, in ~CheckNoDerefRAII()
320 Context, Op.ResultType, Op.ValueKind, Op.Kind, Op.SrcExpr.get(), in BuildCXXNamedCast()
330 return Op.complete(CXXConstCastExpr::Create(Context, Op.ResultType, in BuildCXXNamedCast()
347 return Op.complete(CXXDynamicCastExpr::Create(Context, Op.ResultType, in BuildCXXNamedCast()
360 return Op.complete(CXXReinterpretCastExpr::Create(Context, Op.ResultType, in BuildCXXNamedCast()
375 Context, Op.ResultType, Op.ValueKind, Op.Kind, Op.SrcExpr.get(), in BuildCXXNamedCast()
409 new (Context) BuiltinBitCastExpr(Op.ResultType, Op.ValueKind, Op.Kind, in BuildBuiltinBitCastExpr()
3219 Context, Op.ResultType, Op.ValueKind, Op.Kind, Op.SrcExpr.get(), in BuildCStyleCastExpr()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp949 QualType ResultType = Sym->getType(); in VisitBinaryOperator() local
950 return VisitBinaryOperator(inferAs(Sym->getLHS(), ResultType), in VisitBinaryOperator()
952 inferAs(Sym->getRHS(), ResultType), ResultType); in VisitBinaryOperator()
1006 APSIntType ResultType = ValueFactory.getAPSIntType(T); in VisitBinaryOperator() local
1010 auto ConvertedCoarseLHS = convert(CoarseLHS, ResultType); in VisitBinaryOperator()
1011 auto ConvertedCoarseRHS = convert(CoarseRHS, ResultType); in VisitBinaryOperator()
1227 APSIntType ResultType = ValueFactory.getAPSIntType(T); in VisitBinaryOperator() local
1228 llvm::APSInt Zero = ResultType.getZeroValue(); in VisitBinaryOperator()
1263 return {RangeFactory, ValueFactory.getMinValue(ResultType), in VisitBinaryOperator()
1285 APSIntType ResultType = ValueFactory.getAPSIntType(T); in VisitBinaryOperator() local
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp778 Type *ResultType, in CreateGCResult() argument
782 Type *Types[] = {ResultType}; in CreateGCResult()
792 Type *ResultType, in CreateGCRelocate() argument
795 Type *Types[] = {ResultType}; in CreateGCRelocate()
1157 Type *ResultType = in CreatePreserveArrayAccessIndex() local
1162 M, Intrinsic::preserve_array_access_index, {ResultType, BaseType}); in CreatePreserveArrayAccessIndex()
1205 Type *ResultType = in CreatePreserveStructAccessIndex() local
1210 M, Intrinsic::preserve_struct_access_index, {ResultType, BaseType}); in CreatePreserveStructAccessIndex()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DRPCUtils.h458 using ResultType = Expected<ResultT>; variable
465 using ResultType = Error; variable
472 using ResultType = Error; variable
479 using ResultType = Error; variable
1314 SeqNo](typename AHTraits::ResultType RetVal) -> Error { in wrapAsyncHandler()
1502 using ResultType = typename AltRetTraits::ErrorReturnType; in callB() local
1503 ResultType Result = AltRetTraits::createBlankErrorReturnValue(); in callB()
1510 [&](ResultType R) { in callB()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp54 ResultType desired_type, in UserExpression()
164 const ResultType desired_type = options.DoesCoerceToId() in Evaluate()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h511 std::string ResultType; variable
593 LHS.ResultType == RHS.ResultType && LHS.Params == RHS.Params &&
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc674 /// Populate ResultType with a valid MINIDUMP_TYPE based on the value of
686 /// \returns true if a valid value for ResultType can be set, false otherwise.
687 static bool GetDumpType(HKEY Key, MINIDUMP_TYPE &ResultType) {
706 ResultType = static_cast<MINIDUMP_TYPE>(Flags);
710 ResultType = MiniDumpNormal;
713 ResultType = MiniDumpWithFullMemory;
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp50 StringRef ResultType; member
374 Out << " " << info.ResultType << " " << info.MethodPrefix << "("; in emitNodeReaderWriterClass()
415 Out << " " << info.ResultType << " " in emitNodeReaderWriterMethod()

123