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

  /src/external/gpl3/gcc/dist/gcc/objcp/
objcp-decl.cc 55 tree field, next_field; local
57 for (field = fieldlist; field; field = next_field)
59 next_field = TREE_CHAIN (field); /* insert one field at a time; */
  /src/external/gpl3/gcc.old/dist/gcc/objcp/
objcp-decl.cc 55 tree field, next_field; local
57 for (field = fieldlist; field; field = next_field)
59 next_field = TREE_CHAIN (field); /* insert one field at a time; */
  /src/external/gpl3/gdb/dist/gdbsupport/
gdb_vecs.cc 34 const char *next_field; local
37 next_field = strchr (str, delimiter);
38 if (next_field == NULL)
42 this_len = next_field - str;
43 next_field++;
51 str = next_field;
  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_vecs.cc 34 const char *next_field; local
37 next_field = strchr (str, delimiter);
38 if (next_field == NULL)
42 this_len = next_field - str;
43 next_field++;
51 str = next_field;
  /src/external/gpl3/gcc/dist/gcc/config/
vxworks.cc 74 tree field, next_field; local
81 next_field = field;
86 DECL_CHAIN (field) = next_field;
87 next_field = field;
94 DECL_CHAIN (field) = next_field;
  /src/external/gpl3/gcc.old/dist/gcc/config/
vxworks.cc 74 tree field, next_field; local
81 next_field = field;
86 DECL_CHAIN (field) = next_field;
87 next_field = field;
94 DECL_CHAIN (field) = next_field;
  /src/external/bsd/libarchive/dist/libarchive/
archive_acl.c 79 static void next_field(const char **p, size_t *l, const char **start,
1695 next_field(&text, &length, &start, &end, &sep);
2098 next_field(const char **p, size_t *l, const char **start, function
  /src/external/bsd/top/dist/
commands.c 268 next_field(char *str) function
380 if ((nptr = next_field(str)) == NULL)
460 } while ((str = next_field(str)) != NULL);
509 if ((str = next_field(str)) == NULL)
533 } while ((str = next_field(str)) != NULL);
  /src/external/gpl3/gcc/dist/gcc/
tree-emutls.cc 121 tree word_type_node, field, next_field; local
126 next_field = field;
132 DECL_CHAIN (field) = next_field;
133 next_field = field;
140 DECL_CHAIN (field) = next_field;
141 next_field = field;
146 DECL_CHAIN (field) = next_field;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-emutls.cc 120 tree word_type_node, field, next_field; local
125 next_field = field;
131 DECL_CHAIN (field) = next_field;
132 next_field = field;
139 DECL_CHAIN (field) = next_field;
140 next_field = field;
145 DECL_CHAIN (field) = next_field;
  /src/external/gpl3/binutils/dist/opcodes/
i386-gen.c 727 next_field (char *str, char sep, char **next, char *last) function
846 char *str = next_field (next, '|', &next, last);
1008 str = next_field (next, '&', &next, last);
1023 str = next_field (next, '|', &next, last);
1128 str = next_field (next, '|', &next, last);
1233 str = next_field (next, '|', &next, last);
1403 str = next_field (next, '|', &next, last);
1475 base_opcode = next_field (str, ',', &str, last);
1483 cpu_flags = next_field (str, ',', &str, last);
1486 opcode_modifier = next_field (str, ',', &str, last)
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-gen.c 707 next_field (char *str, char sep, char **next, char *last) function
826 char *str = next_field (next, '|', &next, last);
988 str = next_field (next, '&', &next, last);
1003 str = next_field (next, '|', &next, last);
1108 str = next_field (next, '|', &next, last);
1213 str = next_field (next, '|', &next, last);
1383 str = next_field (next, '|', &next, last);
1455 base_opcode = next_field (str, ',', &str, last);
1463 cpu_flags = next_field (str, ',', &str, last);
1466 opcode_modifier = next_field (str, ',', &str, last)
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
i386-gen.c 677 next_field (char *str, char sep, char **next, char *last) function
796 char *str = next_field (next, '|', &next, last);
958 str = next_field (next, '&', &next, last);
973 str = next_field (next, '|', &next, last);
1064 str = next_field (next, '|', &next, last);
1169 str = next_field (next, '|', &next, last);
1339 str = next_field (next, '|', &next, last);
1411 base_opcode = next_field (str, ',', &str, last);
1419 cpu_flags = next_field (str, ',', &str, last);
1422 opcode_modifier = next_field (str, ',', &str, last)
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-gen.c 668 next_field (char *str, char sep, char **next, char *last) function
787 char *str = next_field (next, '|', &next, last);
949 str = next_field (next, '&', &next, last);
964 str = next_field (next, '|', &next, last);
1055 str = next_field (next, '|', &next, last);
1160 str = next_field (next, '|', &next, last);
1330 str = next_field (next, '|', &next, last);
1402 base_opcode = next_field (str, ',', &str, last);
1410 cpu_flags = next_field (str, ',', &str, last);
1413 opcode_modifier = next_field (str, ',', &str, last)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
class.cc 4848 fields at NEXT_FIELD, and return it. */
4851 build_base_field_1 (tree t, tree binfo, tree access, tree *&next_field)
4881 DECL_CHAIN (decl) = *next_field;
4882 *next_field = decl;
4883 next_field = &DECL_CHAIN (decl);
4893 *NEXT_FIELD, unless BINFO is for an empty base class.
4899 splay_tree offsets, tree *next_field)
4907 return next_field;
4919 decl = build_base_field_1 (t, binfo, access, next_field);
4953 tree decl = build_base_field_1 (t, binfo, access, next_field);
6660 tree *next_field; local
6936 tree *next_field; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
class.cc 4571 fields at NEXT_FIELD, and return it. */
4574 build_base_field_1 (tree t, tree binfo, tree access, tree *&next_field)
4604 DECL_CHAIN (decl) = *next_field;
4605 *next_field = decl;
4606 next_field = &DECL_CHAIN (decl);
4616 *NEXT_FIELD, unless BINFO is for an empty base class.
4622 splay_tree offsets, tree *next_field)
4630 return next_field;
4642 decl = build_base_field_1 (t, binfo, access, next_field);
4676 tree decl = build_base_field_1 (t, binfo, access, next_field);
6351 tree *next_field; local
6627 tree *next_field; local
    [all...]

Completed in 54 milliseconds