Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1620 NodeBuilderContext &BldCtx, in processCleanupTemporaryBranch() argument
1625 BranchNodeBuilder TempDtorBuilder(Pred, Dst, BldCtx, DstT, DstF); in processCleanupTemporaryBranch()
2724 NodeBuilderContext& BldCtx, in processBranch() argument
2733 currBldrCtx = &BldCtx; in processBranch()
2737 BranchNodeBuilder NullCondBldr(Pred, Dst, BldCtx, DstT, DstF); in processBranch()
2746 Condition = ResolveCondition(Condition, BldCtx.getBlock()); in processBranch()
2758 BranchNodeBuilder builder(CheckersOutSet, Dst, BldCtx, DstT, DstF); in processBranch()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h341 NodeBuilderContext &BldCtx,