Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1641 NodeBuilderContext &BldCtx, in processCleanupTemporaryBranch() argument
1646 BranchNodeBuilder TempDtorBuilder(Pred, Dst, BldCtx, DstT, DstF); in processCleanupTemporaryBranch()
2755 NodeBuilderContext& BldCtx, in processBranch() argument
2764 currBldrCtx = &BldCtx; in processBranch()
2768 BranchNodeBuilder NullCondBldr(Pred, Dst, BldCtx, DstT, DstF); in processBranch()
2777 Condition = ResolveCondition(Condition, BldCtx.getBlock()); in processBranch()
2789 BranchNodeBuilder builder(CheckersOutSet, Dst, BldCtx, DstT, DstF); in processBranch()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h333 NodeBuilderContext &BldCtx,