Home
last modified time | relevance | path

Searched refs:hasSuffix (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDemangledNameInfo.h95 bool hasSuffix() const { return SuffixRange.second >= SuffixRange.first; } in hasSuffix() function
/freebsd/contrib/bzip2/
H A Dbzip2.c1110 Bool hasSuffix ( Char* s, const Char* suffix ) in hasSuffix() function
1124 if (!hasSuffix(name,oldSuffix)) return False; in mapSuffix()
1175 if (hasSuffix(inName, zSuffix[i])) { in compress()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp376 int hasSuffix; in __kmp_stg_parse_file() local
379 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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp368 if (!info.hasSuffix()) in GetDemangledFunctionSuffix()