Searched refs:function_type (Results 1 – 13 of 13) sorted by relevance
| /trueos/contrib/llvm/tools/lldb/source/API/ |
| HD | SBFunction.cpp | 210 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/ |
| HD | Function.cpp | 525 Type *function_type = GetType(); in GetClangType() local 526 if (function_type) in GetClangType() 527 return function_type->GetClangFullType(); in GetClangType()
|
| HD | ClangASTType.cpp | 4641 … 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/ |
| HD | ClangExpressionDeclMap.cpp | 1861 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/ |
| HD | debug.h | 220 bfd_boolean (*function_type) (void *, int, bfd_boolean); member
|
| HD | debug.c | 2573 return (*fns->function_type) (fhandle, is, in debug_write_type()
|
| HD | 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
|
| /trueos/contrib/llvm/tools/lldb/source/Target/ |
| HD | Thread.cpp | 1711 Type *function_type = sc.function->GetType(); in ReturnFromFrame() local 1712 if (function_type) in ReturnFromFrame()
|
| /trueos/contrib/gcc/config/mips/ |
| HD | mips.c | 10053 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/ |
| HD | tree.def | 249 DEFTREECODE (FUNCTION_TYPE, "function_type", tcc_type, 0)
|
| HD | ChangeLog-2001 | 9395 implemented_classes, function_type): Move global vars to
|
| HD | ChangeLog-2000 | 16755 (comp_method_with_proto): Register function_type as a GC root.
|
| HD | ChangeLog-2004 | 16295 and function_type.
|