Searched refs:VlaExpr (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | MetadataTest.cpp | 964 auto *VlaExpr = DILocalVariable::get(Context, Scope, "vla_expr", File, 8, in TEST_F() local 967 auto *N = DISubrange::get(Context, VlaExpr, 0); in TEST_F() 971 EXPECT_EQ(VlaExpr, Count.get<DIVariable*>()); in TEST_F() 975 EXPECT_EQ(N, DISubrange::get(Context, VlaExpr, 0)); in TEST_F()
|