| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 370 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 D | CGVTables.cpp | 73 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 D | CGObjCRuntime.h | 169 QualType ResultType, 183 QualType ResultType, 200 QualType ResultType,
|
| H A D | CGCXXABI.cpp | 158 RValue RV, QualType ResultType) { in EmitReturnFromThunk() argument 159 assert(!CGF.hasAggregateEvaluationKind(ResultType) && in EmitReturnFromThunk() 161 CGF.EmitReturnOfRValue(RV, ResultType); in EmitReturnFromThunk()
|
| H A D | CGBuiltin.cpp | 130 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 D | CGObjC.cpp | 218 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 D | Parsing.cpp | 51 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 D | UserExpression.h | 60 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 D | Expression.h | 35 enum ResultType { eResultTypeAny, eResultTypeId }; enum 64 virtual ResultType DesiredResultType() { return eResultTypeAny; } in DesiredResultType()
|
| H A D | LLVMUserExpression.h | 56 ResultType desired_type,
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | riscv_vector.td | 1252 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 D | APINotesTypes.cpp | 76 if (!ResultType.empty()) in dump() 77 OS << "Result Type: " << ResultType << ' '; in dump()
|
| H A D | APINotesYAMLCompiler.cpp | 162 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 D | DynamicTypePropagation.cpp | 789 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 D | MemoryBuiltins.cpp | 546 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 D | CodeCompleteConsumer.cpp | 271 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 D | SemaPseudoObject.cpp | 1144 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 D | SemaCast.cpp | 60 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 D | RangeConstraintManager.cpp | 949 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 D | IRBuilder.cpp | 778 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 D | RPCUtils.h | 458 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 D | UserExpression.cpp | 54 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 D | Types.h | 511 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 D | Signals.inc | 674 /// 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 D | ClangASTPropertiesEmitter.cpp | 50 StringRef ResultType; member 374 Out << " " << info.ResultType << " " << info.MethodPrefix << "("; in emitNodeReaderWriterClass() 415 Out << " " << info.ResultType << " " in emitNodeReaderWriterMethod()
|