Searched refs:hasSuffix (Results 1 – 4 of 4) sorted by relevance
95 bool hasSuffix() const { return SuffixRange.second >= SuffixRange.first; } in hasSuffix() function
1110 Bool hasSuffix ( Char* s, const Char* suffix ) in hasSuffix() function1124 if (!hasSuffix(name,oldSuffix)) return False; in mapSuffix()1175 if (hasSuffix(inName, zSuffix[i])) { in compress()
376 int hasSuffix; in __kmp_stg_parse_file() local379 hasSuffix = t && __kmp_str_eqf(t, suffix); in __kmp_stg_parse_file()380 t = __kmp_str_format("%s%s", value, hasSuffix ? "" : suffix); in __kmp_stg_parse_file()
368 if (!info.hasSuffix()) in GetDemangledFunctionSuffix()