Searched refs:VlaExpr (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | MetadataTest.cpp | 1233 auto *VlaExpr = DILocalVariable::get(Context, Scope, "vla_expr", File, 8, in TEST_F() local 1236 auto *N = DISubrange::get(Context, VlaExpr, 0); in TEST_F() 1241 EXPECT_EQ(VlaExpr, Count.get<DIVariable*>()); in TEST_F() 1245 EXPECT_EQ(N, DISubrange::get(Context, VlaExpr, 0)); in TEST_F()
|