Searched refs:function_type (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBFunction.cpp212 Type *function_type = m_opaque_ptr->GetType(); local
213 if (function_type)
214 sb_type.ref().SetType(function_type->shared_from_this());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp503 Type *function_type = GetType();
504 if (function_type)
505 return function_type->GetFullCompilerType();
H A DClangASTContext.cpp1853 const clang::FunctionProtoType *function_type = local
1855 if (function_type == nullptr)
1859 const unsigned int num_params = function_type->getNumParams();
1957 ClangASTContext::CreateBlockPointerType(const CompilerType &function_type) { argument
1959 clang::QualType::getFromOpaquePtr(function_type.GetOpaqueQualType()));
7142 const clang::FunctionType *function_type = local
7145 if (function_type == nullptr)
7149 llvm::dyn_cast<clang::FunctionProtoType>(function_type));
7216 function_type->getReturnType())),
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddebug.h220 bfd_boolean (*function_type) (void *, int, bfd_boolean); member in struct:debug_write_fns
H A Ddebug.c2576 return (*fns->function_type) (fhandle, is,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1772 Type *function_type = function->GetType(); local
1840 if (!function_type) {
1846 function_clang_type = function_type->GetFullCompilerType();
1865 function_type->GetName().GetCString(), function_type->GetID());
1876 function_type->GetName().GetCString(),
1877 function_type->GetID());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1600 CompilerType function_type = sc.function->GetCompilerType(); local
1601 if (!function_type.IsFunctionType()) {
1604 CompilerType return_type = function_type.GetFunctionReturnType();
H A DThread.cpp1669 Type *function_type = sc.function->GetType(); local
1670 if (function_type) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h361 CompilerType CreateBlockPointerType(const CompilerType &function_type);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp620 DWARFDIE function_type = local
625 sc, function_type, &function_type_is_new_pointer);
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c10113 enum mips_function_type function_type;
10695 lang_hooks.builtin_function (d->name, types[d->function_type],
10054 enum mips_function_type function_type; member in struct:builtin_description

Completed in 144 milliseconds