Searched refs:getPersistentSValWithData (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp300 BasicValueFactory::getPersistentSValWithData(const SVal& V, uintptr_t Data) { function in class:BasicValueFactory
350 return &getPersistentSValWithData(X, 0).first;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h270 getPersistentSValWithData(const SVal& V, uintptr_t Data);
H A DSValBuilder.h319 return nonloc::LocAsInteger(BasicVals.getPersistentSValWithData(loc, bits));

Completed in 38 milliseconds