Home
last modified time | relevance | path

Searched defs:ResultType (Results 1 – 25 of 48) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/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
1502 using ResultType = typename AltRetTraits::ErrorReturnType; in callB() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp127 QualType T, llvm::Type *ResultType) { in EmitFromInt()
562 llvm::Type *ResultType = CGF.ConvertType(E->getType()); in emitMaybeConstrainedFPToIntRoundBuiltin() local
1438 llvm::Type *ResultType = ConvertType(E->getType()); in EmitMSVCBuiltinExpr() local
2645 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local
2665 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local
2682 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local
2699 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local
2720 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local
2736 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local
2754 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local
[all …]
H A DCGVTables.cpp70 QualType ResultType, RValue RV, in PerformReturnAdjustment()
162 QualType ResultType = FPT->getReturnType(); in GenerateVarArgsThunk() local
246 QualType ResultType; in StartThunk() local
359 QualType ResultType = CGM.getCXXABI().HasThisReturn(CurGD) in EmitCallAndReturnForThunk() local
H A DCodeGenTypes.cpp370 llvm::Type *ResultType = nullptr; in ConvertFunctionTypeInternal() local
425 llvm::Type *ResultType = nullptr; in ConvertType() local
H A DCGCXXABI.cpp158 RValue RV, QualType ResultType) { in EmitReturnFromThunk()
H A DCGObjC.cpp218 QualType ResultType = E->getType(); in EmitObjCCollectionLiteral() local
374 tryGenerateSpecializedMessageSend(CodeGenFunction &CGF, QualType ResultType, in tryGenerateSpecializedMessageSend()
437 CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, in GeneratePossiblySpecializedMessageSend()
659 QualType ResultType = method ? method->getReturnType() : E->getType(); in EmitObjCMessageExpr() local
H A DCGObjCMac.cpp2080 QualType ResultType, in GenerateMessageSendSuper()
2143 QualType ResultType, in GenerateMessageSend()
2166 QualType ResultType, in EmitMessageSend()
4116 auto ResultType = CGF.getContext().getObjCIdType(); in GenerateDirectMethodPrologue() local
7408 QualType ResultType, in GenerateMessageSend()
7609 QualType ResultType, in GenerateMessageSendSuper()
H A DCGCall.cpp414 CanQualType ResultType = TheCXXABI.HasThisReturn(GD) in arrangeCXXConstructorCall() local
1546 bool CodeGenModule::ReturnTypeUsesFPRet(QualType ResultType) { in ReturnTypeUsesFPRet()
1563 bool CodeGenModule::ReturnTypeUsesFP2Ret(QualType ResultType) { in ReturnTypeUsesFP2Ret()
H A DCGStmt.cpp2557 llvm::Type *ResultType; in EmitAsmStmt() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp271 CodeCompletionString::Chunk::CreateResultType(const char *ResultType) { in CreateResultType()
451 void CodeCompletionBuilder::AddResultTypeChunk(const char *ResultType) { in AddResultTypeChunk()
H A DSemaPseudoObject.cpp1144 QualType ResultType; in findAtIndexGetter() local
1247 QualType ResultType; in findAtIndexSetter() local
H A DSemaExprCXX.cpp1528 QualType ResultType = Result.get()->getType(); in BuildCXXTypeConstructExpr() local
2020 QualType ResultType = Context.getPointerType(AllocType); in BuildCXXNew() local
5286 QualType ResultType = Context.getLogicalOperationType(); in BuildTypeTrait() local
6017 QualType ResultType; in CheckVectorConditionalTypes() local
7738 QualType ResultType = Method->getReturnType(); in BuildCXXMemberCallExpr() local
H A DSemaDeclObjC.cpp144 QualType ResultType = NewMethod->getReturnType(); in CheckObjCMethodOverride() local
373 QualType ResultType = MDecl->getReturnType(); in ActOnStartOfObjCMethodDef() local
4227 QualType ResultType = Method->getReturnType(); in CheckRelatedResultTypeCompatibility() local
H A DSemaDeclAttr.cpp1546 QualType ResultType = getFunctionOrMethodResultType(D); in handleReturnsNonNullAttr() local
1582 QualType ResultType = getFunctionOrMethodResultType(D); in AddAssumeAlignedAttr() local
1631 QualType ResultType = getFunctionOrMethodResultType(D); in AddAllocAlignAttr() local
1948 QualType ResultType = getFunctionOrMethodResultType(D); in handleRestrictAttr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp789 QualType ResultType = StaticResultType.substObjCTypeArgs( in getReturnTypeForMethod() local
990 QualType ResultType = in checkPostObjCMessage() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/
H A Doperations.d213 template typeCheck(bool fail, T, ResultType) in typeCheck() argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/APINotes/
H A DTypes.h511 std::string ResultType; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp756 Type *ResultType, in CreateGCResult()
770 Type *ResultType, in CreateGCRelocate()
1115 Type *ResultType = in CreatePreserveArrayAccessIndex() local
1159 Type *ResultType = in CreatePreserveStructAccessIndex() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp162 StringRef ResultType; member
291 StringRef ResultType; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp942 QualType ResultType = Sym->getType(); in VisitBinaryOperator() local
999 APSIntType ResultType = ValueFactory.getAPSIntType(T); in VisitBinaryOperator() local
1216 APSIntType ResultType = ValueFactory.getAPSIntType(T); in VisitBinaryOperator() local
1274 APSIntType ResultType = ValueFactory.getAPSIntType(T); in VisitBinaryOperator() local
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp50 StringRef ResultType; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp546 auto *ResultType = cast<IntegerType>(ObjectSize->getType()); in lowerObjectSizeCall() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3005 QualType ResultType = getObjCGCQualType(Pointee, GCAttr); in getObjCGCQualType() local
3053 QualType ResultType) { in adjustDeducedFunctionResultType()
9751 QualType ResultType = mergeTypes(LHSPointee, RHSPointee, false, in mergeTypes() local
9784 QualType ResultType = mergeTypes(LHSPointee, RHSPointee, OfBlockPointer, in mergeTypes() local
9803 QualType ResultType = mergeTypes(LHSValue, RHSValue, false, in mergeTypes() local
9827 QualType ResultType = mergeTypes(LHSElem, RHSElem, false, Unqualified); in mergeTypes() local
10038 QualType ResultType = in mergeObjCGCQualifiers() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Drandom.d2225 alias ResultType = Unqual!(CommonType!(T1, T2)); variable
2429 alias ResultType = UInt; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp967 Instruction *I, Type *ResultType, Value *Addr, Align AddrAlign, in expandAtomicOpToLLSC()

12