Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBFunction.cpp197 Type *function_type = m_opaque_ptr->GetType(); in GetType() local
/openbsd-src/gnu/llvm/lldb/examples/functions/
H A Dmain.cpp248 SBType function_type = function.GetType(); in main() local
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Ddebug.h220 bfd_boolean (*function_type) (void *, int, bfd_boolean); member
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Ddebug.h220 bfd_boolean (*function_type) (void *, int, bfd_boolean); member
/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
672 tree function_type, fndecl; local
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DFunction.cpp522 Type *function_type = GetType(); in GetCompilerType() local
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp1599 CompilerType function_type = sc.function->GetCompilerType(); in DoGuessValueAt() local
H A DThread.cpp1501 Type *function_type = sc.function->GetType(); in ReturnFromFrame() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1825 Type *function_type = function->GetType(); in AddOneFunction() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2128 const clang::FunctionProtoType *function_type = in GetDeclarationName() local
2268 TypeSystemClang::CreateBlockPointerType(const CompilerType &function_type) { in CreateBlockPointerType()
7700 const clang::FunctionType *function_type = in AddMethodToCXXRecordType() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp648 DWARFDIE function_type = in ParseTypeModifier() local
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli646 val function_type : lltype -> lltype array -> lltype val
/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.c10029 enum mips_function_type function_type; member