/openbsd-src/gnu/llvm/lldb/source/API/ |
H A D | SBFunction.cpp | 197 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 D | main.cpp | 248 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 D | Function.cpp | 522 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 D | class.c | 600 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 D | ClangExpressionDeclMap.cpp | 1825 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 D | debug.h | 220 bfd_boolean (*function_type) (void *, int, bfd_boolean); member
|
H A D | debug.c | 2575 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
|
/openbsd-src/gnu/usr.bin/binutils/binutils/ |
H A D | debug.h | 220 bfd_boolean (*function_type) (void *, int, bfd_boolean); member
|
H A D | debug.c | 2574 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
|
/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | StackFrame.cpp | 1599 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 D | Thread.cpp | 1501 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 D | TypeSystemClang.cpp | 2128 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 D | TypeSystemClang.h | 428 CompilerType CreateBlockPointerType(const CompilerType &function_type);
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 648 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 D | llvm.ml | 482 external function_type : lltype -> lltype array -> lltype = "llvm_function_type"
|
H A D | llvm.mli | 643 (** [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 D | tree.def | 243 DEFTREECODE (FUNCTION_TYPE, "function_type", 't', 0)
|
H A D | ChangeLog.3 | 1489 (comp_method_with_proto): Register function_type as a GC root.
|
H A D | ChangeLog.6 | 9395 implemented_classes, function_type): Move global vars to
|
/openbsd-src/gnu/gcc/gcc/config/mips/ |
H A D | mips.c | 10029 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 D | tree.def | 244 DEFTREECODE (FUNCTION_TYPE, "function_type", tcc_type, 0)
|