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

  /src/external/cddl/osnet/dist/common/ctf/
ctf_decl.c 81 for (cdp = ctf_list_next(&cd->cd_nodes[i]);
155 if (ctf_list_next(&cd->cd_nodes[prec]) == NULL)
171 ctf_list_prepend(&cd->cd_nodes[prec], cdp);
173 ctf_list_append(&cd->cd_nodes[prec], cdp);
ctf_impl.h 139 ctf_list_t cd_nodes[CTF_PREC_MAX]; /* declaration node stacks */ member in struct:ctf_decl
ctf_types.c 361 for (cdp = ctf_list_next(&cd.cd_nodes[prec]);
  /src/external/gpl3/binutils/dist/libctf/
ctf-decl.c 65 for (cdp = ctf_list_next (&cd->cd_nodes[i]); cdp != NULL; cdp = ndp)
147 if (ctf_list_next (&cd->cd_nodes[prec]) == NULL)
163 ctf_list_prepend (&cd->cd_nodes[prec], cdp);
165 ctf_list_append (&cd->cd_nodes[prec], cdp);
ctf-impl.h 172 ctf_list_t cd_nodes[CTF_PREC_MAX]; /* Declaration node stacks. */ member in struct:ctf_decl
ctf-types.c 699 for (cdp = ctf_list_next (&cd.cd_nodes[prec]);
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-decl.c 65 for (cdp = ctf_list_next (&cd->cd_nodes[i]); cdp != NULL; cdp = ndp)
147 if (ctf_list_next (&cd->cd_nodes[prec]) == NULL)
160 ctf_list_prepend (&cd->cd_nodes[prec], cdp);
162 ctf_list_append (&cd->cd_nodes[prec], cdp);
ctf-impl.h 172 ctf_list_t cd_nodes[CTF_PREC_MAX]; /* Declaration node stacks. */ member in struct:ctf_decl
ctf-types.c 699 for (cdp = ctf_list_next (&cd.cd_nodes[prec]);
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-decl.c 65 for (cdp = ctf_list_next (&cd->cd_nodes[i]); cdp != NULL; cdp = ndp)
147 if (ctf_list_next (&cd->cd_nodes[prec]) == NULL)
160 ctf_list_prepend (&cd->cd_nodes[prec], cdp);
162 ctf_list_append (&cd->cd_nodes[prec], cdp);
ctf-impl.h 168 ctf_list_t cd_nodes[CTF_PREC_MAX]; /* Declaration node stacks. */ member in struct:ctf_decl
ctf-types.c 678 for (cdp = ctf_list_next (&cd.cd_nodes[prec]);
  /src/external/gpl3/gdb/dist/libctf/
ctf-decl.c 65 for (cdp = ctf_list_next (&cd->cd_nodes[i]); cdp != NULL; cdp = ndp)
147 if (ctf_list_next (&cd->cd_nodes[prec]) == NULL)
160 ctf_list_prepend (&cd->cd_nodes[prec], cdp);
162 ctf_list_append (&cd->cd_nodes[prec], cdp);
ctf-impl.h 172 ctf_list_t cd_nodes[CTF_PREC_MAX]; /* Declaration node stacks. */ member in struct:ctf_decl
ctf-types.c 699 for (cdp = ctf_list_next (&cd.cd_nodes[prec]);
  /src/external/cddl/osnet/dev/fbt/
fbt.c 799 ctf_list_t cd_nodes[CTF_PREC_MAX]; /* declaration node stacks */ member in struct:ctf_decl
878 for (cdp = ctf_list_next(&cd->cd_nodes[i]);
1006 if (ctf_list_next(&cd->cd_nodes[prec]) == NULL)
1022 ctf_list_prepend(&cd->cd_nodes[prec], cdp);
1024 ctf_list_append(&cd->cd_nodes[prec], cdp);
1078 for (cdp = ctf_list_next(&cd.cd_nodes[prec]);

Completed in 108 milliseconds