Home
last modified time | relevance | path

Searched refs:UNIQSTR_EQ (Results 1 – 6 of 6) sorted by relevance

/external/bison/src/
Duniqstr.h39 #define UNIQSTR_EQ(USTR1, USTR2) (!!((USTR1) == (USTR2))) macro
Dlocation.h77 && UNIQSTR_EQ (a.file, b.file)); in equal_boundaries()
Dreader.c90 if (UNIQSTR_EQ (name, syms->next->name)) in get_merge_function()
129 if (merge_function->type != NULL && !UNIQSTR_EQ (merge_function->type, type)) in record_merge_function_type()
302 if (!UNIQSTR_EQ (lhs_type, rhs_type)) in grammar_rule_check()
Dsymtab.c588 return UNIQSTR_EQ (m1->tag, m2->tag); in hash_compare_symbol()
595 return UNIQSTR_EQ (m1->tag, m2->tag); in hash_compare_semantic_type()
/external/bison/
DChangeLog1061 * src/uniqstr.h (UNIQSTR_EQ): Likewise.
1414 * src/uniqstr.h (UNIQSTR_EQ): Likewise.
DChangeLog-201211991 (equal_boundaries): Use UNIQSTR_EQ for comparison.