Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPContextTest.cpp71 OMPContext HostLinux(false, Triple("x86_64-unknown-linux")); in TEST_F() local
77 EXPECT_TRUE(isVariantApplicableInContext(Empty, HostLinux)); in TEST_F()
84 EXPECT_FALSE(isVariantApplicableInContext(UserCondFalse, HostLinux)); in TEST_F()
91 EXPECT_FALSE(isVariantApplicableInContext(DeviceArchArm, HostLinux)); in TEST_F()
101 EXPECT_TRUE(isVariantApplicableInContext(LLVMHostUserCondTrue, HostLinux)); in TEST_F()
108 EXPECT_TRUE(isVariantApplicableInContext(LLVMHostUserCondTrueCPU, HostLinux)); in TEST_F()
118 EXPECT_FALSE(isVariantApplicableInContext(GPU, HostLinux)); in TEST_F()
125 EXPECT_FALSE(isVariantApplicableInContext(NoHost, HostLinux)); in TEST_F()