Searched defs:MemRegionVal (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h142 /// getAsFunctionDecl - If this SVal is a MemRegionVal and wraps a
491 class MemRegionVal : public Loc { class in namespace:clang::ento::loc
493 explicit MemRegionVal(const MemRegion* r) : Loc(MemRegionKind, r) {} function in class:clang::ento::loc::MemRegionVal
508 inline bool operator==(const MemRegionVal& R) const {
512 inline bool operator!=(const MemRegionVal& R) const {
518 MemRegionVal() {} function in class:clang::ento::loc::MemRegionVal

Completed in 147 milliseconds