| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| HD | ProcessStructReader.h | 82 template<typename RetType> 83 RetType 84 GetField (ConstString name, RetType fail_value = RetType()) 90 if (sizeof(RetType) < size) 95 return (RetType)(m_data.GetMaxU64(&offset, size));
|
| /NextBSD/sys/contrib/dev/acpica/components/namespace/ |
| HD | nsxfobj.c | 71 ACPI_OBJECT_TYPE *RetType) in AcpiGetType() argument 79 if (!RetType) in AcpiGetType() 90 *RetType = ACPI_TYPE_ANY; in AcpiGetType() 109 *RetType = Node->Type; in AcpiGetType()
|
| /NextBSD/contrib/llvm/lib/Target/Mips/ |
| HD | MipsOs16.cpp | 53 Type* RetType = F.getReturnType(); in needsFPFromSig() local 54 switch (RetType->getTypeID()) { in needsFPFromSig()
|
| HD | MipsAsmPrinter.cpp | 908 const char *RetType; in EmitFPCallStub() local 916 RetType = "float"; in EmitFPCallStub() 919 RetType = "double"; in EmitFPCallStub() 922 RetType = "complex"; in EmitFPCallStub() 925 RetType = "double complex"; in EmitFPCallStub() 928 RetType = ""; in EmitFPCallStub() 955 OutStreamer->AddComment("\t# Stub function to call " + Twine(RetType) + " " + in EmitFPCallStub()
|
| HD | Mips16HardFloat.cpp | 181 Type* RetType = F.getReturnType(); in needsFPReturnHelper() local 182 return whichFPReturnVariant(RetType) != NoFPRet; in needsFPReturnHelper() 186 Type* RetType = FT.getReturnType(); in needsFPReturnHelper() local 187 return whichFPReturnVariant(RetType) != NoFPRet; in needsFPReturnHelper()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | Consumed.cpp | 684 QualType RetType = Fun->getCallResultType(); in propagateReturnType() local 685 if (RetType->isReferenceType()) in propagateReturnType() 686 RetType = RetType->getPointeeType(); in propagateReturnType() 688 if (isConsumableType(RetType)) { in propagateReturnType() 693 ReturnState = mapConsumableAttrState(RetType); in propagateReturnType()
|
| /NextBSD/contrib/llvm/lib/Transforms/Instrumentation/ |
| HD | DataFlowSanitizer.cpp | 377 Type *RetType = T->getReturnType(); in getArgsFunctionType() local 378 if (!RetType->isVoidTy()) in getArgsFunctionType() 379 RetType = StructType::get(RetType, ShadowTy, (Type *)nullptr); in getArgsFunctionType() 380 return FunctionType::get(RetType, ArgTypes, T->isVarArg()); in getArgsFunctionType() 389 Type *RetType = T->getReturnType(); in getTrampolineFunctionType() local 390 if (!RetType->isVoidTy()) in getTrampolineFunctionType() 412 Type *RetType = T->getReturnType(); in getCustomFunctionType() local 413 if (!RetType->isVoidTy()) in getCustomFunctionType()
|
| /NextBSD/contrib/llvm/lib/AsmParser/ |
| HD | LLParser.cpp | 4106 Type *RetType = nullptr; in ParseFunctionHeader() local 4113 ParseType(RetType, RetTypeLoc, true /*void allowed*/)) in ParseFunctionHeader() 4143 if (!FunctionType::isValidReturnType(RetType)) in ParseFunctionHeader() 4215 Attrs.push_back(AttributeSet::get(RetType->getContext(), in ParseFunctionHeader() 4223 Attrs.push_back(AttributeSet::get(RetType->getContext(), i + 1, B)); in ParseFunctionHeader() 4228 Attrs.push_back(AttributeSet::get(RetType->getContext(), in ParseFunctionHeader() 4234 if (PAL.hasAttribute(1, Attribute::StructRet) && !RetType->isVoidTy()) in ParseFunctionHeader() 4238 FunctionType::get(RetType, ParamTypeList, isVarArg); in ParseFunctionHeader() 4797 Type *RetType = nullptr; in ParseInvoke() local 4805 ParseType(RetType, RetTypeLoc, true /*void allowed*/) || in ParseInvoke() [all …]
|
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | Casting.h | 44 RetType; 45 static RetType getSimplifiedValue(const From& Val) {
|
| /NextBSD/contrib/llvm/lib/DebugInfo/PDB/DIA/ |
| HD | DIARawSymbol.cpp | 85 template <typename ArgType, typename RetType> 86 RetType PrivateGetDIAValue(IDiaSymbol *Symbol, in PrivateGetDIAValue() 90 return static_cast<RetType>(Value); in PrivateGetDIAValue() 92 return RetType(); in PrivateGetDIAValue()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Decl.cpp | 2840 QualType RetType = getReturnType(); in hasUnusedResultAttr() local 2841 if (RetType->isRecordType()) { in hasUnusedResultAttr() 2842 const CXXRecordDecl *Ret = RetType->getAsCXXRecordDecl(); in hasUnusedResultAttr()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaStmt.cpp | 3234 QualType RetType = RelatedRetType.isNull() ? FnRetType : RelatedRetType; in BuildReturnStmt() local 3247 RetType, in BuildReturnStmt() 3250 RetType, RetValExp); in BuildReturnStmt()
|
| HD | SemaDeclCXX.cpp | 10031 QualType RetType = Context.getLValueReferenceType(ArgType); in DeclareImplicitCopyAssignment() local 10064 CopyAssignment->setType(Context.getFunctionType(RetType, ArgType, EPI)); in DeclareImplicitCopyAssignment() 10425 QualType RetType = Context.getLValueReferenceType(ArgType); in DeclareImplicitMoveAssignment() local 10455 MoveAssignment->setType(Context.getFunctionType(RetType, ArgType, EPI)); in DeclareImplicitMoveAssignment()
|
| HD | SemaDecl.cpp | 10763 QualType RetType = in ActOnFinishFunctionBody() local 10769 FD->setType(Context.getFunctionType(RetType, Proto->getParamTypes(), in ActOnFinishFunctionBody()
|