Searched refs:BldCtx (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| D | ExprEngine.cpp | 1372 NodeBuilderContext& BldCtx, in processBranch() argument 1379 currBldrCtx = &BldCtx; in processBranch() 1383 BranchNodeBuilder NullCondBldr(Pred, Dst, BldCtx, DstT, DstF); in processBranch() 1393 Condition = ResolveCondition(Condition, BldCtx.getBlock()); in processBranch() 1405 BranchNodeBuilder builder(CheckersOutSet, Dst, BldCtx, DstT, DstF); in processBranch()
|