Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp139 ProgramState::bindDefaultZero(SVal loc, const LocationContext *LCtx) const { in bindDefaultZero() function in ProgramState
H A DExprEngineCXX.cpp757 State = State->bindDefaultZero(Target, LCtx); in handleConstructor()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h303 bindDefaultZero(SVal loc, const LocationContext *LCtx) const;
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1172 State = State->bindDefaultZero(svalBuilder.makeLoc(BR), in memsetAux()