Home
last modified time | relevance | path

Searched refs:bindDefaultZero (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp145 ProgramState::bindDefaultZero(SVal loc, const LocationContext *LCtx) const { in bindDefaultZero() function in ProgramState
H A DExprEngineCXX.cpp524 State = State->bindDefaultZero(Target, LCtx); in VisitCXXConstructExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h263 bindDefaultZero(SVal loc, const LocationContext *LCtx) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1060 State = State->bindDefaultZero(svalBuilder.makeLoc(BR), in memsetAux()