Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcpdump/
H A Dprint-atm.c455 uint8_t cell_type, func_type, payload, clp; in oam_print() local
466 func_type = (*(p+ATM_HDR_LEN_NOHEC+hec)) & 0x0f; in oam_print()
488 ND_PRINT((ndo, ", func-type unknown (%u)", func_type)); in oam_print()
491 tok2str(oam_functype_values[cell_type],"none",func_type), in oam_print()
492 func_type)); in oam_print()
496 switch (cell_type << 4 | func_type) { in oam_print()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBFunction.cpp107 Type *func_type = m_opaque_ptr->GetType(); in GetDescription() local
108 if (func_type) in GetDescription()
109 s.Printf(", type = %s", func_type->GetName().AsCString()); in GetDescription()
H A DSBType.cpp231 CompilerType func_type(m_opaque_sp->GetCompilerType(true)); in GetFunctionArgumentTypes() local
232 size_t count = func_type.GetNumberOfFunctionArguments(); in GetFunctionArgumentTypes()
234 sb_type_list.Append(SBType(func_type.GetFunctionArgumentAtIndex(i))); in GetFunctionArgumentTypes()
/freebsd-12.1/contrib/gcc/config/arm/
H A Darm.c1477 unsigned int func_type; in use_return_insn() local
9364 if (IS_NAKED (func_type)) in arm_compute_save_reg_mask()
9534 unsigned long func_type; in output_return_instruction() local
9539 if (IS_NAKED (func_type)) in output_return_instruction()
9772 unsigned long func_type; in arm_output_function_prologue() local
9804 if (IS_NAKED (func_type)) in arm_output_function_prologue()
9840 unsigned long func_type; in arm_output_epilogue() local
10491 unsigned long func_type; in arm_get_frame_offsets() local
10684 unsigned long func_type; in arm_expand_prologue() local
10808 if ((func_type == ARM_FT_ISR || func_type == ARM_FT_FIQ) in arm_expand_prologue()
[all …]
H A Darm.h953 (! IS_INTERRUPT (cfun->machine->func_type) || \
1408 unsigned long func_type; member
H A Darm.md9779 cfun->machine->func_type = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolContext.cpp226 Type *func_type = function->GetType(); in GetDescription() local
227 if (func_type) { in GetDescription()
229 func_type->GetDescription(s, level, false); in GetDescription()
350 Type *func_type = function->GetType(); in Dump() local
351 if (func_type) { in Dump()
353 func_type->Dump(s, false); in Dump()
H A DBlock.cpp320 Type *func_type = function->GetType(); in AddRange() local
322 const Declaration &func_decl = func_type->GetDeclaration(); in AddRange()
/freebsd-12.1/contrib/gdb/gdb/
H A Dstabsread.c1697 struct type *func_type in read_type() local
1730 TYPE_FIELDS (func_type) in read_type()
1731 = (struct field *) TYPE_ALLOC (func_type, in read_type()
1733 memset (TYPE_FIELDS (func_type), 0, num_args * sizeof (struct field)); in read_type()
1742 TYPE_FIELD_TYPE (func_type, i) = t->type; in read_type()
1744 TYPE_NFIELDS (func_type) = num_args; in read_type()
1745 TYPE_FLAGS (func_type) |= TYPE_FLAG_PROTOTYPED; in read_type()
1747 type = func_type; in read_type()
H A Dada-lang.c2403 struct type *func_type = SYMBOL_TYPE (func); in ada_args_match() local
2406 TYPE_CODE (func_type) == TYPE_CODE_ENUM) in ada_args_match()
2408 else if (func_type == NULL || TYPE_CODE (func_type) != TYPE_CODE_FUNC) in ada_args_match()
2411 if (TYPE_NFIELDS (func_type) != n_actuals) in ada_args_match()
2416 struct type *ftype = check_typedef (TYPE_FIELD_TYPE (func_type, i)); in ada_args_match()
2419 if (!ada_type_match (TYPE_FIELD_TYPE (func_type, i), in ada_args_match()
2432 return_match (struct type *func_type, struct type *context_type) in return_match() argument
2436 if (func_type == NULL) in return_match()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DFunction.h408 Type *func_type, const AddressRange &range);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1265 Type *func_type = NULL; in ParseTypeFromDWARF() local
1268 func_type = dwarf->ResolveTypeUID(DIERef(type_die_form)); in ParseTypeFromDWARF()
1270 if (func_type) in ParseTypeFromDWARF()
1271 return_clang_type = func_type->GetForwardCompilerType(); in ParseTypeFromDWARF()
2653 Type *func_type = dwarf->GetDIEToType().lookup(die.GetDIE()); in ParseFunctionFromDWARF() local
2655 assert(func_type == NULL || func_type != DIE_IS_BEING_PARSED); in ParseFunctionFromDWARF()
2661 func_user_id, func_name, func_type, in ParseFunctionFromDWARF()
/freebsd-12.1/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c101 int func_type; member
370 d->func_type = 0; in cpp_demangle_data_init()
1374 ++ddata->func_type; in cpp_demangle_read_function()
2088 p_func_type = ddata->func_type; in cpp_demangle_read_pointer_to_member()
2092 if (p_func_type == ddata->func_type) { in cpp_demangle_read_pointer_to_member()
/freebsd-12.1/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c93 int func_type; member
576 d->func_type = 0; in cpp_demangle_data_init()
1463 ++ddata->func_type; in cpp_demangle_read_function()
2106 p_func_type = ddata->func_type; in cpp_demangle_read_pointer_to_member()
2110 if (p_func_type == ddata->func_type) { in cpp_demangle_read_pointer_to_member()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp400 TypeSP func_type = GetOrCreateType(proc.FunctionType); in CreateFunction() local
401 if (!func_type) in CreateFunction()
408 func_type.get(), func_range); in CreateFunction()
H A DPdbAstBuilder.cpp1000 const clang::FunctionProtoType *func_type = in GetOrCreateFunctionDecl() local
1019 CreateFunctionParameters(func_id, *function_decl, func_type->getNumParams()); in GetOrCreateFunctionDecl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp297 lldb_private::Type *func_type = ResolveTypeUID(pdb_func.getSymIndexId()); in ParseCompileUnitFunctionForPDBFunc() local
298 if (!func_type) in ParseCompileUnitFunctionForPDBFunc()
307 func_type_uid, mangled, func_type, func_range); in ParseCompileUnitFunctionForPDBFunc()
/freebsd-12.1/contrib/gcc/
H A Dc-common.c6991 tree func_type; in build_block_object_assign_decl() local
6997 func_type = in build_block_object_assign_decl()
7003 block_object_assign_decl = builtin_function ("_Block_object_assign", func_type, in build_block_object_assign_decl()
7029 tree func_type; in build_block_object_dispose_decl() local
7035 func_type = in build_block_object_dispose_decl()
7040 block_object_dispose_func_decl = builtin_function ("_Block_object_dispose", func_type, in build_block_object_dispose_decl()
H A Dc-decl.c3744 tree func_type = in init_byref_decl() local
3751 func_type); in init_byref_decl()
3764 tree func_type = in init_byref_decl() local
3769 func_type); in init_byref_decl()
H A Ddwarf2out.c10949 add_prototyped_attribute (dw_die_ref die, tree func_type) in add_prototyped_attribute() argument
10952 && TYPE_ARG_TYPES (func_type) != NULL) in add_prototyped_attribute()
H A DChangeLog-20001204 (struct machine_function): Add 'func_type' field.
1205 Define bit values for 'func_type' field.
1244 (arm_init_machine_status): Initialize func_type field, if
/freebsd-12.1/contrib/gcc/cp/
H A Ddecl.c5495 tree func_type; in init_byref_decl() local
5498 func_type = in init_byref_decl()
5505 func_type); in init_byref_decl()
5518 tree func_type; in init_byref_decl() local
5522 func_type = in init_byref_decl()
5527 func_type); in init_byref_decl()