Searched refs:UNIQSTR_EQ (Results 1 – 6 of 6) sorted by relevance
39 #define UNIQSTR_EQ(USTR1, USTR2) (!!((USTR1) == (USTR2))) macro
77 && UNIQSTR_EQ (a.file, b.file)); in equal_boundaries()
90 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()
588 return UNIQSTR_EQ (m1->tag, m2->tag); in hash_compare_symbol()595 return UNIQSTR_EQ (m1->tag, m2->tag); in hash_compare_semantic_type()
1061 * src/uniqstr.h (UNIQSTR_EQ): Likewise.1414 * src/uniqstr.h (UNIQSTR_EQ): Likewise.
11991 (equal_boundaries): Use UNIQSTR_EQ for comparison.