Searched refs:ElementRef (Results 1 – 2 of 2) sorted by relevance
128 EXPECT_EQ(ElementRef.getParent(), MainBlock); in TEST()130 EXPECT_TRUE(ElementRef->getAs<CFGStmt>()); in TEST()131 EXPECT_TRUE((*ElementRef).getAs<CFGStmt>()); in TEST()132 EXPECT_EQ(ElementRef.getParent(), MainBlock); in TEST()154 EXPECT_TRUE(ElementRef->getAs<CFGStmt>()); in TEST()155 EXPECT_TRUE((*ElementRef).getAs<CFGStmt>()); in TEST()156 EXPECT_EQ(ElementRef.getParent(), MainBlock); in TEST()178 EXPECT_TRUE(ElementRef->getAs<CFGStmt>()); in TEST()179 EXPECT_TRUE((*ElementRef).getAs<CFGStmt>()); in TEST()201 EXPECT_TRUE(ElementRef->getAs<CFGStmt>()); in TEST()[all …]
689 using ElementRef = typename CFGBlock::ElementRefImpl<IsConst>; variable693 using value_type = ElementRef;694 using pointer = ElementRef *;