Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp64 auto *LHSLoc = Env.getStorageLocation(*LHS, SkipPast::Reference); in VisitBinaryOperator() local
65 if (LHSLoc == nullptr) in VisitBinaryOperator()
73 Env.setValue(*LHSLoc, *RHSVal); in VisitBinaryOperator()
76 Env.setStorageLocation(*S, *LHSLoc); in VisitBinaryOperator()