Home
last modified time | relevance | path

Searched defs:StorageLocation (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DStorageLocation.h39 StorageLocation(Kind LocKind, QualType Type) : LocKind(LocKind), Type(Type) { in StorageLocation() function
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp233 joinLocToVal(const llvm::MapVector<const StorageLocation *,Value * > & LocToVal,const llvm::MapVector<const StorageLocation *,Value * > & LocToVal2,const Environment & Env1,const Environment & Env2,Environment & JoinedEnv,Environment::ValueModel & Model) joinLocToVal() argument
[all...]