Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1300 NodeBuilderContext &BldCtx, in processCleanupTemporaryBranch() argument
1305 BranchNodeBuilder TempDtorBuilder(Pred, Dst, BldCtx, DstT, DstF); in processCleanupTemporaryBranch()
2401 NodeBuilderContext& BldCtx, in processBranch() argument
2410 currBldrCtx = &BldCtx; in processBranch()
2414 BranchNodeBuilder NullCondBldr(Pred, Dst, BldCtx, DstT, DstF); in processBranch()
2423 Condition = ResolveCondition(Condition, BldCtx.getBlock()); in processBranch()
2435 BranchNodeBuilder builder(CheckersOutSet, Dst, BldCtx, DstT, DstF); in processBranch()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h340 NodeBuilderContext &BldCtx,