Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBFunction.cpp210 Type *function_type = m_opaque_ptr->GetType(); in GetType() local
211 if (function_type) in GetType()
212 sb_type.ref().SetType (function_type->shared_from_this()); in GetType()
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDFunction.cpp525 Type *function_type = GetType(); in GetClangType() local
526 if (function_type) in GetClangType()
527 return function_type->GetClangFullType(); in GetClangType()
HDClangASTType.cpp4641 … const clang::FunctionType *function_type = dyn_cast<FunctionType>(method_qual_type.getTypePtr()); in AddMethodToCXXRecordType() local
4643 if (function_type == NULL) in AddMethodToCXXRecordType()
4646 const FunctionProtoType *method_function_prototype (dyn_cast<FunctionProtoType>(function_type)); in AddMethodToCXXRecordType()
4718 …clarationNames.getCXXConversionFunctionName (m_ast->getCanonicalType (function_type->getResultType… in AddMethodToCXXRecordType()
/trueos/contrib/llvm/tools/lldb/source/Expression/
HDClangExpressionDeclMap.cpp1861 Type *function_type = function->GetType(); in AddOneFunction() local
1863 if (!function_type) in AddOneFunction()
1870 function_clang_type = function_type->GetClangFullType(); in AddOneFunction()
1891 function_type->GetName().GetCString(), in AddOneFunction()
1892 function_type->GetID()); in AddOneFunction()
1904 function_type->GetName().GetCString(), in AddOneFunction()
1905 function_type->GetID()); in AddOneFunction()
/trueos/contrib/binutils/binutils/
HDdebug.h220 bfd_boolean (*function_type) (void *, int, bfd_boolean); member
HDdebug.c2573 return (*fns->function_type) (fhandle, is, in debug_write_type()
HDChangeLog-91971519 and boolean parameters to function_type. Add boolean parameter to
1539 types and pass count to function_type. In DEBUG_KIND_METHOD, use
/trueos/contrib/llvm/tools/lldb/source/Target/
HDThread.cpp1711 Type *function_type = sc.function->GetType(); in ReturnFromFrame() local
1712 if (function_type) in ReturnFromFrame()
/trueos/contrib/gcc/config/mips/
HDmips.c10053 enum mips_function_type function_type; member
10635 lang_hooks.builtin_function (d->name, types[d->function_type], in mips_init_builtins()
/trueos/contrib/gcc/
HDtree.def249 DEFTREECODE (FUNCTION_TYPE, "function_type", tcc_type, 0)
HDChangeLog-20019395 implemented_classes, function_type): Move global vars to
HDChangeLog-200016755 (comp_method_with_proto): Register function_type as a GC root.
HDChangeLog-200416295 and function_type.