Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DModule.cpp41 HasIncompatibleModuleFile(false), IsAvailable(true), in Module()
49 IsAvailable = Parent->isAvailable(); in Module()
155 if (IsAvailable) in isAvailable()
305 return M->IsAvailable || (!M->IsUnimportable && Unimportable); in markUnavailable()
320 Current->IsAvailable = false; in markUnavailable()
/llvm-project-15.0.7/llvm/unittests/Debuginfod/
H A DHTTPServerTests.cpp21 TEST(HTTPServer, IsAvailable) { EXPECT_TRUE(HTTPServer::isAvailable()); } in TEST() argument
307 TEST(HTTPServer, IsAvailable) { EXPECT_FALSE(HTTPServer::isAvailable()); } in TEST() argument
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dintrinsics-library.cpp419 template <typename T, typename = void> struct IsAvailable : std::false_type {}; struct
421 struct IsAvailable<T, decltype((void)T::table, void())> : std::true_type {}; struct
434 if constexpr (IsAvailable<Lib>::value) { in GetHostRuntimeMapHelper()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DModule.h277 unsigned IsAvailable : 1; variable
466 bool isAvailable() const { return IsAvailable; } in isAvailable()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.h129 bool IsAvailable();
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm96 bool CoreSimulatorSupport::DeviceRuntime::IsAvailable() { function
568 d.GetDeviceRuntime().IsAvailable());
/llvm-project-15.0.7/clang/lib/Lex/
H A DModuleMap.cpp2145 if (!ActiveModule->IsAvailable && !ActiveModule->IsUnimportable && in parseModuleDecl()
2764 if (!Failed && ActiveModule->IsAvailable && in parseInferredModuleDecl()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp600 Current->IsAvailable = true; in markAllUnavailable()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp5638 CurrentModule->IsAvailable = !CurrentModule->IsUnimportable; in ReadSubmoduleBlock()