Searched refs:RetType (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcessStructReader.h81 template <typename RetType>
82 RetType GetField(ConstString name, RetType fail_value = RetType()) { argument
87 if (sizeof(RetType) < size)
92 return (RetType)(m_data.GetMaxU64(&offset, size));
/freebsd-11-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfobj.c168 * RetType - Where the type will be placed
179 ACPI_OBJECT_TYPE *RetType)
187 if (!RetType)
196 *RetType = ACPI_TYPE_ANY;
215 *RetType = Node->Type;
177 AcpiGetType( ACPI_HANDLE Handle, ACPI_OBJECT_TYPE *RetType) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsOs16.cpp50 Type* RetType = F.getReturnType(); local
51 switch (RetType->getTypeID()) {
H A DMips16HardFloat.cpp171 Type* RetType = F.getReturnType(); local
172 return whichFPReturnVariant(RetType) != NoFPRet;
176 Type* RetType = FT.getReturnType(); local
177 return whichFPReturnVariant(RetType) != NoFPRet;
H A DMipsAsmPrinter.cpp994 const char *RetType; local
1002 RetType = "float";
1005 RetType = "double";
1008 RetType = "complex";
1011 RetType = "double complex";
1014 RetType = "";
1041 OutStreamer->AddComment("\t# Stub function to call " + Twine(RetType) + " " +
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp376 static Expr *maybeTailCall(Sema &S, QualType RetType, Expr *E, argument
378 if (RetType->isReferenceType())
380 Type const *T = RetType.getTypePtr();
446 QualType RetType = AwaitSuspend->getCallReturnType(S.Context); local
449 if (Expr *TailCallSuspend = maybeTailCall(S, RetType, AwaitSuspend, Loc))
453 if (RetType->isReferenceType() ||
454 (!RetType->isBooleanType() && !RetType->isVoidType())) {
457 << RetType;
H A DSemaTemplateDeduction.cpp4798 QualType RetType = getLambdaConversionFunctionResultType(
4801 RetType = Context.getPointerType(RetType);
4804 RetType = Context.getBlockPointerType(RetType);
4806 Context.adjustDeducedFunctionResultType(FD, RetType);
H A DSemaStmt.cpp3779 QualType RetType = RelatedRetType.isNull() ? FnRetType : RelatedRetType; local
3792 RetType,
3795 RetType, RetValExp);
H A DSemaDeclCXX.cpp13519 QualType RetType = Context.getLValueReferenceType(ArgType);
13551 setupImplicitSpecialMemberType(CopyAssignment, RetType, ArgType);
13846 QualType RetType = Context.getLValueReferenceType(ArgType);
13877 MoveAssignment->setType(Context.getFunctionType(RetType, ArgType, EPI));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp686 QualType RetType = Fun->getCallResultType(); local
687 if (RetType->isReferenceType())
688 RetType = RetType->getPointeeType();
690 if (isConsumableType(RetType)) {
695 ReturnState = mapConsumableAttrState(RetType);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp169 const QualType RetType; member in struct:__anon978::StdLibraryFunctionsChecker::FunctionSummaryTy
186 QualType T = (ArgNo == Ret) ? RetType : ArgTypes[ArgNo];
410 if (!RetType.isNull() && RetType != CE->getType().getCanonicalType())
H A DNullabilityChecker.cpp816 QualType RetType = Decl->getReturnType();
817 if (!RetType->isAnyPointerType())
902 Nullability RetNullability = getNullabilityAnnotation(RetType);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp494 Type *RetType = T->getReturnType(); local
495 if (!RetType->isVoidTy())
496 RetType = StructType::get(RetType, ShadowTy);
497 return FunctionType::get(RetType, ArgTypes, T->isVarArg());
506 Type *RetType = T->getReturnType(); local
507 if (!RetType->isVoidTy())
537 Type *RetType = T->getReturnType(); local
538 if (!RetType->isVoidTy())
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCasting.h44 using RetType =
47 static RetType getSimplifiedValue(const From& Val) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1384 auto *RetType = cast<IntegerType>(Call.CS.getType()); local
1388 if (RetType->getBitWidth() == 1) {
1395 Value *ValAddr = B.CreateBitCast(Addr, RetType->getPointerTo());
1396 Value *Val = B.CreateLoad(RetType, ValAddr);
1408 auto RetType = dyn_cast<IntegerType>(TargetsForSlot[0].Fn->getReturnType()); local
1409 if (!RetType)
1411 unsigned BitWidth = RetType->getBitWidth();
1430 Target.Fn->getReturnType() != RetType)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp105 template <typename ArgType, typename RetType>
106 RetType PrivateGetDIAValue(IDiaSymbol *Symbol,
110 return static_cast<RetType>(Value);
112 return RetType();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp689 int64_t RetType = Try->getOperand(0).getImm(); local
694 std::prev(B)->getOperand(0).getImm() == RetType;
1237 WebAssembly::BlockType RetType =
1251 EndToBegin[&MI]->getOperand(0).setImm(int32_t(RetType));
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp222 static void BeginEmitFunction(raw_ostream &OS, StringRef RetType, argument
225 OS << RetType << ' ' << Decl;
231 OS << RetType << " DAGISEL_CLASS_COLONCOLON " << Decl << "\n";
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp283 auto RetType = Elements[0]; local
284 BTFType.Type = RetType ? BDebug.getTypeId(RetType) : 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp5319 Type *RetType = nullptr;
5324 ParseType(RetType, RetTypeLoc, true /*void allowed*/))
5354 if (!FunctionType::isValidReturnType(RetType))
5437 if (PAL.hasAttribute(1, Attribute::StructRet) && !RetType->isVoidTy())
5441 FunctionType::get(RetType, ParamTypeList, isVarArg);
6051 Type *RetType = nullptr;
6060 ParseType(RetType, RetTypeLoc, true /*void allowed*/) ||
6071 // If RetType is a non-function pointer type, then this is the short syntax
6072 // for the call, which means that RetType is just the return type. Infer the
6074 FunctionType *Ty = dyn_cast<FunctionType>(RetType);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1419 Type *RetType = UCallee->getReturnType(); local
1421 AllocaInst *Alloc = B.CreateAlloca(RetType, 0,
1424 UCallee->getParent()->getDataLayout().getTypeAllocSize(RetType)));
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp2239 QualType RetType = BuildFunctionArgList(CurGD, Params); local
2240 FnRetTy = RetType;
2262 if (!RetType->isVoidType())
2263 ReturnValue = CreateIRTemp(RetType, "retval.inhctor");
H A DCGOpenMPRuntime.cpp10260 QualType RetType = FD->getReturnType(); local
10261 if (RetType.isNull())
10265 if (!RetType.isNull() && !RetType->isVoidType()) {
10266 CDT = RetType;
10439 QualType RetType = FD->getReturnType().getCanonicalType(); local
10446 if (!RetType->isVoidType()) {
10447 Sizes.push_back(getAArch64LS(RetType, ParamKindTy::Vector, C));
10448 if (!getAArch64PBV(RetType, C) && getAArch64MTV(RetType, {}))
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2553 auto RetType = cast<VectorType>(II->getType()); local
2555 unsigned RetWidth = RetType->getNumElements();
2560 assert(RetType->getScalarType()->isFloatTy() &&
2565 return replaceInstUsesWith(*II, ConstantAggregateZero::get(RetType));
2581 auto VectorFloats = Builder.CreateFPExt(VectorHalfs, RetType);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp4021 const EVT RetType[] = {MVT::i32, MVT::i32, MVT::Other}; local
4023 ReplaceNode(N, CurDAG->getMachineNode(Opc, dl, RetType, Ops));

Completed in 319 milliseconds

12