Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp196 if (Value *ThisPointeeVal = createValue(ThisPointeeType)) in Environment() local
197 setValue(ThisPointeeLoc, *ThisPointeeVal); in Environment()