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

  /external/bison/src/
location.h 77 && UNIQSTR_EQ (a.file, b.file));
uniqstr.h 39 #define UNIQSTR_EQ(USTR1, USTR2) (!!((USTR1) == (USTR2)))
reader.c 92 if (UNIQSTR_EQ (name, syms->next->name))
131 if (merge_function->type != NULL && !UNIQSTR_EQ (merge_function->type, type))
305 if (!UNIQSTR_EQ (lhs_type, rhs_type))
symtab.c 588 return UNIQSTR_EQ (m1->tag, m2->tag);
595 return UNIQSTR_EQ (m1->tag, m2->tag);

Completed in 149 milliseconds