Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1131 NodeBuilderContext &BldCtx, in processCleanupTemporaryBranch() argument
1136 BranchNodeBuilder TempDtorBuilder(Pred, Dst, BldCtx, DstT, DstF); in processCleanupTemporaryBranch()
2215 NodeBuilderContext& BldCtx, in processBranch() argument
2224 currBldrCtx = &BldCtx; in processBranch()
2228 BranchNodeBuilder NullCondBldr(Pred, Dst, BldCtx, DstT, DstF); in processBranch()
2237 Condition = ResolveCondition(Condition, BldCtx.getBlock()); in processBranch()
2249 BranchNodeBuilder builder(CheckersOutSet, Dst, BldCtx, DstT, DstF); in processBranch()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h338 NodeBuilderContext &BldCtx,