Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h517 LLVM_ABI 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.cpp281 !llvm::sys::path::has_extension(stripExecutableExtension(Args[1])); in unwrapCommand()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.cpp211 if (!llvm::sys::path::has_extension(OutputFile)) { in ConstructJob()
H A DCommonArgs.cpp2776 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.h824 _LIBCPP_HIDE_FROM_ABI bool has_extension() const { return !__extension().empty(); }
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp664 bool has_extension(const Twine &path, Style style) { in has_extension() function
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp937 if (!LastO.empty() && !llvm::sys::path::has_extension(LastO)) in clang_scan_deps_main()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp3361 (!llvm::sys::path::has_extension(FileName) || in addDeviceDependences()
6132 if (!llvm::sys::path::has_extension(ArgValue)) { in MakeCLOutputFilename()
6709 if (!llvm::sys::path::has_extension(Output)) in GetClPchPath()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp969 if (!sys::path::has_extension(out)) in getImportName()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc24085 {"_ZN4llvm3sys4path13has_extensionERKNS_5TwineE", "llvm::sys::path::has_extension(llvm::Twine const…