Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBFunction.cpp197 Type *function_type = m_opaque_ptr->GetType(); in GetType() local
198 if (function_type) in GetType()
199 sb_type.ref().SetType(function_type->shared_from_this()); in GetType()
/openbsd-src/gnu/llvm/lldb/examples/functions/
H A Dmain.cpp248 SBType function_type = function.GetType(); in main() local
249 SBType return_type = function_type.GetFunctionReturnType(); in main()
260 function_type.GetFunctionArgumentTypes(); in main()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DFunction.cpp522 Type *function_type = GetType(); in GetCompilerType() local
523 if (function_type) in GetCompilerType()
524 return function_type->GetFullCompilerType(); in GetCompilerType()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dclass.c600 add_method_1 (this_class, access_flags, name, function_type) in add_method_1() argument
604 tree function_type;
608 method_type = build_java_method_type (function_type,
637 && TREE_TYPE (function_type) == void_type_node
638 && TREE_VALUE (TYPE_ARG_TYPES (function_type)) == void_type_node)
672 tree function_type, fndecl; local
679 function_type = get_type_from_signature (method_sig);
680 fndecl = add_method_1 (this_class, access_flags, name, function_type);
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1825 Type *function_type = function->GetType(); in AddOneFunction() local
1891 if (!function_type) { in AddOneFunction()
1896 function_clang_type = function_type->GetFullCompilerType(); in AddOneFunction()
1911 function_type->GetName(), function_type->GetID()); in AddOneFunction()
1920 function_type->GetName(), function_type->GetID()); in AddOneFunction()
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Ddebug.h220 bfd_boolean (*function_type) (void *, int, bfd_boolean); member
H A Ddebug.c2575 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
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Ddebug.h220 bfd_boolean (*function_type) (void *, int, bfd_boolean); member
H A Ddebug.c2574 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
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp1599 CompilerType function_type = sc.function->GetCompilerType(); in DoGuessValueAt() local
1600 if (!function_type.IsFunctionType()) { in DoGuessValueAt()
1603 CompilerType return_type = function_type.GetFunctionReturnType(); in DoGuessValueAt()
H A DThread.cpp1501 Type *function_type = sc.function->GetType(); in ReturnFromFrame() local
1502 if (function_type) { in ReturnFromFrame()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2128 const clang::FunctionProtoType *function_type = in GetDeclarationName() local
2130 if (function_type == nullptr) in GetDeclarationName()
2134 const unsigned int num_params = function_type->getNumParams(); in GetDeclarationName()
2268 TypeSystemClang::CreateBlockPointerType(const CompilerType &function_type) { in CreateBlockPointerType() argument
2270 clang::QualType::getFromOpaquePtr(function_type.GetOpaqueQualType())); in CreateBlockPointerType()
7700 const clang::FunctionType *function_type = in AddMethodToCXXRecordType() local
7703 if (function_type == nullptr) in AddMethodToCXXRecordType()
7707 llvm::dyn_cast<clang::FunctionProtoType>(function_type)); in AddMethodToCXXRecordType()
7781 function_type->getReturnType()))); in AddMethodToCXXRecordType()
H A DTypeSystemClang.h428 CompilerType CreateBlockPointerType(const CompilerType &function_type);
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp648 DWARFDIE function_type = in ParseTypeModifier() local
653 sc, function_type, &function_type_is_new_pointer); in ParseTypeModifier()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml482 external function_type : lltype -> lltype array -> lltype = "llvm_function_type"
H A Dllvm.mli643 (** [function_type ret_ty param_tys] returns the function type returning
646 val function_type : lltype -> lltype array -> lltype val
649 [function_type ret_ty param_tys] except that it returns the function type
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree.def243 DEFTREECODE (FUNCTION_TYPE, "function_type", 't', 0)
H A DChangeLog.31489 (comp_method_with_proto): Register function_type as a GC root.
H A DChangeLog.69395 implemented_classes, function_type): Move global vars to
/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.c10029 enum mips_function_type function_type; member
10611 lang_hooks.builtin_function (d->name, types[d->function_type], in mips_init_builtins()
/openbsd-src/gnu/gcc/gcc/
H A Dtree.def244 DEFTREECODE (FUNCTION_TYPE, "function_type", tcc_type, 0)