Home
last modified time | relevance | path

Searched refs:has_extension (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h497 bool has_extension(const Twine &path, Style style = Style::native);
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp213 if (!sys::path::has_extension(Name)) in parseOne()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp286 !llvm::sys::path::has_extension(stripExecutableExtension(Args[1])); in unwrapCommand()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.cpp196 if (!llvm::sys::path::has_extension(OutputFile)) { in ConstructJob()
H A DCommonArgs.cpp2628 if (!llvm::sys::path::has_extension(FileName) || in AddStaticDeviceLibs()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfilesystem137 bool has_extension() const;
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h823 _LIBCPP_HIDE_FROM_ABI bool has_extension() const { return !__extension().empty(); }
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp665 bool has_extension(const Twine &path, Style style) { in has_extension() function
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp3083 (!llvm::sys::path::has_extension(FileName) || in addDeviceDependences()
5789 if (!llvm::sys::path::has_extension(ArgValue)) { in MakeCLOutputFilename()
6335 if (!llvm::sys::path::has_extension(Output)) in GetClPchPath()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp923 if (!sys::path::has_extension(out)) in getImportName()