Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp2277 const StorageLocation &BarPointeeLoc = BarVal->getPointeeLoc(); in TEST() local
2278 EXPECT_TRUE(isa<ScalarStorageLocation>(BarPointeeLoc)); in TEST()
2279 EXPECT_THAT(Env.getValue(BarPointeeLoc), IsNull()); in TEST()