Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp2285 const StorageLocation &NullPointeeLoc = in TEST() local
2287 EXPECT_TRUE(isa<ScalarStorageLocation>(NullPointeeLoc)); in TEST()
2288 EXPECT_THAT(Env.getValue(NullPointeeLoc), IsNull()); in TEST()