Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp63 StorageLocation &DataflowAnalysisContext::createStorageLocation(QualType Type) { in createStorageLocation() function in clang::dataflow::DataflowAnalysisContext
70 FieldLocs.insert({Field, &createStorageLocation( in createStorageLocation()
77 &createStorageLocation(Entry.getValue().getNonReferenceType())}); in createStorageLocation()
108 auto &Loc = createStorageLocation(D.getType().getNonReferenceType()); in getStableStorageLocation()
119 auto &Loc = createStorageLocation(CanonE.getType()); in getStableStorageLocation()
130 auto &PointeeLoc = createStorageLocation(CanonicalPointeeType); in getOrCreateNullPointerValue()
H A DDataflowEnvironment.cpp514 createStorageLocation(InitialTargetFunc->getReturnType())); in initialize()
547 cast<RecordStorageLocation>(createStorageLocation(ThisPointeeType)); in initialize()
588 auto &Loc = createStorageLocation(*FD); in initFieldsGlobalsAndFuncs()
831 StorageLocation &Environment::createStorageLocation(QualType Type) { in createStorageLocation() function in clang::dataflow::Environment
832 return DACtx->createStorageLocation(Type); in createStorageLocation()
835 StorageLocation &Environment::createStorageLocation(const ValueDecl &D) { in createStorageLocation() function in clang::dataflow::Environment
842 StorageLocation &Environment::createStorageLocation(const Expr &E) { in createStorageLocation() function in clang::dataflow::Environment
856 &Loc == &createStorageLocation(D)); in setStorageLocation()
1019 return createStorageLocation(Ty.getNonReferenceType()); in createLocAndMaybeValue()
1026 auto &Loc = cast<RecordStorageLocation>(createStorageLocation(Ty)); in createLocAndMaybeValue()
[all …]
H A DTransfer.cpp663 StorageLocation &Loc = Env.createStorageLocation(*S); in VisitMaterializeTemporaryExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h292 StorageLocation &createStorageLocation(QualType Type);
297 StorageLocation &createStorageLocation(const ValueDecl &D);
302 StorageLocation &createStorageLocation(const Expr &E);
H A DDataflowAnalysisContext.h105 StorageLocation &createStorageLocation(QualType Type);
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp480 Loc = &cast<RecordStorageLocation>(State.Env.createStorageLocation(*E)); in transferCallReturningOptional()