Home
last modified time | relevance | path

Searched defs:bindLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h709 inline ProgramStateRef ProgramState::bindLoc(SVal LV, SVal V, const LocationContext *LCtx) const { in bindLoc() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp117 ProgramStateRef ProgramState::bindLoc(Loc LV, in bindLoc() function in ProgramState