Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1642 NodeBuilderContext &BldCtx, in processCleanupTemporaryBranch() argument
1647 BranchNodeBuilder TempDtorBuilder(Pred, Dst, BldCtx, DstT, DstF); in processCleanupTemporaryBranch()
2619 void ExprEngine::runCheckersForBlockEntrance(const NodeBuilderContext &BldCtx, in runCheckersForBlockEntrance() argument
2627 currBldrCtx = &BldCtx; in runCheckersForBlockEntrance()
2814 const Stmt *Condition, NodeBuilderContext &BldCtx, ExplodedNode *Pred, in processBranch() argument
2819 currBldrCtx = &BldCtx; in processBranch()
2823 BranchNodeBuilder NullCondBldr(Pred, Dst, BldCtx, DstT, DstF); in processBranch()
2831 Condition = ResolveCondition(Condition, BldCtx.getBlock()); in processBranch()
2843 BranchNodeBuilder Builder(CheckersOutSet, Dst, BldCtx, DstT, DstF); in processBranch()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h324 void runCheckersForBlockEntrance(const NodeBuilderContext &BldCtx,
341 NodeBuilderContext &BldCtx,