Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1087 SmallString<256> LibCDecls(TC.getDriver().ResourceDir); in addOpenMPDeviceLibC() local
1088 llvm::sys::path::append(LibCDecls, "include", "llvm_libc_wrappers", in addOpenMPDeviceLibC()
1090 bool HasLibC = llvm::sys::fs::exists(LibCDecls) && in addOpenMPDeviceLibC()
1091 llvm::sys::fs::is_directory(LibCDecls); in addOpenMPDeviceLibC()