Searched refs:getDynamicSizeWithOffset (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicSize.h48 SVal getDynamicSizeWithOffset(ProgramStateRef State, const SVal &BufV);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicSize.cpp47 SVal getDynamicSizeWithOffset(ProgramStateRef State, const SVal &BufV) { function in namespace:clang::ento
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckPlacementNew.cpp67 return getDynamicSizeWithOffset(C.getState(), C.getSVal(Place));
H A DStdLibraryFunctionsChecker.cpp284 SVal BufDynSize = getDynamicSizeWithOffset(State, BufV);

Completed in 195 milliseconds