Home
last modified time | relevance | path

Searched refs:XOrYOrZOrUOrV (Results 1 – 16 of 16) sorted by relevance

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp306 DeclarationMatcher XOrYOrZOrUOrV = in TEST() local
309 EXPECT_TRUE(matches("class X {};", XOrYOrZOrUOrV)); in TEST()
310 EXPECT_TRUE(matches("class Y {};", XOrYOrZOrUOrV)); in TEST()
311 EXPECT_TRUE(matches("class Z {};", XOrYOrZOrUOrV)); in TEST()
312 EXPECT_TRUE(matches("class U {};", XOrYOrZOrUOrV)); in TEST()
313 EXPECT_TRUE(matches("class V {};", XOrYOrZOrUOrV)); in TEST()
314 EXPECT_TRUE(notMatches("class A {};", XOrYOrZOrUOrV)); in TEST()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp306 DeclarationMatcher XOrYOrZOrUOrV = in TEST() local
309 EXPECT_TRUE(matches("class X {};", XOrYOrZOrUOrV)); in TEST()
310 EXPECT_TRUE(matches("class Y {};", XOrYOrZOrUOrV)); in TEST()
311 EXPECT_TRUE(matches("class Z {};", XOrYOrZOrUOrV)); in TEST()
312 EXPECT_TRUE(matches("class U {};", XOrYOrZOrUOrV)); in TEST()
313 EXPECT_TRUE(matches("class V {};", XOrYOrZOrUOrV)); in TEST()
314 EXPECT_TRUE(notMatches("class A {};", XOrYOrZOrUOrV)); in TEST()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp305 DeclarationMatcher XOrYOrZOrUOrV = in TEST() local
308 EXPECT_TRUE(matches("class X {};", XOrYOrZOrUOrV)); in TEST()
309 EXPECT_TRUE(matches("class Y {};", XOrYOrZOrUOrV)); in TEST()
310 EXPECT_TRUE(matches("class Z {};", XOrYOrZOrUOrV)); in TEST()
311 EXPECT_TRUE(matches("class U {};", XOrYOrZOrUOrV)); in TEST()
312 EXPECT_TRUE(matches("class V {};", XOrYOrZOrUOrV)); in TEST()
313 EXPECT_TRUE(notMatches("class A {};", XOrYOrZOrUOrV)); in TEST()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp305 DeclarationMatcher XOrYOrZOrUOrV = in TEST() local
308 EXPECT_TRUE(matches("class X {};", XOrYOrZOrUOrV)); in TEST()
309 EXPECT_TRUE(matches("class Y {};", XOrYOrZOrUOrV)); in TEST()
310 EXPECT_TRUE(matches("class Z {};", XOrYOrZOrUOrV)); in TEST()
311 EXPECT_TRUE(matches("class U {};", XOrYOrZOrUOrV)); in TEST()
312 EXPECT_TRUE(matches("class V {};", XOrYOrZOrUOrV)); in TEST()
313 EXPECT_TRUE(notMatches("class A {};", XOrYOrZOrUOrV)); in TEST()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp305 DeclarationMatcher XOrYOrZOrUOrV = in TEST() local
308 EXPECT_TRUE(matches("class X {};", XOrYOrZOrUOrV)); in TEST()
309 EXPECT_TRUE(matches("class Y {};", XOrYOrZOrUOrV)); in TEST()
310 EXPECT_TRUE(matches("class Z {};", XOrYOrZOrUOrV)); in TEST()
311 EXPECT_TRUE(matches("class U {};", XOrYOrZOrUOrV)); in TEST()
312 EXPECT_TRUE(matches("class V {};", XOrYOrZOrUOrV)); in TEST()
313 EXPECT_TRUE(notMatches("class A {};", XOrYOrZOrUOrV)); in TEST()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp402 DeclarationMatcher XOrYOrZOrUOrV = recordDecl(anyOf( in TEST() local
404 EXPECT_TRUE(matches("class X {};", XOrYOrZOrUOrV)); in TEST()
405 EXPECT_TRUE(matches("class Y {};", XOrYOrZOrUOrV)); in TEST()
406 EXPECT_TRUE(matches("class Z {};", XOrYOrZOrUOrV)); in TEST()
407 EXPECT_TRUE(matches("class U {};", XOrYOrZOrUOrV)); in TEST()
408 EXPECT_TRUE(matches("class V {};", XOrYOrZOrUOrV)); in TEST()
409 EXPECT_TRUE(notMatches("class A {};", XOrYOrZOrUOrV)); in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp402 DeclarationMatcher XOrYOrZOrUOrV = recordDecl(anyOf( in TEST() local
404 EXPECT_TRUE(matches("class X {};", XOrYOrZOrUOrV)); in TEST()
405 EXPECT_TRUE(matches("class Y {};", XOrYOrZOrUOrV)); in TEST()
406 EXPECT_TRUE(matches("class Z {};", XOrYOrZOrUOrV)); in TEST()
407 EXPECT_TRUE(matches("class U {};", XOrYOrZOrUOrV)); in TEST()
408 EXPECT_TRUE(matches("class V {};", XOrYOrZOrUOrV)); in TEST()
409 EXPECT_TRUE(notMatches("class A {};", XOrYOrZOrUOrV)); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp450 DeclarationMatcher XOrYOrZOrUOrV = recordDecl(anyOf( in TEST_P() local
452 EXPECT_TRUE(matches("class X {};", XOrYOrZOrUOrV)); in TEST_P()
453 EXPECT_TRUE(matches("class Y {};", XOrYOrZOrUOrV)); in TEST_P()
454 EXPECT_TRUE(matches("class Z {};", XOrYOrZOrUOrV)); in TEST_P()
455 EXPECT_TRUE(matches("class U {};", XOrYOrZOrUOrV)); in TEST_P()
456 EXPECT_TRUE(matches("class V {};", XOrYOrZOrUOrV)); in TEST_P()
457 EXPECT_TRUE(notMatches("class A {};", XOrYOrZOrUOrV)); in TEST_P()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp449 DeclarationMatcher XOrYOrZOrUOrV = recordDecl(anyOf( in TEST_P() local
451 EXPECT_TRUE(matches("class X {};", XOrYOrZOrUOrV)); in TEST_P()
452 EXPECT_TRUE(matches("class Y {};", XOrYOrZOrUOrV)); in TEST_P()
453 EXPECT_TRUE(matches("class Z {};", XOrYOrZOrUOrV)); in TEST_P()
454 EXPECT_TRUE(matches("class U {};", XOrYOrZOrUOrV)); in TEST_P()
455 EXPECT_TRUE(matches("class V {};", XOrYOrZOrUOrV)); in TEST_P()
456 EXPECT_TRUE(notMatches("class A {};", XOrYOrZOrUOrV)); in TEST_P()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp449 DeclarationMatcher XOrYOrZOrUOrV = recordDecl(anyOf( in TEST_P() local
451 EXPECT_TRUE(matches("class X {};", XOrYOrZOrUOrV)); in TEST_P()
452 EXPECT_TRUE(matches("class Y {};", XOrYOrZOrUOrV)); in TEST_P()
453 EXPECT_TRUE(matches("class Z {};", XOrYOrZOrUOrV)); in TEST_P()
454 EXPECT_TRUE(matches("class U {};", XOrYOrZOrUOrV)); in TEST_P()
455 EXPECT_TRUE(matches("class V {};", XOrYOrZOrUOrV)); in TEST_P()
456 EXPECT_TRUE(notMatches("class A {};", XOrYOrZOrUOrV)); in TEST_P()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp449 DeclarationMatcher XOrYOrZOrUOrV = recordDecl(anyOf( in TEST_P() local
451 EXPECT_TRUE(matches("class X {};", XOrYOrZOrUOrV)); in TEST_P()
452 EXPECT_TRUE(matches("class Y {};", XOrYOrZOrUOrV)); in TEST_P()
453 EXPECT_TRUE(matches("class Z {};", XOrYOrZOrUOrV)); in TEST_P()
454 EXPECT_TRUE(matches("class U {};", XOrYOrZOrUOrV)); in TEST_P()
455 EXPECT_TRUE(matches("class V {};", XOrYOrZOrUOrV)); in TEST_P()
456 EXPECT_TRUE(notMatches("class A {};", XOrYOrZOrUOrV)); in TEST_P()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp449 DeclarationMatcher XOrYOrZOrUOrV = recordDecl(anyOf( in TEST_P() local
451 EXPECT_TRUE(matches("class X {};", XOrYOrZOrUOrV)); in TEST_P()
452 EXPECT_TRUE(matches("class Y {};", XOrYOrZOrUOrV)); in TEST_P()
453 EXPECT_TRUE(matches("class Z {};", XOrYOrZOrUOrV)); in TEST_P()
454 EXPECT_TRUE(matches("class U {};", XOrYOrZOrUOrV)); in TEST_P()
455 EXPECT_TRUE(matches("class V {};", XOrYOrZOrUOrV)); in TEST_P()
456 EXPECT_TRUE(notMatches("class A {};", XOrYOrZOrUOrV)); in TEST_P()
/dports/lang/clang-mesa/clang-13.0.1.src/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp449 DeclarationMatcher XOrYOrZOrUOrV = recordDecl(anyOf( in TEST_P() local
451 EXPECT_TRUE(matches("class X {};", XOrYOrZOrUOrV)); in TEST_P()
452 EXPECT_TRUE(matches("class Y {};", XOrYOrZOrUOrV)); in TEST_P()
453 EXPECT_TRUE(matches("class Z {};", XOrYOrZOrUOrV)); in TEST_P()
454 EXPECT_TRUE(matches("class U {};", XOrYOrZOrUOrV)); in TEST_P()
455 EXPECT_TRUE(matches("class V {};", XOrYOrZOrUOrV)); in TEST_P()
456 EXPECT_TRUE(notMatches("class A {};", XOrYOrZOrUOrV)); in TEST_P()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp449 DeclarationMatcher XOrYOrZOrUOrV = recordDecl(anyOf( in TEST_P() local
451 EXPECT_TRUE(matches("class X {};", XOrYOrZOrUOrV)); in TEST_P()
452 EXPECT_TRUE(matches("class Y {};", XOrYOrZOrUOrV)); in TEST_P()
453 EXPECT_TRUE(matches("class Z {};", XOrYOrZOrUOrV)); in TEST_P()
454 EXPECT_TRUE(matches("class U {};", XOrYOrZOrUOrV)); in TEST_P()
455 EXPECT_TRUE(matches("class V {};", XOrYOrZOrUOrV)); in TEST_P()
456 EXPECT_TRUE(notMatches("class A {};", XOrYOrZOrUOrV)); in TEST_P()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp449 DeclarationMatcher XOrYOrZOrUOrV = recordDecl(anyOf( in TEST_P() local
451 EXPECT_TRUE(matches("class X {};", XOrYOrZOrUOrV)); in TEST_P()
452 EXPECT_TRUE(matches("class Y {};", XOrYOrZOrUOrV)); in TEST_P()
453 EXPECT_TRUE(matches("class Z {};", XOrYOrZOrUOrV)); in TEST_P()
454 EXPECT_TRUE(matches("class U {};", XOrYOrZOrUOrV)); in TEST_P()
455 EXPECT_TRUE(matches("class V {};", XOrYOrZOrUOrV)); in TEST_P()
456 EXPECT_TRUE(notMatches("class A {};", XOrYOrZOrUOrV)); in TEST_P()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp449 DeclarationMatcher XOrYOrZOrUOrV = recordDecl(anyOf( in TEST_P() local
451 EXPECT_TRUE(matches("class X {};", XOrYOrZOrUOrV)); in TEST_P()
452 EXPECT_TRUE(matches("class Y {};", XOrYOrZOrUOrV)); in TEST_P()
453 EXPECT_TRUE(matches("class Z {};", XOrYOrZOrUOrV)); in TEST_P()
454 EXPECT_TRUE(matches("class U {};", XOrYOrZOrUOrV)); in TEST_P()
455 EXPECT_TRUE(matches("class V {};", XOrYOrZOrUOrV)); in TEST_P()
456 EXPECT_TRUE(notMatches("class A {};", XOrYOrZOrUOrV)); in TEST_P()