Searched refs:matchesWithCuda (Results 1 – 4 of 4) sorted by relevance
214 testing::AssertionResult matchesWithCuda(const std::string &Code, in matchesWithCuda() function
145 EXPECT_TRUE(matchesWithCuda("__global__ void f() { }" in TEST()148 EXPECT_TRUE(matchesWithCuda("__attribute__((device)) void f() {}", in TEST()
251 testing::AssertionResult matchesWithCuda(const Twine &Code, const T &AMatcher) { in matchesWithCuda() function
179 EXPECT_TRUE(matchesWithCuda("__global__ void f() { }" in TEST()186 EXPECT_TRUE(matchesWithCuda("__attribute__((device)) void f() {}", in TEST()