Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp343 LimitedRegionBindingsRef withValuesEscaped(SVal V) const { in withValuesEscaped() function in LimitedRegionBindingsRef
349 withValuesEscaped(nonloc::CompoundVal::iterator Begin, in withValuesEscaped() function in LimitedRegionBindingsRef
352 withValuesEscaped(V); in withValuesEscaped()
379 withValuesEscaped(V); in addBinding()
2526 return B.withValuesEscaped(V); in bind()
2602 return B.withValuesEscaped(LCV); in tryBindSmallArray()
2640 return B.withValuesEscaped(Init); in bindArray()
2680 return NewB.withValuesEscaped(VI, VE); in bindArray()
2708 return B.withValuesEscaped(V); in bindVector()
2735 return NewB.withValuesEscaped(VI, VE); in bindVector()
[all …]