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.h721 const NodeBuilderContext *BldrCtx,
739 const Expr *E, ProgramStateRef State, const NodeBuilderContext *BldrCtx,
743 SVal V = computeObjectUnderConstruction(E, State, BldrCtx, LCtx, CC,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp122 const Expr *E, ProgramStateRef State, const NodeBuilderContext *BldrCtx, in computeObjectUnderConstruction() argument
266 TCC->getConstructorAfterElision(), State, BldrCtx, LCtx, in computeObjectUnderConstruction()
339 Caller->getCalleeStackFrame(BldrCtx->blockCount()); in computeObjectUnderConstruction()
358 *Caller->getAdjustedParameterIndex(Idx), BldrCtx->blockCount()); in computeObjectUnderConstruction()
H A DCheckerManager.cpp112 const NodeBuilderContext &BldrCtx = checkCtx.Eng.getBuilderContext(); in expandGraphWithCheckers() local
135 NodeBuilder B(*PrevSet, *CurrSet, BldrCtx); in expandGraphWithCheckers()