Home
last modified time | relevance | path

Searched refs:func_type (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang/test/C/drs/
H A Ddr0xx.c490 typedef void func_type(void); in dr096() typedef
491func_type array_funcs[10]; /* expected-error {{'array_funcs' declared as array of functions of typ… in dr096()
512 typedef void func_type(void); in dr098() typedef
513 func_type fp; in dr098()
/llvm-project-15.0.7/lldb/source/API/
H A DSBFunction.cpp101 Type *func_type = m_opaque_ptr->GetType(); in GetDescription() local
102 if (func_type) in GetDescription()
103 s.Printf(", type = %s", func_type->GetName().AsCString()); in GetDescription()
H A DSBType.cpp301 CompilerType func_type(m_opaque_sp->GetCompilerType(true)); in GetFunctionArgumentTypes() local
302 size_t count = func_type.GetNumberOfFunctionArguments(); in GetFunctionArgumentTypes()
304 sb_type_list.Append(SBType(func_type.GetFunctionArgumentAtIndex(i))); in GetFunctionArgumentTypes()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconversion-function.cpp26 typedef int func_type(int); typedef
40 operator func_type(); // expected-error{{conversion function cannot convert to a function type}}
H A Dcxx2a-consteval.cpp77 using func_type = int(int); typedef
79 func_type* p1 = (&f_eval);
81 func_type* p7 = __builtin_addressof(f_eval);
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbolContext.cpp209 Type *func_type = function->GetType(); in GetDescription() local
210 if (func_type) { in GetDescription()
212 func_type->GetDescription(s, level, false, target); in GetDescription()
333 Type *func_type = function->GetType(); in Dump() local
334 if (func_type) { in Dump()
336 func_type->Dump(s, false); in Dump()
H A DBlock.cpp346 Type *func_type = function->GetType(); in AddRange() local
348 const Declaration &func_decl = func_type->GetDeclaration(); in AddRange()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DFunction.h441 Type *func_type, const AddressRange &range);
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp919 Type *func_type = nullptr; in ParseSubroutine() local
922 func_type = dwarf->ResolveTypeUID(attrs.type.Reference(), true); in ParseSubroutine()
924 if (func_type) in ParseSubroutine()
925 return_clang_type = func_type->GetForwardCompilerType(); in ParseSubroutine()
2358 Type *func_type = dwarf->GetDIEToType().lookup(die.GetDIE()); in ParseFunctionFromDWARF() local
2360 assert(func_type == nullptr || func_type != DIE_IS_BEING_PARSED); in ParseFunctionFromDWARF()
2366 func_user_id, func_name, func_type, in ParseFunctionFromDWARF()
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp901 CompilerType func_type = in TEST_F() local
909 c, "-[A foo]", func_type, lldb::eAccessPublic, artificial, variadic, in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp299 lldb_private::Type *func_type = ResolveTypeUID(pdb_func.getSymIndexId()); in ParseCompileUnitFunctionForPDBFunc() local
300 if (!func_type) in ParseCompileUnitFunctionForPDBFunc()
309 func_type_uid, mangled, func_type, func_range); in ParseCompileUnitFunctionForPDBFunc()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp424 TypeSP func_type = GetOrCreateType(proc.FunctionType); in CreateFunction() local
425 if (!func_type) in CreateFunction()
432 func_type.get(), func_range); in CreateFunction()
H A DPdbAstBuilder.cpp1303 const clang::FunctionProtoType *func_type = in GetOrCreateFunctionDecl() local
1314 func_type->getNumParams(), storage, false, parent); in GetOrCreateFunctionDecl()
/llvm-project-15.0.7/llvm/docs/
H A DLangRef.rst12404 ptr elementtype(func_type) <target>,