Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h214 testing::AssertionResult matchesWithCuda(const std::string &Code, in matchesWithCuda() function
DASTMatchersNodeTest.cpp145 EXPECT_TRUE(matchesWithCuda("__global__ void f() { }" in TEST()
148 EXPECT_TRUE(matchesWithCuda("__attribute__((device)) void f() {}", in TEST()