Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp28 DataflowAnalysisContext::getStableStorageLocation(QualType Type) { in getStableStorageLocation() function in clang::dataflow::DataflowAnalysisContext
35 FieldLocs.insert({Field, &getStableStorageLocation(Field->getType())}); in getStableStorageLocation()
43 DataflowAnalysisContext::getStableStorageLocation(const VarDecl &D) { in getStableStorageLocation() function in clang::dataflow::DataflowAnalysisContext
46 auto &Loc = getStableStorageLocation(D.getType()); in getStableStorageLocation()
52 DataflowAnalysisContext::getStableStorageLocation(const Expr &E) { in getStableStorageLocation() function in clang::dataflow::DataflowAnalysisContext
55 auto &Loc = getStableStorageLocation(E.getType()); in getStableStorageLocation()
66 auto &PointeeLoc = getStableStorageLocation(CanonicalPointeeType); in getOrCreateNullPointerValue()
H A DDataflowEnvironment.cpp324 return DACtx->getStableStorageLocation(Type); in createStorageLocation()
331 return DACtx->getStableStorageLocation(D); in createStorageLocation()
338 return DACtx->getStableStorageLocation(E); in createStorageLocation()
/llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h98 StorageLocation &getStableStorageLocation(QualType Type);
101 StorageLocation &getStableStorageLocation(const VarDecl &D);
104 StorageLocation &getStableStorageLocation(const Expr &E);