HomeSort by relevance Sort by last modified time
    Searched refs:d_peek_next_char (Results 1 - 4 of 4) sorted by null

  /external/valgrind/coregrind/m_demangle/
cp-demangle.h 132 - call d_peek_next_char if d_peek_char returned '\0'
138 # define d_peek_next_char(di) ((di)->n[1]) macro
147 d_peek_next_char (const struct d_info *di) function
cp-demangle.c     [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
cp-demangle.h 133 - call d_peek_next_char if d_peek_char returned '\0'
139 # define d_peek_next_char(di) ((di)->n[1]) macro
148 d_peek_next_char (const struct d_info *di) function
cp-demangle.c 1009 if (d_peek_char (di) != '_' || d_peek_next_char (di) != 'Z')
    [all...]

Completed in 201 milliseconds