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

  /src/external/gpl3/binutils/dist/libctf/
ctf-util.c 226 char *new_s; local
228 new_s = ctf_str_append (s, append);
229 if (!new_s)
231 return new_s;
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-util.c 226 char *new_s; local
228 new_s = ctf_str_append (s, append);
229 if (!new_s)
231 return new_s;
  /src/external/gpl3/gdb/dist/libctf/
ctf-util.c 226 char *new_s; local
228 new_s = ctf_str_append (s, append);
229 if (!new_s)
231 return new_s;
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-util.c 226 char *new_s; local
228 new_s = ctf_str_append (s, append);
229 if (!new_s)
231 return new_s;
  /src/external/mpl/bind/dist/lib/isc/
url.c 473 host_state_t new_s = http_parse_host_char(s, *p); local
475 if (new_s == s_http_host_dead) {
479 switch (new_s) {
525 s = new_s;
  /src/external/mpl/dhcp/bind/dist/lib/isc/
url.c 472 host_state_t new_s = http_parse_host_char(s, *p); local
474 if (new_s == s_http_host_dead) {
478 switch (new_s) {
524 s = new_s;
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_impl.c 3885 SSL *new_s = NULL; local
3934 new_s = &xso->obj.ssl;
3941 return new_s;
  /src/external/gpl3/gcc/dist/gcc/
genrecog.cc 3731 move to NEW_S and NEW_D becomes part of NEW_TRANS->to. */
3732 state *new_s = new state;
3734 new_d->push_back (new transition (new_trans->labels, new_s,
3738 new_s->push_back (r);
3763 state *new_s = new state;
3764 new_s->push_back (new_d);
3766 new_trans = new transition (*combined, new_s, true);
3728 state *new_s = new state; local
3759 state *new_s = new state; local
  /src/external/gpl3/gcc.old/dist/gcc/
genrecog.cc 3731 move to NEW_S and NEW_D becomes part of NEW_TRANS->to. */
3732 state *new_s = new state;
3734 new_d->push_back (new transition (new_trans->labels, new_s,
3738 new_s->push_back (r);
3763 state *new_s = new state;
3764 new_s->push_back (new_d);
3766 new_trans = new transition (*combined, new_s, true);
3728 state *new_s = new state; local
3759 state *new_s = new state; local
  /src/external/gpl3/binutils/dist/gprofng/src/
Experiment.cc 2049 char *new_s = dbe_sprintf (NTXT ("%s %s"), s, str); local
2051 return new_s;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Experiment.cc 2049 char *new_s = dbe_sprintf (NTXT ("%s %s"), s, str); local
2051 return new_s;
  /src/external/gpl3/gcc/dist/gcc/cp/
coroutines.cc 3695 tree new_s = cp_build_init_expr (sloc, newvar, cond_inner); local
3696 finish_expr_stmt (new_s);
3879 tree new_s = cp_build_init_expr (sloc, newvar, local
3881 finish_expr_stmt (new_s);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
coroutines.cc 3478 tree new_s = build2_loc (sloc, INIT_EXPR, boolean_type_node, local
3480 finish_expr_stmt (new_s);
3663 tree new_s = build2_loc (sloc, INIT_EXPR, sw_type, newvar, local
3665 finish_expr_stmt (new_s);

Completed in 88 milliseconds