Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp709 Value *PointeeVal = createValueUnlessSelfReferential( in createValueUnlessSelfReferential() local
713 if (PointeeVal != nullptr) in createValueUnlessSelfReferential()
714 setValue(PointeeLoc, *PointeeVal); in createValueUnlessSelfReferential()
726 Value *PointeeVal = createValueUnlessSelfReferential( in createValueUnlessSelfReferential() local
730 if (PointeeVal != nullptr) in createValueUnlessSelfReferential()
731 setValue(PointeeLoc, *PointeeVal); in createValueUnlessSelfReferential()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp561 SVal PointeeVal = State->getSVal(ArgRegion); in updateOutParameters() local
562 SymbolRef Pointee = PointeeVal.getAsLocSymbol(); in updateOutParameters()