/netbsd-src/external/apache2/llvm/dist/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 1502 using ResultType = typename AltRetTraits::ErrorReturnType; in callB() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 127 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 D | CGVTables.cpp | 70 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 D | CodeGenTypes.cpp | 370 llvm::Type *ResultType = nullptr; in ConvertFunctionTypeInternal() local 425 llvm::Type *ResultType = nullptr; in ConvertType() local
|
H A D | CGCXXABI.cpp | 158 RValue RV, QualType ResultType) { in EmitReturnFromThunk()
|
H A D | CGObjC.cpp | 218 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 D | CGObjCMac.cpp | 2080 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 D | CGCall.cpp | 414 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 D | CGStmt.cpp | 2557 llvm::Type *ResultType; in EmitAsmStmt() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 271 CodeCompletionString::Chunk::CreateResultType(const char *ResultType) { in CreateResultType() 451 void CodeCompletionBuilder::AddResultTypeChunk(const char *ResultType) { in AddResultTypeChunk()
|
H A D | SemaPseudoObject.cpp | 1144 QualType ResultType; in findAtIndexGetter() local 1247 QualType ResultType; in findAtIndexSetter() local
|
H A D | SemaExprCXX.cpp | 1528 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 D | SemaDeclObjC.cpp | 144 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 D | SemaDeclAttr.cpp | 1546 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 D | DynamicTypePropagation.cpp | 789 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 D | operations.d | 213 template typeCheck(bool fail, T, ResultType) in typeCheck() argument
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/APINotes/ |
H A D | Types.h | 511 std::string ResultType; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 756 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 D | APINotesYAMLCompiler.cpp | 162 StringRef ResultType; member 291 StringRef ResultType; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 942 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 D | ClangASTPropertiesEmitter.cpp | 50 StringRef ResultType; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 546 auto *ResultType = cast<IntegerType>(ObjectSize->getType()); in lowerObjectSizeCall() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTContext.cpp | 3005 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 D | random.d | 2225 alias ResultType = Unqual!(CommonType!(T1, T2)); variable 2429 alias ResultType = UInt; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 967 Instruction *I, Type *ResultType, Value *Addr, Align AddrAlign, in expandAtomicOpToLLSC()
|