Home
last modified time | relevance | path

Searched refs:ReturnType (Results 1 – 25 of 98) sorted by relevance

1234

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_defs.h96 # define WIN_WEAK_EXPORT_DEF(ReturnType, Name, ...) \ argument
99 extern "C" ReturnType Name(__VA_ARGS__); \
100 extern "C" ReturnType WEAK_DEFAULT_NAME(Name)(__VA_ARGS__)
168 # define WIN_WEAK_EXPORT_DEF(ReturnType, Name, ...) \ argument
169 extern "C" ReturnType Name(__VA_ARGS__)
H A Dsanitizer_internal_defs.h64 # define SANITIZER_INTERFACE_WEAK_DEF(ReturnType, Name, ...) \ argument
65 WIN_WEAK_EXPORT_DEF(ReturnType, Name, __VA_ARGS__)
67 # define SANITIZER_INTERFACE_WEAK_DEF(ReturnType, Name, ...) \ argument
69 ReturnType Name(__VA_ARGS__)
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h228 const DeclarationFragments &getReturnType() const { return ReturnType; } in getReturnType()
236 void setReturnType(DeclarationFragments RT) { ReturnType = RT; } in setReturnType()
243 return Parameters.empty() && ReturnType.getFragments().empty(); in empty()
248 DeclarationFragments ReturnType; variable
427 DeclarationFragments ReturnType, After; in getFunctionSignature() local
428 ReturnType = getFragmentsForType(Function->getReturnType(), in getFunctionSignature()
432 ReturnType.begin()->Spelling.substr(0, 14).compare("type-parameter") == in getFunctionSignature()
439 ReturnType.begin()->Spelling); in getFunctionSignature()
440 ReturnType.begin()->Spelling.swap(ProperArgName); in getFunctionSignature()
442 ReturnType.append(std::move(After)); in getFunctionSignature()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp46 const SPIRVType *ReturnType; member
53 ReturnRegister(ReturnRegister), ReturnType(ReturnType), in IncomingCall()
838 Call->ReturnType, GR); in generateRelationalInst()
862 SPIRVType *GroupResultType = Call->ReturnType; in generateGroupInst()
899 Call->ReturnType, GR); in generateGroupInst()
1133 SPIRVType *RetTy = Call->ReturnType; in generateImageSizeQueryInst()
1141 SPIRVType *QueryResultType = Call->ReturnType; in generateImageSizeQueryInst()
1293 SPIRVType *TempType = Call->ReturnType; in generateReadImageInst()
1385 ReturnType = ReturnType.substr(ReturnType.find("_R") + 2); in generateSampleImageInst()
1386 ReturnType = ReturnType.substr(0, ReturnType.find('(')); in generateSampleImageInst()
[all …]
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h651 template <typename ReturnType>
656 using FuncType = ReturnType (*)();
662 template <typename ReturnType, typename ArgType1>
667 using FuncType = ReturnType (*)(ArgType1);
798 template <typename ReturnType>
866 ReturnType (*const NoFlags)(StringRef);
1056 template <typename ReturnType>
1067 template <typename ReturnType, typename ArgType1>
1074 matcherMarshall1<ReturnType, ArgType1>,
1092 template <typename ReturnType>
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp117 QualType ReturnType = AST.VoidTy; in createSourceReplacements() local
123 ReturnType = cast<Expr>(Code[0])->getType(); in createSourceReplacements()
158 ReturnType.print(OS, PP, DeclName); in createSourceReplacements()
165 if (IsExpr && !ReturnType->isVoidType()) in createSourceReplacements()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h55 #define AST_MATCHER_FUNCTION(ReturnType, DefineMatcher) \ argument
56 inline ReturnType DefineMatcher##_getInstance(); \
57 inline ReturnType DefineMatcher() { \
59 ReturnType, DefineMatcher##_getInstance>::getInstance(); \
61 inline ReturnType DefineMatcher##_getInstance()
74 #define AST_MATCHER_FUNCTION_P(ReturnType, DefineMatcher, ParamType, Param) \ argument
75 AST_MATCHER_FUNCTION_P_OVERLOAD(ReturnType, DefineMatcher, ParamType, Param, \
77 #define AST_MATCHER_FUNCTION_P_OVERLOAD(ReturnType, DefineMatcher, ParamType, \ argument
79 inline ReturnType DefineMatcher(ParamType const &Param); \
80 typedef ReturnType (&DefineMatcher##_Type##OverloadId)(ParamType const &); \
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp57 auto ReturnType = Symbol.getReturnType(); in start() local
58 if (!ReturnType) in start()
61 ReturnType->dump(*this); in start()
164 auto ReturnType = Signature->getReturnType(); in start() local
165 ReturnType->dump(*this); in start()
H A DPrettyVariableDumper.cpp141 auto ReturnType = Symbol.getReturnType(); in dump() local
142 ReturnType->dump(*this); in dump()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp471 LSI->ReturnType = CallOperator->getReturnType(); in buildLambdaScopeReturnType()
472 if (!LSI->ReturnType->isDependentType() && !LSI->ReturnType->isVoidType()) in buildLambdaScopeReturnType()
651 assert(CSI.ReturnType.isNull() || !CSI.ReturnType->isUndeducedType()); in deduceClosureReturnType()
683 if (CSI.ReturnType.isNull()) in deduceClosureReturnType()
684 CSI.ReturnType = Ctx.VoidTy; in deduceClosureReturnType()
691 if (CSI.ReturnType->isDependentType()) in deduceClosureReturnType()
699 CSI.ReturnType = Context.getTypeDeclType(ED); in deduceClosureReturnType()
718 QualType ReturnType = in deduceClosureReturnType() local
723 auto RetTyNullability = ReturnType->getNullability(); in deduceClosureReturnType()
728 CSI.ReturnType = ReturnType; in deduceClosureReturnType()
[all …]
H A DSemaCodeComplete.cpp415 Type = BSI->ReturnType; in enterReturn()
2463 QualType ReturnType; in AddOrdinaryNameResults() local
2470 ReturnType = SemaRef.getCurBlock()->ReturnType;; in AddOrdinaryNameResults()
2471 if (ReturnType.isNull() || ReturnType->isVoidType()) { in AddOrdinaryNameResults()
2495 (ReturnType->isPointerType() || ReturnType->isMemberPointerType())) { in AddOrdinaryNameResults()
8991 bool ReturnTypeMatchesVoid = ReturnType.isNull() || ReturnType->isVoidType(); in AddObjCKeyValueCompletions()
9010 (ReturnType->isIntegerType() || ReturnType->isBooleanType())) || in AddObjCKeyValueCompletions()
9082 (ReturnType.isNull() || ReturnType->isIntegerType())) { in AddObjCKeyValueCompletions()
9104 (ReturnType.isNull() || ReturnType->isObjCObjectPointerType())) { in AddObjCKeyValueCompletions()
9373 (ReturnType.isNull() || ReturnType->isObjCObjectPointerType())) { in AddObjCKeyValueCompletions()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMatrixBuilder.h113 auto *ReturnType = variable
116 Type *OverloadedTypes[] = {ReturnType};
132 auto *ReturnType = variable
137 Type *OverloadedTypes[] = {ReturnType, LHSType, RHSType};
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp237 ReturnType = FD->getReturnType(); in fill()
259 ReturnType = MD->getReturnType(); in fill()
273 ReturnType = FD->getReturnType(); in fill()
358 ReturnType = FTL.getReturnLoc().getType(); in fill()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMWinEH.h25 enum class ReturnType { enum
137 ReturnType Ret() const { in Ret()
142 return ReturnType((UnwindData & 0x00006000) >> 13); in Ret()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h150 ProcedureRecord(TypeIndex ReturnType, CallingConvention CallConv, in ProcedureRecord() argument
153 : TypeRecord(TypeRecordKind::Procedure), ReturnType(ReturnType), in ProcedureRecord()
157 TypeIndex getReturnType() const { return ReturnType; } in getReturnType()
163 TypeIndex ReturnType; variable
176 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord() argument
180 : TypeRecord(TypeRecordKind::MemberFunction), ReturnType(ReturnType), in MemberFunctionRecord()
186 TypeIndex getReturnType() const { return ReturnType; } in getReturnType()
195 TypeIndex ReturnType; variable
/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfeval.c198 ACPI_OBJECT_TYPE ReturnType) in AcpiEvaluateObjectTyped() argument
250 if (ReturnType == ACPI_TYPE_ANY) in AcpiEvaluateObjectTyped()
267 if (((ACPI_OBJECT *) ReturnBuffer->Pointer)->Type == ReturnType) in AcpiEvaluateObjectTyped()
278 AcpiUtGetTypeName (ReturnType))); in AcpiEvaluateObjectTyped()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp133 if (ReturnType) in emitLambdaStaticInvokerBody()
134 return this->emitRet(*ReturnType, MD); in emitLambdaStaticInvokerBody()
143 ReturnType = this->classify(F->getReturnType()); in visitFunc()
337 if (ReturnType) { in visitReturnStmt()
342 return this->emitRet(*ReturnType, RS); in visitReturnStmt()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DARMWinEH.cpp28 if (RF.Ret() != ReturnType::RT_POP) in SavedRegisterMask()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp1200 QualType ReturnType; in determineExpectedReturnState() local
1202 ReturnType = Constructor->getFunctionObjectParameterType(); in determineExpectedReturnState()
1204 ReturnType = D->getCallResultType(); in determineExpectedReturnState()
1207 const CXXRecordDecl *RD = ReturnType->getAsCXXRecordDecl(); in determineExpectedReturnState()
1214 RTSAttr->getLocation(), ReturnType.getAsString()); in determineExpectedReturnState()
1218 } else if (isConsumableType(ReturnType)) { in determineExpectedReturnState()
1219 if (isAutoCastType(ReturnType)) // We can auto-cast the state to the in determineExpectedReturnState()
1222 ExpectedReturnState = mapConsumableAttrState(ReturnType); in determineExpectedReturnState()
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp408 if (!(Flags & OF_NoReturnType) && ReturnType) { in outputPre()
409 ReturnType->outputPre(OB, Flags); in outputPre()
451 if (!(Flags & OF_NoReturnType) && ReturnType) in outputPost()
452 ReturnType->outputPost(OB, Flags); in outputPost()
/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexresolv.c461 ACPI_OBJECT_TYPE *ReturnType, in AcpiExResolveMultiple() argument
695 *ReturnType = Type; in AcpiExResolveMultiple()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp75 raw_ostream &operator<<(raw_ostream &OS, const ARM::WinEH::ReturnType &RT) { in operator <<()
77 case ARM::WinEH::ReturnType::RT_POP: in operator <<()
80 case ARM::WinEH::ReturnType::RT_B: in operator <<()
83 case ARM::WinEH::ReturnType::RT_BW: in operator <<()
86 case ARM::WinEH::ReturnType::RT_NoEpilogue: in operator <<()
1274 if (RF.Ret() != ReturnType::RT_NoEpilogue) { in dumpPackedEntry()
1293 if (RF.L() == 0 || RF.Ret() != ReturnType::RT_POP) in dumpPackedEntry()
1298 if (RF.Ret() != ReturnType::RT_POP) in dumpPackedEntry()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h95 using result_t = ReturnType;
103 struct function_traits<ReturnType (ClassType::*)(Args...), false>
106 template <typename ReturnType, typename... Args>
107 struct function_traits<ReturnType (*)(Args...), false> {
112 using result_t = ReturnType;
118 template <typename ReturnType, typename... Args>
119 struct function_traits<ReturnType (*const)(Args...), false>
120 : public function_traits<ReturnType (*)(Args...)> {};
122 template <typename ReturnType, typename... Args>
123 struct function_traits<ReturnType (&)(Args...), false>
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp644 Type *ReturnType, in getDeclarationForParams() argument
670 Intrinsic::getDeclaration(M, VPID, {ReturnType, Params[0]->getType()}); in getDeclarationForParams()
681 M, VPID, {ReturnType, Params[0]->getType()}); in getDeclarationForParams()
685 M, VPID, {ReturnType, Params[0]->getType(), Params[1]->getType()}); in getDeclarationForParams()
689 M, VPID, {ReturnType, Params[0]->getType()}); in getDeclarationForParams()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp98 void DeducedReturnType(const FunctionDecl *FD, QualType ReturnType) override;
165 QualType ReturnType) { in DeducedReturnType() argument
167 Listeners[i]->DeducedReturnType(FD, ReturnType); in DeducedReturnType()

1234