Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp566 const auto *BarPointeeVal = in TEST() local
570 cast<ReferenceValue>(BarPointeeVal->getChild(*FooRefDecl)); in TEST()
575 cast<PointerValue>(BarPointeeVal->getChild(*FooPtrDecl)); in TEST()
580 cast<ReferenceValue>(BarPointeeVal->getChild(*BazRefDecl)); in TEST()
585 cast<PointerValue>(BarPointeeVal->getChild(*BazPtrDecl)); in TEST()