Searched refs:BldrCtx (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 736 const NodeBuilderContext *BldrCtx, 754 const Expr *E, ProgramStateRef State, const NodeBuilderContext *BldrCtx, 758 SVal V = computeObjectUnderConstruction(E, State, BldrCtx, LCtx, CC,
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 121 const Expr *E, ProgramStateRef State, const NodeBuilderContext *BldrCtx, in computeObjectUnderConstruction() argument 265 TCC->getConstructorAfterElision(), State, BldrCtx, LCtx, in computeObjectUnderConstruction() 333 Caller->getCalleeStackFrame(BldrCtx->blockCount()); in computeObjectUnderConstruction() 352 *Caller->getAdjustedParameterIndex(Idx), BldrCtx->blockCount()); in computeObjectUnderConstruction()
|
| H A D | CheckerManager.cpp | 112 const NodeBuilderContext &BldrCtx = checkCtx.Eng.getBuilderContext(); in expandGraphWithCheckers() local 135 NodeBuilder B(*PrevSet, *CurrSet, BldrCtx); in expandGraphWithCheckers()
|