Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSubEngine.h86 NodeBuilderContext &BldCtx,
H A DExprEngine.h307 NodeBuilderContext &BldCtx,
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1081 NodeBuilderContext &BldCtx, in processCleanupTemporaryBranch() argument
1086 BranchNodeBuilder TempDtorBuilder(Pred, Dst, BldCtx, DstT, DstF); in processCleanupTemporaryBranch()
2032 NodeBuilderContext& BldCtx, in processBranch() argument
2041 currBldrCtx = &BldCtx; in processBranch()
2045 BranchNodeBuilder NullCondBldr(Pred, Dst, BldCtx, DstT, DstF); in processBranch()
2054 Condition = ResolveCondition(Condition, BldCtx.getBlock()); in processBranch()
2066 BranchNodeBuilder builder(CheckersOutSet, Dst, BldCtx, DstT, DstF); in processBranch()