Searched refs:createStorageLocation (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp165 auto &Loc = Env.createStorageLocation(*S);
176 auto &Loc = Env.createStorageLocation(*S);
204 auto &Loc = Env.createStorageLocation(*S);
225 MaybeLoc = &Env.createStorageLocation(D);
292 auto &VDLoc = Env.createStorageLocation(*VD);
309 auto &Loc = Env.createStorageLocation(*S);
328 auto &ExprLoc = Env.createStorageLocation(*S);
358 auto &Loc = Env.createStorageLocation(S->getType());
383 auto &Loc = Env.createStorageLocation(*S);
398 auto &PointerLoc = Env.createStorageLocation(*
[all...]
H A DDataflowAnalysisContext.cpp40 StorageLocation &DataflowAnalysisContext::createStorageLocation(QualType Type) { function in class:clang::dataflow::DataflowAnalysisContext
54 FieldLocs.insert({Field, &createStorageLocation(Field->getType())});
65 auto &Loc = createStorageLocation(D.getType());
74 auto &Loc = createStorageLocation(E.getType());
85 auto &PointeeLoc = createStorageLocation(CanonicalPointeeType);
H A DDataflowEnvironment.cpp210 auto &Loc = createStorageLocation(*D);
265 auto &ParamLoc = createStorageLocation(*ParamDecl);
272 ReturnLoc = &createStorageLocation(ReturnType);
284 ThisPointeeLoc = &createStorageLocation(ThisPointeeType);
369 auto &Loc = createStorageLocation(*Param);
562 StorageLocation &Environment::createStorageLocation(QualType Type) { function in class:clang::dataflow::Environment
563 return DACtx->createStorageLocation(Type);
566 StorageLocation &Environment::createStorageLocation(const VarDecl &D) { function in class:clang::dataflow::Environment
573 StorageLocation &Environment::createStorageLocation(const Expr &E) { function in class:clang::dataflow::Environment
706 auto &PointeeLoc = createStorageLocation(PointeeTyp
[all...]
H A DTypeErasedDataflowAnalysis.cpp160 Loc = &Env.createStorageLocation(Cond);
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h246 StorageLocation &createStorageLocation(QualType Type);
251 StorageLocation &createStorageLocation(const VarDecl &D);
256 StorageLocation &createStorageLocation(const Expr &E);
H A DDataflowAnalysisContext.h114 StorageLocation &createStorageLocation(QualType Type);
/openbsd-current/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp208 auto &Loc = Env.createStorageLocation(Expr);
313 auto &ValueLoc = Env.createStorageLocation(Ty);
362 auto &Loc = State.Env.createStorageLocation(*E);
374 auto &CallExprLoc = State.Env.createStorageLocation(*CallExpr);
440 auto &Loc = State.Env.createStorageLocation(*E);

Completed in 131 milliseconds