Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h734 const NodeBuilderContext *BldrCtx,
752 const Expr *E, ProgramStateRef State, const NodeBuilderContext *BldrCtx,
756 SVal V = computeObjectUnderConstruction(E, State, BldrCtx, LCtx, CC,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp132 const Expr *E, ProgramStateRef State, const NodeBuilderContext *BldrCtx, in computeObjectUnderConstruction() argument
276 TCC->getConstructorAfterElision(), State, BldrCtx, LCtx, in computeObjectUnderConstruction()
349 Caller->getCalleeStackFrame(BldrCtx->blockCount()); in computeObjectUnderConstruction()
368 *Caller->getAdjustedParameterIndex(Idx), BldrCtx->blockCount()); in computeObjectUnderConstruction()
H A DCheckerManager.cpp99 const NodeBuilderContext &BldrCtx = checkCtx.Eng.getBuilderContext(); in expandGraphWithCheckers() local
122 NodeBuilder B(*PrevSet, *CurrSet, BldrCtx); in expandGraphWithCheckers()