Searched defs:PointeeLoc (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ | ||
H A D | Value.h | 174 PointerValue(StorageLocation & PointeeLoc) PointerValue() argument |
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ | ||
H A D | Transfer.cpp | 320 StorageLocation *PointeeLoc = Env.getStorageLocation(*SubExpr); VisitImplicitCastExpr() local |
H A D | DataflowAnalysisContext.cpp | 129 auto &PointeeLoc = createStorageLocation(CanonicalPointeeType); getOrCreateNullPointerValue() local |
H A D | DataflowEnvironment.cpp | 885 StorageLocation &PointeeLoc = createValueUnlessSelfReferential() local |