Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFunction.cpp99 Type *func_type = m_opaque_ptr->GetType(); in GetDescription() local
H A DSBType.cpp318 CompilerType func_type(m_opaque_sp->GetCompilerType(true)); in GetFunctionArgumentTypes() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp493 CompilerType func_type = m_ast->CreateFunctionType( in CreateFunction() local
816 CompilerType func_type = m_ast->CreateFunctionType( in ParseFunctions() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp222 Type *func_type = function->GetType(); in GetDescription() local
346 Type *func_type = function->GetType(); in Dump() local
H A DBlock.cpp362 Type *func_type = function->GetType(); in AddRange() local
/freebsd/contrib/tcpdump/
H A Dprint-atm.c430 uint8_t cell_type, func_type, payload, clp; in oam_print() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1190 Type *func_type = nullptr; in ParseSubroutine() local
2420 Type *func_type = dwarf->GetDIEToType().lookup(die.GetDIE()); in ParseFunctionFromDWARF() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1043 const clang::FunctionProtoType *func_type = GetOrCreateFunctionDecl() local
H A DSymbolFileNativePDB.cpp499 TypeSP func_type = GetOrCreateType(proc.FunctionType); in CreateFunction() local
/freebsd/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c101 int func_type; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp304 lldb_private::Type *func_type = ResolveTypeUID(pdb_func.getSymIndexId()); in ParseCompileUnitFunctionForPDBFunc() local
/freebsd/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c115 int func_type; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4706 QualType func_type = ast.getFunctionNoProtoType(ast.VoidTy, generic_ext_info); in CreateGenericFunctionPrototype() local