Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DSTLExtrasTest.cpp755 auto HasVal = [](const Foo &Item) { return static_cast<bool>(Item); }; in TEST() local
763 EXPECT_TRUE(llvm::all_of(V1, HasVal)); in TEST()
769 EXPECT_TRUE(llvm::none_of(V1, HasVal)); in TEST()
773 EXPECT_TRUE(llvm::all_of(V2, HasVal)); in TEST()
777 EXPECT_TRUE(llvm::none_of(V2, HasVal)); in TEST()
779 EXPECT_TRUE(llvm::all_of(V3, HasVal)); in TEST()
783 EXPECT_TRUE(llvm::all_of(V4, HasVal)); in TEST()