Lines Matching defs:fnp
12310 struct fn_field *fnp;
12342 fnp = &flp->fnfields.emplace_back ();
12351 fnp->physname = physname ? physname : "";
12354 fnp->type = type_allocator (objfile, cu->lang ()).new_type ();
12362 smash_to_method_type (fnp->type, type,
12375 fnp->voffset = VOFFSET_STATIC;
12383 fnp->fcontext = die_containing_type (die, cu);
12393 fnp->accessibility = accessibility::PRIVATE;
12396 fnp->accessibility = accessibility::PROTECTED;
12403 fnp->is_artificial = 1;
12408 fnp->defaulted = attr->defaulted ();
12413 fnp->is_deleted = 1;
12415 fnp->is_constructor = dwarf2_is_constructor (die, cu);
12439 fnp->voffset = offset + 2;
12447 fnp->voffset = offset;
12448 if ((fnp->voffset % cu->header.addr_size) != 0)
12451 fnp->voffset /= cu->header.addr_size;
12452 fnp->voffset += 2;
12457 if (!fnp->fcontext)
12471 fnp->fcontext = this_type->field (0).type ()->target_type ();