Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/ADT/
DSTLExtrasTest.cpp600 auto HasVal = [](const Foo &Item) { return static_cast<bool>(Item); }; in TEST() local
608 EXPECT_TRUE(llvm::all_of(V1, HasVal)); in TEST()
614 EXPECT_TRUE(llvm::none_of(V1, HasVal)); in TEST()
618 EXPECT_TRUE(llvm::all_of(V2, HasVal)); in TEST()
622 EXPECT_TRUE(llvm::none_of(V2, HasVal)); in TEST()
624 EXPECT_TRUE(llvm::all_of(V3, HasVal)); in TEST()
628 EXPECT_TRUE(llvm::all_of(V4, HasVal)); in TEST()