Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp317 const StorageLocation &FooReferentLoc = FooVal->getReferentLoc(); in TEST() local
318 EXPECT_TRUE(isa<AggregateStorageLocation>(&FooReferentLoc)); in TEST()
320 const Value *FooReferentVal = Env.getValue(FooReferentLoc); in TEST()
414 const StorageLocation &FooReferentLoc = FooRefVal->getReferentLoc(); in TEST() local
415 EXPECT_THAT(Env.getValue(FooReferentLoc), IsNull()); in TEST()
571 const StorageLocation &FooReferentLoc = FooRefVal->getReferentLoc(); in TEST() local
572 EXPECT_THAT(Env.getValue(FooReferentLoc), IsNull()); in TEST()
978 const StorageLocation &FooReferentLoc = FooVal->getReferentLoc(); in TEST() local
979 EXPECT_TRUE(isa<AggregateStorageLocation>(&FooReferentLoc)); in TEST()
981 const Value *FooReferentVal = Env.getValue(FooReferentLoc); in TEST()