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

  /src/external/gpl3/gcc/dist/gcc/
rtlanal.h 140 size_t num_refs () const { return ref_iter - ref_begin; } function in class:rtx_properties
243 ptrdiff_t count = this->num_refs ();
  /src/external/gpl3/gcc.old/dist/gcc/
rtlanal.h 140 size_t num_refs () const { return ref_iter - ref_begin; } function in class:rtx_properties
243 ptrdiff_t count = this->num_refs ();
  /src/external/gpl3/gcc/dist/gcc/config/iq2000/
iq2000.cc 135 static int num_refs[3];
559 num_refs[n_words-1] += num;
134 static int num_refs[3]; variable
  /src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
iq2000.cc 135 static int num_refs[3];
560 num_refs[n_words-1] += num;
134 static int num_refs[3]; variable

Completed in 28 milliseconds