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

  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-early-ra.cc 329 // while recording allocnos; after that, chain_next below is
335 unsigned int chain_next; member in union:__anon12651::early_ra::allocno_info::__anon12652
419 allocno_info *chain_next (allocno_info *);
790 early_ra::chain_next (allocno_info *allocno) function in class:__anon12651::early_ra
792 if (allocno->chain_next != INVALID_ALLOCNO)
793 return m_allocnos[allocno->chain_next];
957 if (allocno->chain_next == INVALID_ALLOCNO)
959 allocno = m_allocnos[allocno->chain_next];
988 ai = allocno->chain_next;
1365 allocno->chain_next = INVALID_ALLOCNO
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gengtype.cc 2697 else if (strcmp (oo->name, "chain_next") == 0)
3488 const char *chain_next = NULL;
3517 if (strcmp (opt->name, "chain_next") == 0
3519 chain_next = opt->info.string;
3528 if (chain_prev != NULL && chain_next == NULL)
3529 error_at_line (&s->u.s.line, "chain_prev without chain_next");
3530 if (chain_circular != NULL && chain_next != NULL)
3531 error_at_line (&s->u.s.line, "chain_circular with chain_next");
3533 chain_next = chain_circular;
3553 oprintf (d.of, " * %sx = (", chain_next == NULL ? "const " : "")
3480 const char *chain_next = NULL; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype.cc 2729 else if (strcmp (oo->name, "chain_next") == 0)
3504 const char *chain_next = NULL;
3533 if (strcmp (opt->name, "chain_next") == 0
3535 chain_next = opt->info.string;
3544 if (chain_prev != NULL && chain_next == NULL)
3545 error_at_line (&s->u.s.line, "chain_prev without chain_next");
3546 if (chain_circular != NULL && chain_next != NULL)
3547 error_at_line (&s->u.s.line, "chain_circular with chain_next");
3549 chain_next = chain_circular;
3569 oprintf (d.of, " * %sx = (", chain_next == NULL ? "const " : "")
3496 const char *chain_next = NULL; local
    [all...]

Completed in 32 milliseconds