Searched defs:streq (Results 1 – 7 of 7) sorted by relevance
7 constexpr bool streq(const char *p, const char *q) { in streq() function
26 constexpr bool streq(const char *a, const char *b) { in streq() function
47 constexpr bool streq(const char *p, const char *q) { in streq() function
47 #define streq(a,b) strcmp(a,b) == 0 macro
813 #define streq(a,b) strcmp(a,b) == 0 in GetBuiltinTypeForDWARFEncodingAndBitSize() macro
199 static Bool streq ( const char* s1, const char* s2 ) in streq() function
118 streq(const UChar* lhs, const UChar* rhs) { in streq() function