Home
last modified time | relevance | path

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

/freebsd-14.2/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()
2743 NodeBuilderContext& BldCtx, in processBranch() argument
2752 currBldrCtx = &BldCtx; in processBranch()
2756 BranchNodeBuilder NullCondBldr(Pred, Dst, BldCtx, DstT, DstF); in processBranch()
2765 Condition = ResolveCondition(Condition, BldCtx.getBlock()); in processBranch()
2777 BranchNodeBuilder builder(CheckersOutSet, Dst, BldCtx, DstT, DstF); in processBranch()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h341 NodeBuilderContext &BldCtx,