Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h82 bool hasSymbolicOffset() const { return Offset == Symbolic; } in hasSymbolicOffset() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp73 bool hasSymbolicOffset() const { return P.getInt() & Symbolic; } in hasSymbolicOffset() function in __anonfa909ae00111::BindingKey