Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1131 NodeBuilderContext &BldCtx, in processCleanupTemporaryBranch() argument
1136 BranchNodeBuilder TempDtorBuilder(Pred, Dst, BldCtx, DstT, DstF); in processCleanupTemporaryBranch()
2217 NodeBuilderContext& BldCtx, in processBranch() argument
2226 currBldrCtx = &BldCtx; in processBranch()
2230 BranchNodeBuilder NullCondBldr(Pred, Dst, BldCtx, DstT, DstF); in processBranch()
2239 Condition = ResolveCondition(Condition, BldCtx.getBlock()); in processBranch()
2251 BranchNodeBuilder builder(CheckersOutSet, Dst, BldCtx, DstT, DstF); in processBranch()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h338 NodeBuilderContext &BldCtx,