Searched refs:function_type (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBFunction.cpp | 197 Type *function_type = m_opaque_ptr->GetType(); in GetType() local 198 if (function_type) in GetType() 199 sb_type.ref().SetType(function_type->shared_from_this()); in GetType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Function.cpp | 560 Type *function_type = GetType(); in GetCompilerType() local 561 if (function_type) in GetCompilerType() 562 return function_type->GetFullCompilerType(); in GetCompilerType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1813 Type *function_type = function->GetType(); in AddOneFunction() local 1879 if (!function_type) { in AddOneFunction() 1884 function_clang_type = function_type->GetFullCompilerType(); in AddOneFunction() 1899 function_type->GetName(), function_type->GetID()); in AddOneFunction() 1908 function_type->GetName(), function_type->GetID()); in AddOneFunction()
|
| /freebsd-14.2/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-actions.h | 2105 using function_type = R(Args...); 2130 /*function_type=*/function_type, /*return_type=*/R, 2212 template <typename function_type, typename return_type, \ 2229 template <typename function_type, typename return_type, typename args_type, \ 2251 template <typename function_type, typename return_type, \ 2258 template <typename function_type, typename return_type, typename args_type, \
|
| H A D | gmock-more-actions.h | 544 template <typename function_type, typename return_type, \ 571 template <typename function_type, typename return_type, typename args_type, \
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 1591 CompilerType function_type = sc.function->GetCompilerType(); in DoGuessValueAt() local 1592 if (!function_type.IsFunctionType()) { in DoGuessValueAt() 1595 CompilerType return_type = function_type.GetFunctionReturnType(); in DoGuessValueAt()
|
| H A D | Thread.cpp | 1478 Type *function_type = sc.function->GetType(); in ReturnFromFrame() local 1479 if (function_type) { in ReturnFromFrame()
|
| /freebsd-14.2/contrib/googletest/googlemock/test/ |
| H A D | gmock-more-actions_test.cc | 1049 StaticAssertTypeEq<int(bool), function_type>(); in ACTION() 1050 function_type* fp = &Dummy; in ACTION()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2135 const clang::FunctionProtoType *function_type = in GetDeclarationName() local 2137 if (function_type == nullptr) in GetDeclarationName() 2141 const unsigned int num_params = function_type->getNumParams(); in GetDeclarationName() 2275 TypeSystemClang::CreateBlockPointerType(const CompilerType &function_type) { in CreateBlockPointerType() argument 2277 clang::QualType::getFromOpaquePtr(function_type.GetOpaqueQualType())); in CreateBlockPointerType() 7575 const clang::FunctionType *function_type = in AddMethodToCXXRecordType() local 7578 if (function_type == nullptr) in AddMethodToCXXRecordType() 7582 llvm::dyn_cast<clang::FunctionProtoType>(function_type)); in AddMethodToCXXRecordType() 7656 function_type->getReturnType()))); in AddMethodToCXXRecordType()
|
| H A D | TypeSystemClang.h | 491 CompilerType CreateBlockPointerType(const CompilerType &function_type);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 700 DWARFDIE function_type = in ParseTypeModifier() local 705 sc, function_type, &function_type_is_new_pointer); in ParseTypeModifier()
|
| /freebsd-14.2/contrib/googletest/docs/ |
| H A D | gmock_cook_book.md | 3942 `function_type` | The type of the mock function 3961 `function_type` | the type `int(bool, int*)`
|