Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp552 ConstructionContextMap; member in __anonef2f84bd0411::CFGBuilder
824 const ConstructionContextLayer *Layer = ConstructionContextMap.lookup(E); in retrieveAndCleanupConstructionContext()
1518 ConstructionContextMap.lookup(E)) { in consumeConstructionContext()
1525 ConstructionContextMap[E] = Layer; in consumeConstructionContext()
1647 assert(ConstructionContextMap.count(E) && in cleanupConstructionContext()
1649 ConstructionContextMap.erase(E); in cleanupConstructionContext()
1771 assert(ConstructionContextMap.empty() && in buildCFG()