Home
last modified time | relevance | path

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

/external/llvm/unittests/Support/
DYAMLParserTest.cpp306 auto AnotherEnd = AnotherNode->end(); in TEST() local
309 EXPECT_TRUE(Begin != AnotherEnd); in TEST()
310 EXPECT_FALSE(End != AnotherEnd); in TEST()
327 auto AnotherEnd = AnotherNode->end(); in TEST() local
330 EXPECT_FALSE(Begin == AnotherEnd); in TEST()
331 EXPECT_TRUE(End == AnotherEnd); in TEST()
/external/llvm-project/llvm/unittests/Support/
DYAMLParserTest.cpp306 auto AnotherEnd = AnotherNode->end(); in TEST() local
309 EXPECT_TRUE(Begin != AnotherEnd); in TEST()
310 EXPECT_FALSE(End != AnotherEnd); in TEST()
327 auto AnotherEnd = AnotherNode->end(); in TEST() local
330 EXPECT_FALSE(Begin == AnotherEnd); in TEST()
331 EXPECT_TRUE(End == AnotherEnd); in TEST()