HomeSort by: relevance | last modified time | path
    Searched defs:fieldno (Results 1 - 18 of 18) sorted by relevancy

  /src/usr.bin/join/
join.c 97 u_long fieldno; /* field number */ member in struct:__anon8271
443 outfield(lp, olist[cnt].fieldno);
465 outfield(lp1, olist[cnt].fieldno);
467 outfield(lp2, olist[cnt].fieldno);
488 outfield(LINE *lp, u_long fieldno)
493 if (lp->fieldcnt <= fieldno) {
497 if (*lp->fields[fieldno] == '\0')
499 (void)printf("%s", lp->fields[fieldno]);
513 u_long fieldno; local
521 fieldno = strtol(token + 2, &end, 10)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ada-varobj.c 89 corresponding to the field number FIELDNO. */
94 int fieldno,
103 value = value_field (parent_value, fieldno);
107 type = parent_type->field (fieldno).type ();
423 int fieldno; local
429 for (fieldno = 0; fieldno < parent_type->num_fields (); fieldno++)
431 if (ada_is_ignored_field (parent_type, fieldno))
434 if (ada_is_wrapper_field (parent_type, fieldno))
    [all...]
cp-valprint.c 637 bit offset OFFSET. Set *SELF to the containing type and *FIELDNO
642 cp_find_class_member (struct type **self_p, int *fieldno,
663 *fieldno = i;
676 cp_find_class_member (self_p, fieldno, offset - bitpos);
695 int fieldno; local
717 cp_find_class_member (&self_type, &fieldno, val << 3);
730 fputs_styled (self_type->field (fieldno).name (),
rust-lang.c 1499 int fieldno = rust_enum_variant (type);
1500 lhs = lhs->primitive_field (0, fieldno, type);
1562 int fieldno = rust_enum_variant (type);
1563 lhs = lhs->primitive_field (0, fieldno, type);
1494 int fieldno = rust_enum_variant (type); local
1557 int fieldno = rust_enum_variant (type); local
eval.c 2379 int fieldno = -1;
2388 fieldno++;
2390 while (fieldno < struct_type->num_fields ()
2391 && struct_type->field (fieldno).is_static ())
2392 fieldno++;
2393 if (fieldno >= struct_type->num_fields ())
2395 field_type = struct_type->field (fieldno).type ();
2397 && struct_type->field (fieldno).name ()[0] == '0')
2404 The value fieldno is the index of the top-level (normal or
2409 field_type = struct_type->field (fieldno).type ()
2377 int fieldno = -1; local
    [all...]
gdbtypes.c 1930 set_type_vptr_fieldno (struct type *type, int fieldno)
1937 TYPE_RAW_CPLUS_SPECIFIC (type)->vptr_fieldno = fieldno;
1966 /* Lookup the vptr basetype/fieldno values for TYPE.
1992 int fieldno;
1995 fieldno = get_vptr_fieldno (baseclass, &basetype);
1996 if (fieldno >= 0)
2002 set_type_vptr_fieldno (type, fieldno);
2007 return fieldno;
1991 int fieldno; local
ada-lang.c 503 int fieldno;
506 for (fieldno = 0; fieldno < struct_type->num_fields (); fieldno++)
507 if (field_name_match (struct_type->field (fieldno).name (), field_name))
508 return fieldno;
6815 fields. FIELDNO says which field. Differs from value_primitive_field
6819 ada_value_primitive_field (struct value *arg1, int offset, int fieldno,
6825 type = arg_type->field (fieldno).type ();
6830 if (arg_type->field (fieldno).bitsize () != 0 || arg1->bitpos () != 0
501 int fieldno; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ada-varobj.c 89 corresponding to the field number FIELDNO. */
94 int fieldno,
103 value = value_field (parent_value, fieldno);
107 type = parent_type->field (fieldno).type ();
423 int fieldno; local
429 for (fieldno = 0; fieldno < parent_type->num_fields (); fieldno++)
431 if (ada_is_ignored_field (parent_type, fieldno))
434 if (ada_is_wrapper_field (parent_type, fieldno))
    [all...]
cp-valprint.c 637 bit offset OFFSET. Set *SELF to the containing type and *FIELDNO
642 cp_find_class_member (struct type **self_p, int *fieldno,
663 *fieldno = i;
676 cp_find_class_member (self_p, fieldno, offset - bitpos);
695 int fieldno; local
717 cp_find_class_member (&self_type, &fieldno, val << 3);
730 fputs_styled (self_type->field (fieldno).name (),
rust-lang.c 1504 int fieldno = rust_enum_variant (type);
1505 lhs = lhs->primitive_field (0, fieldno, type);
1567 int fieldno = rust_enum_variant (type);
1568 lhs = lhs->primitive_field (0, fieldno, type);
1499 int fieldno = rust_enum_variant (type); local
1562 int fieldno = rust_enum_variant (type); local
eval.c 2350 int fieldno = -1;
2359 fieldno++;
2361 while (fieldno < struct_type->num_fields ()
2362 && struct_type->field (fieldno).is_static ())
2363 fieldno++;
2364 if (fieldno >= struct_type->num_fields ())
2366 field_type = struct_type->field (fieldno).type ();
2368 && struct_type->field (fieldno).name ()[0] == '0')
2375 The value fieldno is the index of the top-level (normal or
2380 field_type = struct_type->field (fieldno).type ()
2348 int fieldno = -1; local
    [all...]
gdbtypes.c 1930 set_type_vptr_fieldno (struct type *type, int fieldno)
1937 TYPE_RAW_CPLUS_SPECIFIC (type)->vptr_fieldno = fieldno;
1966 /* Lookup the vptr basetype/fieldno values for TYPE.
1992 int fieldno;
1995 fieldno = get_vptr_fieldno (baseclass, &basetype);
1996 if (fieldno >= 0)
2002 set_type_vptr_fieldno (type, fieldno);
2007 return fieldno;
1991 int fieldno; local
ada-lang.c 501 int fieldno;
504 for (fieldno = 0; fieldno < struct_type->num_fields (); fieldno++)
505 if (field_name_match (struct_type->field (fieldno).name (), field_name))
506 return fieldno;
6850 fields. FIELDNO says which field. Differs from value_primitive_field
6854 ada_value_primitive_field (struct value *arg1, int offset, int fieldno,
6860 type = arg_type->field (fieldno).type ();
6865 if (arg_type->field (fieldno).bitsize () != 0 || arg1->bitpos () != 0
499 int fieldno; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-object-load.c 549 int fieldno; local
551 for (fieldno = 0; fieldno < regs_type->num_fields (); fieldno++)
553 const char *reg_name = regs_type->field (fieldno).name ();
554 ULONGEST reg_bitpos = regs_type->field (fieldno).loc_bitpos ();
555 ULONGEST reg_bitsize = regs_type->field (fieldno).bitsize ();
558 = check_typedef (regs_type->field (fieldno).type ());
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-object-load.c 549 int fieldno; local
551 for (fieldno = 0; fieldno < regs_type->num_fields (); fieldno++)
553 const char *reg_name = regs_type->field (fieldno).name ();
554 ULONGEST reg_bitpos = regs_type->field (fieldno).loc_bitpos ();
555 ULONGEST reg_bitsize = regs_type->field (fieldno).bitsize ();
558 = check_typedef (regs_type->field (fieldno).type ());
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic54x.c 945 static int fieldno = 0; local
948 sprintf (fake, ".fake_field%d", fieldno++);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic54x.c 945 static int fieldno = 0; local
948 sprintf (fake, ".fake_field%d", fieldno++);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 1437 unsigned fieldno = 0; local
1440 I != E; ++I, ++Field, ++fieldno) {
1451 layout.getFieldOffset(fieldno), Align, VUnit, RecordTy, CXXDecl);
1463 layout.getFieldOffset(fieldno), VUnit, RecordTy, CXXDecl);
1547 unsigned fieldNo = 0;
1576 CollectRecordNormalField(field, layout.getFieldOffset(fieldNo), tunit,
1580 ++fieldNo;
2770 unsigned FieldNo = 0;
2772 Field = Field->getNextIvar(), ++FieldNo) {
2812 FieldOffset = RL.getFieldOffset(FieldNo);
    [all...]

Completed in 75 milliseconds