Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp514 ConstructionContextMap; member in __anon76ebc3340411::CFGBuilder
786 const ConstructionContextLayer *Layer = ConstructionContextMap.lookup(E); in retrieveAndCleanupConstructionContext()
1407 ConstructionContextMap.lookup(E)) { in consumeConstructionContext()
1414 ConstructionContextMap[E] = Layer; in consumeConstructionContext()
1536 assert(ConstructionContextMap.count(E) && in cleanupConstructionContext()
1538 ConstructionContextMap.erase(E); in cleanupConstructionContext()
1670 assert(ConstructionContextMap.empty() && in buildCFG()