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

  /src/external/gpl3/gcc/dist/libcpp/include/
symtab.h 38 #define HT_LEN(NODE) ((NODE)->len)
cpplib.h 982 #define NODE_LEN(NODE) HT_LEN (HT_NODE (NODE))
  /src/external/gpl3/gcc.old/dist/libcpp/include/
symtab.h 37 #define HT_LEN(NODE) ((NODE)->len)
cpplib.h 933 #define NODE_LEN(NODE) HT_LEN (HT_NODE (NODE))
  /src/external/gpl3/gcc/dist/libcpp/
symtab.cc 120 && HT_LEN (node) == (unsigned int) len
142 && HT_LEN (node) == (unsigned int) len
158 HT_LEN (node) = (unsigned int) len;
296 size_t n = HT_LEN (*p);
directives.cc 1450 HT_LEN (&pe->pragma->ident),
1451 HT_LEN (&pe->pragma->ident) + 1);
  /src/external/gpl3/gcc.old/dist/libcpp/
symtab.cc 120 && HT_LEN (node) == (unsigned int) len
142 && HT_LEN (node) == (unsigned int) len
158 HT_LEN (node) = (unsigned int) len;
296 size_t n = HT_LEN (*p);
directives.cc 1432 HT_LEN (&pe->pragma->ident),
1433 HT_LEN (&pe->pragma->ident) + 1);

Completed in 34 milliseconds