Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSubEngine.h69 NodeBuilderContext& BuilderCtx,
88 NodeBuilderContext& BuilderCtx,
DExprEngine.h224 NodeBuilderContext& BuilderCtx,
242 NodeBuilderContext& BuilderCtx,
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp287 NodeBuilderContext BuilderCtx(*this, Blk, Pred); in HandleBlockEdge() local
302 SubEng.processEndOfFunction(BuilderCtx, Pred); in HandleBlockEdge()
311 NodeBuilderWithSinks nodeBuilder(Pred, dstNodes, BuilderCtx, BE); in HandleBlockEdge()
DExprEngine.cpp1619 NodeBuilderContext &BuilderCtx, in REGISTER_TRAIT_WITH_PROGRAMSTATE()
1625 currBldrCtx = &BuilderCtx; in REGISTER_TRAIT_WITH_PROGRAMSTATE()
1630 BranchNodeBuilder builder(Pred, Dst, BuilderCtx, DstT, DstF); in REGISTER_TRAIT_WITH_PROGRAMSTATE()