Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp286 return ResultType; in ConvertFunctionTypeInternal()
398 ResultType = in ConvertType()
507 ResultType = \ in ConvertType()
586 if (!ResultType->isSized()) { in ConvertType()
590 ResultType = llvm::ArrayType::get(ResultType, 0); in ConvertType()
619 ResultType = in ConvertType()
639 ResultType = T; in ConvertType()
695 ResultType, in ConvertType()
698 ResultType = in ConvertType()
718 TypeCache[Ty] = ResultType; in ConvertType()
[all …]
H A DCGVTables.cpp74 bool NullCheckValue = !ResultType->isReferenceType(); in PerformReturnAdjustment()
165 QualType ResultType = FPT->getReturnType(); in GenerateVarArgsThunk() local
251 QualType ResultType; in StartThunk() local
253 ResultType = CGM.getContext().VoidTy; in StartThunk()
255 ResultType = ThisType; in StartThunk()
257 ResultType = CGM.getContext().VoidPtrTy; in StartThunk()
364 QualType ResultType = CGM.getCXXABI().HasThisReturn(CurGD) in EmitCallAndReturnForThunk() local
370 if (!ResultType->isVoidType() && in EmitCallAndReturnForThunk()
372 hasAggregateEvaluationKind(ResultType))) in EmitCallAndReturnForThunk()
388 if (!ResultType->isVoidType() && Slot.isNull()) in EmitCallAndReturnForThunk()
[all …]
H A DCGObjCRuntime.h170 QualType ResultType,
184 QualType ResultType,
201 QualType ResultType,
H A DCGCXXABI.cpp199 RValue RV, QualType ResultType) { in EmitReturnFromThunk() argument
200 assert(!CGF.hasAggregateEvaluationKind(ResultType) && in EmitReturnFromThunk()
202 CGF.EmitReturnOfRValue(RV, ResultType); in EmitReturnFromThunk()
H A DCGBuiltin.cpp184 if (ResultType->isPointerTy()) in EmitFromInt()
187 assert(V->getType() == ResultType); in EmitFromInt()
3142 if (Result->getType() != ResultType) in EmitBuiltinExpr()
3159 if (Result->getType() != ResultType) in EmitBuiltinExpr()
3180 if (Result->getType() != ResultType) in EmitBuiltinExpr()
3197 if (Result->getType() != ResultType) in EmitBuiltinExpr()
3212 if (Result->getType() != ResultType) in EmitBuiltinExpr()
3230 if (Result->getType() != ResultType) in EmitBuiltinExpr()
3417 if (Result->getType() != ResultType) in EmitBuiltinExpr()
10072 ResultType->isVectorTy()) in getSVEOverloadTypes()
[all …]
H A DCGObjC.cpp221 QualType ResultType = E->getType(); in EmitObjCCollectionLiteral() local
223 = ResultType->getAsObjCInterfacePointerType(); in EmitObjCCollectionLiteral()
378 CodeGenFunction &CGF, QualType ResultType, llvm::Value *Receiver, in tryGenerateSpecializedMessageSend() argument
390 ResultType->isObjCObjectPointerType()) { in tryGenerateSpecializedMessageSend()
394 return CGF.EmitObjCAlloc(Receiver, CGF.ConvertType(ResultType)); in tryGenerateSpecializedMessageSend()
410 if (ResultType->isObjCObjectPointerType() && in tryGenerateSpecializedMessageSend()
417 if (ResultType->isObjCObjectPointerType() && in tryGenerateSpecializedMessageSend()
424 if (ResultType->isVoidType() && in tryGenerateSpecializedMessageSend()
439 CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, in GeneratePossiblySpecializedMessageSend() argument
661 QualType ResultType = method ? method->getReturnType() : E->getType(); in EmitObjCMessageExpr() local
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Driscv_vector.td424 IntrinsicTypes = {ResultType,
429 IntrinsicTypes = {ResultType,
448 IntrinsicTypes = {ResultType,
472 IntrinsicTypes = {ResultType,
479 IntrinsicTypes = {ResultType,
513 IntrinsicTypes = {ResultType,
519 IntrinsicTypes = {ResultType,
554 IntrinsicTypes = {ResultType,
560 IntrinsicTypes = {ResultType,
2235 if (ResultType->isIntOrIntVectorTy(1) ||
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DParsing.cpp50 template <typename ResultType> struct ParseProgress {
53 ResultType Value;
131 template <typename ResultType>
132 ParseProgress<ResultType> makeParseProgress(ParseState State, in makeParseProgress()
133 ResultType Result) { in makeParseProgress()
134 return ParseProgress<ResultType>{State, std::move(Result)}; in makeParseProgress()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpression.h33 enum ResultType { eResultTypeAny, eResultTypeId }; enum
62 virtual ResultType DesiredResultType() { return eResultTypeAny; } in DesiredResultType()
H A DUserExpression.h60 ResultType desired_type,
209 ResultType DesiredResultType() override { return m_desired_type; } in DesiredResultType()
327 ResultType m_desired_type; ///< The type to coerce the expression's result to.
H A DLLVMUserExpression.h56 ResultType desired_type,
/freebsd/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.cpp161 StringRef ResultType; member
195 IO.mapOptional("ResultType", M.ResultType, StringRef("")); in mapping()
290 StringRef ResultType; member
312 IO.mapOptional("ResultType", F.ResultType, StringRef("")); in mapping()
769 MI.ResultType = std::string(M.ResultType); in convertMethod()
957 GFI.ResultType = std::string(Function.ResultType); in convertTopLevelItems()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp785 QualType ResultType = StaticResultType.substObjCTypeArgs( in getReturnTypeForMethod() local
788 return ResultType; in getReturnTypeForMethod()
986 QualType ResultType = in checkPostObjCMessage() local
989 if (ResultType.isNull()) in checkPostObjCMessage()
1001 State = setDynamicTypeInfo(State, RetRegion, ResultType, in checkPostObjCMessage()
1006 const auto *ResultPtrType = ResultType->getAs<ObjCObjectPointerType>(); in checkPostObjCMessage()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp280 CodeCompletionString::Chunk::CreateResultType(const char *ResultType) { in CreateResultType() argument
281 return Chunk(CK_ResultType, ResultType); in CreateResultType()
468 void CodeCompletionBuilder::AddResultTypeChunk(const char *ResultType) { in AddResultTypeChunk() argument
469 Chunks.push_back(Chunk::CreateResultType(ResultType)); in AddResultTypeChunk()
H A DSemaPseudoObject.cpp1149 QualType ResultType; in findAtIndexGetter() local
1152 ResultType = PTy->getPointeeType(); in findAtIndexGetter()
1158 CheckKeyForObjCARCConversion(S, ResultType, in findAtIndexGetter()
1164 if (ResultType.isNull()) { in findAtIndexGetter()
1186 AtIndexGetter = S.LookupMethodInObjectType(AtIndexGetterSelector, ResultType, in findAtIndexGetter()
1252 QualType ResultType; in findAtIndexSetter() local
1255 ResultType = PTy->getPointeeType(); in findAtIndexSetter()
1262 CheckKeyForObjCARCConversion(S, ResultType, in findAtIndexSetter()
1268 if (ResultType.isNull()) { in findAtIndexSetter()
1291 AtIndexSetter = S.LookupMethodInObjectType(AtIndexSetterSelector, ResultType, in findAtIndexSetter()
H A DSemaExprCXX.cpp6414 QualType ResultType; in CheckVectorConditionalTypes() local
6437 if (ResultType.isNull()) in CheckVectorConditionalTypes()
6455 ResultType = in CheckVectorConditionalTypes()
6465 assert(!ResultType.isNull() && ResultType->isVectorType() && in CheckVectorConditionalTypes()
6485 return ResultType; in CheckVectorConditionalTypes()
6508 QualType ResultType; in CheckSizelessVectorConditionalTypes() local
6517 ResultType = LHSType; in CheckSizelessVectorConditionalTypes()
6521 if (ResultType.isNull()) in CheckSizelessVectorConditionalTypes()
6548 assert(!ResultType.isNull() && ResultType->isSveVLSBuiltinType() && in CheckSizelessVectorConditionalTypes()
6557 << CondType << ResultType; in CheckSizelessVectorConditionalTypes()
[all …]
H A DSemaInit.cpp3251 if (!ResultType->isArrayType()) in createInitListExpr()
3252 ResultType = ResultType.getNonLValueExprType(SemaRef.Context); in createInitListExpr()
3253 Result->setType(ResultType); in createInitListExpr()
5427 QualType ResultType; in TryOrBuildParenListInitialization() local
5508 if (ResultType.isNull()) { in TryOrBuildParenListInitialization()
6007 QualType ResultType; in tryObjCWritebackConversion() local
8598 *ResultType in Perform()
8663 if (ResultType) in Perform()
9046 if (ResultType && in Perform()
9053 *ResultType = Ty; in Perform()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp633 auto *ResultType = cast<IntegerType>(ObjectSize->getType()); in lowerObjectSizeCall() local
640 isUIntN(ResultType->getBitWidth(), Size)) in lowerObjectSizeCall()
641 return ConstantInt::get(ResultType, Size); in lowerObjectSizeCall()
662 ResultSize = Builder.CreateZExtOrTrunc(ResultSize, ResultType); in lowerObjectSizeCall()
664 UseZero, ConstantInt::get(ResultType, 0), ResultSize); in lowerObjectSizeCall()
669 Builder.CreateICmpNE(Ret, ConstantInt::get(ResultType, -1))); in lowerObjectSizeCall()
678 return ConstantInt::get(ResultType, MaxVal ? -1ULL : 0); in lowerObjectSizeCall()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1332 QualType ResultType = Sym->getType(); in VisitBinaryOperator() local
1333 return VisitBinaryOperator(inferAs(Sym->getLHS(), ResultType), in VisitBinaryOperator()
1335 inferAs(Sym->getRHS(), ResultType), ResultType); in VisitBinaryOperator()
1374 APSIntType ResultType = ValueFactory.getAPSIntType(T); in VisitBinaryOperator() local
1378 auto ConvertedCoarseLHS = convert(CoarseLHS, ResultType); in VisitBinaryOperator()
1379 auto ConvertedCoarseRHS = convert(CoarseRHS, ResultType); in VisitBinaryOperator()
1670 APSIntType ResultType = ValueFactory.getAPSIntType(T); in VisitBinaryOperator() local
1671 llvm::APSInt Zero = ResultType.getZeroValue(); in VisitBinaryOperator()
1706 return {RangeFactory, ValueFactory.getMinValue(ResultType), in VisitBinaryOperator()
1728 APSIntType ResultType = ValueFactory.getAPSIntType(T); in VisitBinaryOperator() local
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h507 std::string ResultType; variable
588 LHS.ResultType == RHS.ResultType && LHS.Params == RHS.Params &&
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp873 Type *ResultType, const Twine &Name) { in CreateGCResult() argument
876 Type *Types[] = {ResultType}; in CreateGCResult()
885 Type *ResultType, const Twine &Name) { in CreateGCRelocate() argument
887 Type *Types[] = {ResultType}; in CreateGCRelocate()
1244 Type *ResultType = GetElementPtrInst::getGEPReturnType(Base, IdxList); in CreatePreserveArrayAccessIndex() local
1248 M, Intrinsic::preserve_array_access_index, {ResultType, BaseType}); in CreatePreserveArrayAccessIndex()
1289 Type *ResultType = in CreatePreserveStructAccessIndex() local
1294 M, Intrinsic::preserve_struct_access_index, {ResultType, BaseType}); in CreatePreserveStructAccessIndex()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp50 ResultType desired_type, in UserExpression()
180 const ResultType desired_type = options.DoesCoerceToId() in Evaluate()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp51 StringRef ResultType; member
375 Out << " " << info.ResultType << " " << info.MethodPrefix << "("; in emitNodeReaderWriterClass()
416 Out << " " << info.ResultType << " " in emitNodeReaderWriterMethod()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.h126 ResultType desired_type,

1234