Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h194 testing::AssertionResult notMatchesWithCuda(const std::string &Code, in notMatchesWithCuda() function
DASTMatchersTest.cpp711 EXPECT_TRUE(notMatchesWithCuda("void f() {}", in TEST()
713 EXPECT_FALSE(notMatchesWithCuda("__attribute__((global)) void f() {}", in TEST()