Searched refs:notMatchesWithCuda (Results 1 – 4 of 4) sorted by relevance
220 testing::AssertionResult notMatchesWithCuda(const std::string &Code, in notMatchesWithCuda() function
150 EXPECT_TRUE(notMatchesWithCuda("void f() {}", in TEST()152 EXPECT_FALSE(notMatchesWithCuda("__attribute__((global)) void f() {}", in TEST()
256 testing::AssertionResult notMatchesWithCuda(const Twine &Code, in notMatchesWithCuda() function
182 EXPECT_TRUE(notMatchesWithCuda("void f() {}", cudaKernelCallExpr())); in TEST()188 EXPECT_FALSE(notMatchesWithCuda("__attribute__((global)) void f() {}", in TEST()