Home
last modified time | relevance | path

Searched refs:function_type (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBFunction.cpp203 Type *function_type = m_opaque_ptr->GetType(); in GetType() local
204 if (function_type) in GetType()
205 sb_type.ref().SetType(function_type->shared_from_this()); in GetType()
/freebsd-13.1/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class.py52 function_type = (ast.FUNCTION_VIRTUAL | ast.FUNCTION_PURE_VIRTUAL |
60 node.modifiers & function_type and
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp523 Type *function_type = GetType(); in GetCompilerType() local
524 if (function_type) in GetCompilerType()
525 return function_type->GetFullCompilerType(); in GetCompilerType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1736 Type *function_type = function->GetType(); in AddOneFunction() local
1802 if (!function_type) { in AddOneFunction()
1807 function_clang_type = function_type->GetFullCompilerType(); in AddOneFunction()
1822 function_type->GetName(), function_type->GetID()); in AddOneFunction()
1831 function_type->GetName(), function_type->GetID()); in AddOneFunction()
/freebsd-13.1/contrib/googletest/googlemock/docs/
H A DDesignDoc.md96 | `function_type` | The type of the mock function |
112 | `function_type` | the type `int(bool, int*)` |
H A DCookBook.md3326 | `function_type` | The type of the mock function |
3343 | `function_type` | the type `int(bool, int*)` |
/freebsd-13.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-actions.h1368 typedef F function_type;\
1429 typedef F function_type;\
1476 typedef F function_type;\
1529 typedef F function_type;\
1587 typedef F function_type;\
1652 typedef F function_type;\
1725 typedef F function_type;\
1803 typedef F function_type;\
1887 typedef F function_type;\
1979 typedef F function_type;\
[all …]
H A Dgmock-generated-actions.h.pump327 // return type by 'function_type' and 'return_type'.
599 typedef F function_type;\
686 typedef F function_type;\
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1570 CompilerType function_type = sc.function->GetCompilerType(); in DoGuessValueAt() local
1571 if (!function_type.IsFunctionType()) { in DoGuessValueAt()
1574 CompilerType return_type = function_type.GetFunctionReturnType(); in DoGuessValueAt()
H A DThread.cpp1485 Type *function_type = sc.function->GetType(); in ReturnFromFrame() local
1486 if (function_type) { in ReturnFromFrame()
/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock-generated-actions_test.cc658 StaticAssertTypeEq<int(bool), function_type>(); in ACTION()
659 function_type* fp = &Dummy; in ACTION()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2089 const clang::FunctionProtoType *function_type = in GetDeclarationName() local
2091 if (function_type == nullptr) in GetDeclarationName()
2095 const unsigned int num_params = function_type->getNumParams(); in GetDeclarationName()
2230 TypeSystemClang::CreateBlockPointerType(const CompilerType &function_type) { in CreateBlockPointerType() argument
2232 clang::QualType::getFromOpaquePtr(function_type.GetOpaqueQualType())); in CreateBlockPointerType()
7532 const clang::FunctionType *function_type = in AddMethodToCXXRecordType() local
7535 if (function_type == nullptr) in AddMethodToCXXRecordType()
7539 llvm::dyn_cast<clang::FunctionProtoType>(function_type)); in AddMethodToCXXRecordType()
7613 function_type->getReturnType()))); in AddMethodToCXXRecordType()
H A DTypeSystemClang.h421 CompilerType CreateBlockPointerType(const CompilerType &function_type);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp676 DWARFDIE function_type = in ParseTypeModifier() local
681 sc, function_type, &function_type_is_new_pointer); in ParseTypeModifier()