Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp264 static ProgramStateRef invalidateSourceBuffer(CheckerContext &C,
1106 ProgramStateRef CStringChecker::invalidateSourceBuffer(CheckerContext &C, in invalidateSourceBuffer() function in CStringChecker
1385 state = invalidateSourceBuffer(C, state, Source.Expression, in evalCopyCommon()
2089 state = invalidateSourceBuffer(C, state, srcExpr.Expression, srcVal); in evalStrcpyCommon()