Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBFunction.cpp194 Type *function_type = m_opaque_ptr->GetType(); in GetType() local
195 if (function_type) in GetType()
196 sb_type.ref().SetType(function_type->shared_from_this()); in GetType()
/freebsd-12.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-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DFunction.cpp477 Type *function_type = GetType(); in GetCompilerType() local
478 if (function_type) in GetCompilerType()
479 return function_type->GetFullCompilerType(); in GetCompilerType()
H A DClangASTContext.cpp2132 const clang::FunctionProtoType *function_type = in GetDeclarationName() local
2134 if (function_type == nullptr) in GetDeclarationName()
2138 const unsigned int num_params = function_type->getNumParams(); in GetDeclarationName()
2238 ClangASTContext::CreateBlockPointerType(const CompilerType &function_type) { in CreateBlockPointerType() argument
2240 clang::QualType::getFromOpaquePtr(function_type.GetOpaqueQualType())); in CreateBlockPointerType()
8158 const clang::FunctionType *function_type = in AddMethodToCXXRecordType() local
8161 if (function_type == nullptr) in AddMethodToCXXRecordType()
8165 llvm::dyn_cast<clang::FunctionProtoType>(function_type)); in AddMethodToCXXRecordType()
8227 function_type->getReturnType())), in AddMethodToCXXRecordType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1955 Type *function_type = function->GetType(); in AddOneFunction() local
2026 if (!function_type) { in AddOneFunction()
2032 function_clang_type = function_type->GetFullCompilerType(); in AddOneFunction()
2050 function_type->GetName().GetCString(), function_type->GetID()); in AddOneFunction()
2060 function_type->GetName().GetCString(), in AddOneFunction()
2061 function_type->GetID()); in AddOneFunction()
/freebsd-12.1/contrib/binutils/binutils/
H A Ddebug.h220 bfd_boolean (*function_type) (void *, int, bfd_boolean); member
H A Ddebug.c2573 return (*fns->function_type) (fhandle, is, in debug_write_type()
H A DChangeLog-91971519 and boolean parameters to function_type. Add boolean parameter to
1539 types and pass count to function_type. In DEBUG_KIND_METHOD, use
/freebsd-12.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-12.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-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp1591 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 DThread.cpp1682 Type *function_type = sc.function->GetType(); in ReturnFromFrame() local
1683 if (function_type) { in ReturnFromFrame()
/freebsd-12.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-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h415 CompilerType CreateBlockPointerType(const CompilerType &function_type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp434 DWARFDIE function_type = in ParseTypeFromDWARF() local
439 sc, function_type, log, &function_type_is_new_pointer); in ParseTypeFromDWARF()
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.c10054 enum mips_function_type function_type; member
10636 lang_hooks.builtin_function (d->name, types[d->function_type], in mips_init_builtins()
/freebsd-12.1/contrib/gcc/
H A Dtree.def249 DEFTREECODE (FUNCTION_TYPE, "function_type", tcc_type, 0)
H A DChangeLog-20019395 implemented_classes, function_type): Move global vars to
H A DChangeLog-200016755 (comp_method_with_proto): Register function_type as a GC root.
H A DChangeLog-200416295 and function_type.