Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Frontend/
DOpenMPContextTest.cpp71 OMPContext DeviceLinux(true, Triple("x86_64-unknown-linux")); in TEST_F() local
77 EXPECT_TRUE(isVariantApplicableInContext(Empty, DeviceLinux)); in TEST_F()
84 EXPECT_FALSE(isVariantApplicableInContext(UserCondFalse, DeviceLinux)); in TEST_F()
91 EXPECT_FALSE(isVariantApplicableInContext(DeviceArchArm, DeviceLinux)); in TEST_F()
101 EXPECT_FALSE(isVariantApplicableInContext(LLVMHostUserCondTrue, DeviceLinux)); in TEST_F()
109 isVariantApplicableInContext(LLVMHostUserCondTrueCPU, DeviceLinux)); in TEST_F()
118 EXPECT_FALSE(isVariantApplicableInContext(GPU, DeviceLinux)); in TEST_F()
125 EXPECT_TRUE(isVariantApplicableInContext(NoHost, DeviceLinux)); in TEST_F()