Home
last modified time | relevance | path

Searched defs:PointeeLoc (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp460 auto &PointeeLoc = createStorageLocation(PointeeType); in createValueUnlessSelfReferential() local
477 auto &PointeeLoc = createStorageLocation(PointeeType); in createValueUnlessSelfReferential() local
H A DDataflowAnalysisContext.cpp66 auto &PointeeLoc = getStableStorageLocation(CanonicalPointeeType); in getOrCreateNullPointerValue() local
H A DTransfer.cpp294 StorageLocation *PointeeLoc = in VisitUnaryOperator() local
/llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h246 explicit PointerValue(StorageLocation &PointeeLoc) in PointerValue()