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

/freebsd-12-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-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h258 getPersistentSValWithData(const SVal& V, uintptr_t Data);
H A DSValBuilder.h319 return nonloc::LocAsInteger(BasicVals.getPersistentSValWithData(loc, bits));

Completed in 169 milliseconds