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.cpp530 ConstructionContextMap; member in __anonef2f84bd0411::CFGBuilder
801 const ConstructionContextLayer *Layer = ConstructionContextMap.lookup(E); in retrieveAndCleanupConstructionContext()
1430 ConstructionContextMap.lookup(E)) { in consumeConstructionContext()
1437 ConstructionContextMap[E] = Layer; in consumeConstructionContext()
1559 assert(ConstructionContextMap.count(E) && in cleanupConstructionContext()
1561 ConstructionContextMap.erase(E); in cleanupConstructionContext()
1684 assert(ConstructionContextMap.empty() && in buildCFG()