Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp285 if (Value *ThisPointeeVal = createValue(ThisPointeeType)) in Environment() local
286 setValue(*ThisPointeeLoc, *ThisPointeeVal); in Environment()