Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp54 return &IndVal1->getReferentLoc() == &IndVal2->getReferentLoc(); in areEquivalentIndirectionValues()
525 return Val->getReferentLoc(); in skip()
/llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h237 StorageLocation &getReferentLoc() const { return ReferentLoc; } in getReferentLoc() function
/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp317 const StorageLocation &FooReferentLoc = FooVal->getReferentLoc(); in TEST()
405 cast<StructValue>(Env.getValue(FooVal->getReferentLoc())); in TEST()
410 cast<StructValue>(Env.getValue(BarVal->getReferentLoc())); in TEST()
414 const StorageLocation &FooReferentLoc = FooRefVal->getReferentLoc(); in TEST()
424 const StorageLocation &BazReferentLoc = BazRefVal->getReferentLoc(); in TEST()
571 const StorageLocation &FooReferentLoc = FooRefVal->getReferentLoc(); in TEST()
581 const StorageLocation &BazReferentLoc = BazRefVal->getReferentLoc(); in TEST()
978 const StorageLocation &FooReferentLoc = FooVal->getReferentLoc(); in TEST()
1386 cast<IntegerValue>(Env.getValue(BarVal->getReferentLoc())); in TEST()
1759 EXPECT_EQ(&QuxVal->getReferentLoc(), &FooVal->getReferentLoc()); in TEST()
[all …]
/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp247 auto &ValueLoc = ValueRef->getReferentLoc(); in maybeInitializeOptionalValueMember()