/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
H A D | Expression.h | 33 enum ResultType { eResultTypeAny, eResultTypeId }; enum
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 184 QualType T, llvm::Type *ResultType) { in EmitFromInt() 615 llvm::Type *ResultType = CGF.ConvertType(E->getType()); in emitMaybeConstrainedFPToIntRoundBuiltin() local 1821 llvm::Type *ResultType = ConvertType(E->getType()); in EmitMSVCBuiltinExpr() local 3212 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local 3238 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local 3270 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local 3296 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local 3317 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local 3333 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local 3352 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local [all …]
|
H A D | CGVTables.cpp | 71 QualType ResultType, RValue RV, in PerformReturnAdjustment() 171 QualType ResultType = FPT->getReturnType(); in GenerateVarArgsThunk() local 258 QualType ResultType; in StartThunk() local 376 QualType ResultType = CGM.getCXXABI().HasThisReturn(CurGD) in EmitCallAndReturnForThunk() local
|
H A D | CodeGenTypes.cpp | 329 llvm::Type *ResultType = nullptr; in ConvertFunctionTypeInternal() local 381 llvm::Type *ResultType = nullptr; in ConvertType() local
|
H A D | CGCXXABI.cpp | 209 RValue RV, QualType ResultType) { in EmitReturnFromThunk()
|
H A D | CGObjC.cpp | 221 QualType ResultType = E->getType(); in EmitObjCCollectionLiteral() local 378 CodeGenFunction &CGF, QualType ResultType, llvm::Value *Receiver, in tryGenerateSpecializedMessageSend() 439 CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, in GeneratePossiblySpecializedMessageSend() 661 QualType ResultType = method ? method->getReturnType() : E->getType(); in EmitObjCMessageExpr() local
|
H A D | CGObjCMac.cpp | 2057 QualType ResultType, in GenerateMessageSendSuper() 2119 QualType ResultType, in GenerateMessageSend() 2133 QualType ResultType, in EmitMessageSend() 4041 auto ResultType = CGF.getContext().getObjCIdType(); in GenerateDirectMethodPrologue() local 7344 QualType ResultType, in GenerateMessageSend() 7544 QualType ResultType, in GenerateMessageSendSuper()
|
H A D | CGCall.cpp | 440 CanQualType ResultType = getCXXABI().HasThisReturn(GD) ? ArgTypes.front() in arrangeCXXConstructorCall() local 1572 bool CodeGenModule::ReturnTypeUsesFPRet(QualType ResultType) { in ReturnTypeUsesFPRet() 1589 bool CodeGenModule::ReturnTypeUsesFP2Ret(QualType ResultType) { in ReturnTypeUsesFP2Ret()
|
H A D | CGObjCGNU.cpp | 2632 QualType ResultType, in GenerateMessageSendSuper() 2750 QualType ResultType, in GenerateMessageSend()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 280 CodeCompletionString::Chunk::CreateResultType(const char *ResultType) { in CreateResultType() 468 void CodeCompletionBuilder::AddResultTypeChunk(const char *ResultType) { in AddResultTypeChunk()
|
H A D | SemaPseudoObject.cpp | 1077 QualType ResultType; in findAtIndexGetter() local 1176 QualType ResultType; in findAtIndexSetter() local
|
H A D | SemaAPINotes.cpp | 502 QualType ResultType = Sema::GetTypeFromParser(ParsedType.get()); in ProcessAPINotes() local
|
H A D | SemaInit.cpp | 3389 QualType ResultType = CurrentObjectType; in createInitListExpr() local 5564 QualType ResultType; in TryOrBuildParenListInitialization() local 6148 QualType ResultType; in tryObjCWritebackConversion() local 7486 QualType *ResultType) { in Perform()
|
H A D | SemaDeclObjC.cpp | 150 QualType ResultType = NewMethod->getReturnType(); in CheckObjCMethodOverride() local 382 QualType ResultType = MDecl->getReturnType(); in ActOnStartOfObjCMethodDef() local 4248 QualType ResultType = Method->getReturnType(); in CheckRelatedResultTypeCompatibility() local
|
H A D | SemaDeclAttr.cpp | 1322 QualType ResultType = getFunctionOrMethodResultType(D); in handleReturnsNonNullAttr() local 1358 QualType ResultType = getFunctionOrMethodResultType(D); in AddAssumeAlignedAttr() local 1407 QualType ResultType = getFunctionOrMethodResultType(D); in AddAllocAlignAttr() local 1711 QualType ResultType = getFunctionOrMethodResultType(D); in handleRestrictAttr() local
|
H A D | SemaExprCXX.cpp | 1681 QualType ResultType = Result.get()->getType(); in BuildCXXTypeConstructExpr() local 2169 QualType ResultType = Context.getPointerType(AllocType); in BuildCXXNew() local 6662 QualType ResultType; in CheckVectorConditionalTypes() local 6756 QualType ResultType; in CheckSizelessVectorConditionalTypes() local
|
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/ |
H A D | Types.h | 519 std::string ResultType; variable
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 874 Type *ResultType, const Twine &Name) { in CreateGCResult() 886 Type *ResultType, const Twine &Name) { in CreateGCRelocate() 1225 Type *ResultType = GetElementPtrInst::getGEPReturnType(Base, IdxList); in CreatePreserveArrayAccessIndex() local 1270 Type *ResultType = in CreatePreserveStructAccessIndex() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 1332 QualType ResultType = Sym->getType(); in VisitBinaryOperator() local 1374 APSIntType ResultType = ValueFactory.getAPSIntType(T); in VisitBinaryOperator() local 1670 APSIntType ResultType = ValueFactory.getAPSIntType(T); in VisitBinaryOperator() local 1728 APSIntType ResultType = ValueFactory.getAPSIntType(T); in VisitBinaryOperator() local
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 161 StringRef ResultType; member 290 StringRef ResultType; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 914 ArrayRef<EVT> ResultType(N->value_begin(), N->value_end()); in FDiv() local 965 ArrayRef<EVT> ResultType(N->value_begin(), N->value_end()); in FastFDiv() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 633 auto *ResultType = cast<IntegerType>(ObjectSize->getType()); in lowerObjectSizeCall() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 3440 QualType ResultType = getObjCGCQualType(Pointee, GCAttr); in getObjCGCQualType() local 3514 QualType ResultType) { in adjustDeducedFunctionResultType() 11146 QualType ResultType = mergeTypes(LHSPointee, RHSPointee, false, in mergeTypes() local 11179 QualType ResultType = mergeTypes(LHSPointee, RHSPointee, OfBlockPointer, in mergeTypes() local 11198 QualType ResultType = mergeTypes(LHSValue, RHSValue, false, in mergeTypes() local 11222 QualType ResultType = mergeTypes(LHSElem, RHSElem, false, Unqualified); in mergeTypes() local 11435 QualType ResultType = in mergeObjCGCQualifiers() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 1134 Instruction *I, Type *ResultType, Value *Addr, Align AddrAlign, in expandAtomicOpToLLSC()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpBuiltin.cpp | 676 QualType ResultType = Call->getArg(2)->getType()->getPointeeType(); in interp__builtin_overflowop() local
|