Home
last modified time | relevance | path

Searched defs:has_extension (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcclibs/libiberty/
Dpex-win32.c412 int has_extension = !!strchr (program, '.'); in find_executable() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DPath.cpp662 bool has_extension(const Twine &path, Style style) { in has_extension() function