| /llvm-project-15.0.7/clang/test/C/drs/ |
| H A D | dr0xx.c | 490 typedef void func_type(void); in dr096() typedef 491 …func_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 D | SBFunction.cpp | 101 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 D | SBType.cpp | 301 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 D | conversion-function.cpp | 26 typedef int func_type(int); typedef 40 operator func_type(); // expected-error{{conversion function cannot convert to a function type}}
|
| H A D | cxx2a-consteval.cpp | 77 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 D | SymbolContext.cpp | 209 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 D | Block.cpp | 346 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 D | Function.h | 441 Type *func_type, const AddressRange &range);
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 919 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 D | TestTypeSystemClang.cpp | 901 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 D | SymbolFilePDB.cpp | 299 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 D | SymbolFileNativePDB.cpp | 424 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 D | PdbAstBuilder.cpp | 1303 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 D | LangRef.rst | 12404 ptr elementtype(func_type) <target>,
|