Home
last modified time | relevance | path

Searched refs:CanonE (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp115 const Expr &CanonE = ignoreCFGOmittedNodes(E); in getStableStorageLocation() local
117 if (auto *Loc = ExprToLoc.lookup(&CanonE)) in getStableStorageLocation()
119 auto &Loc = createStorageLocation(CanonE.getType()); in getStableStorageLocation()
120 ExprToLoc[&CanonE] = &Loc; in getStableStorageLocation()
H A DDataflowEnvironment.cpp878 const Expr &CanonE = ignoreCFGOmittedNodes(E); in setStorageLocation() local
879 assert(!ExprToLoc.contains(&CanonE)); in setStorageLocation()
880 ExprToLoc[&CanonE] = &Loc; in setStorageLocation()
929 const Expr &CanonE = ignoreCFGOmittedNodes(E); in setValue() local
931 assert(CanonE.isPRValue()); in setValue()
933 assert(!CanonE.getType()->isRecordType()); in setValue()
934 ExprToVal[&CanonE] = &Val; in setValue()