Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h220 testing::AssertionResult notMatchesWithCuda(const std::string &Code, in notMatchesWithCuda() function
DASTMatchersNodeTest.cpp150 EXPECT_TRUE(notMatchesWithCuda("void f() {}", in TEST()
152 EXPECT_FALSE(notMatchesWithCuda("__attribute__((global)) void f() {}", in TEST()
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersTest.h256 testing::AssertionResult notMatchesWithCuda(const Twine &Code, in notMatchesWithCuda() function
DASTMatchersNodeTest.cpp182 EXPECT_TRUE(notMatchesWithCuda("void f() {}", cudaKernelCallExpr())); in TEST()
188 EXPECT_FALSE(notMatchesWithCuda("__attribute__((global)) void f() {}", in TEST()