| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBFunction.cpp | 194 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 D | gmock_class.py | 52 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 D | Function.cpp | 477 Type *function_type = GetType(); in GetCompilerType() local 478 if (function_type) in GetCompilerType() 479 return function_type->GetFullCompilerType(); in GetCompilerType()
|
| H A D | ClangASTContext.cpp | 2132 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 D | ClangExpressionDeclMap.cpp | 1955 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 D | debug.h | 220 bfd_boolean (*function_type) (void *, int, bfd_boolean); member
|
| H A D | debug.c | 2573 return (*fns->function_type) (fhandle, is, in debug_write_type()
|
| H A D | ChangeLog-9197 | 1519 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 D | DesignDoc.md | 96 | `function_type` | The type of the mock function | 112 | `function_type` | the type `int(bool, int*)` |
|
| H A D | CookBook.md | 3326 | `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 D | gmock-generated-actions.h | 1368 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 D | gmock-generated-actions.h.pump | 327 // 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 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 | 1682 Type *function_type = sc.function->GetType(); in ReturnFromFrame() local 1683 if (function_type) { in ReturnFromFrame()
|
| /freebsd-12.1/contrib/googletest/googlemock/test/ |
| H A D | gmock-generated-actions_test.cc | 658 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 D | ClangASTContext.h | 415 CompilerType CreateBlockPointerType(const CompilerType &function_type);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 434 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 D | mips.c | 10054 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 D | tree.def | 249 DEFTREECODE (FUNCTION_TYPE, "function_type", tcc_type, 0)
|
| H A D | ChangeLog-2001 | 9395 implemented_classes, function_type): Move global vars to
|
| H A D | ChangeLog-2000 | 16755 (comp_method_with_proto): Register function_type as a GC root.
|
| H A D | ChangeLog-2004 | 16295 and function_type.
|