Searched refs:isBoundable (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h176 virtual bool isBoundable() const { return false; } function in class:clang::ento::MemRegion
195 bool isBoundable() const { return false; } function in class:clang::ento::MemSpaceRegion
447 bool isBoundable() const { return true; } function in class:clang::ento::AllocaRegion
477 bool isBoundable() const { return true; } function in class:clang::ento::TypedRegion
524 bool isBoundable() const { return false; } function in class:clang::ento::CodeTextRegion
708 bool isBoundable() const { return true; } function in class:clang::ento::SymbolicRegion
748 bool isBoundable() const { return false; } function in class:clang::ento::StringRegion
782 bool isBoundable() const { return false; } function in class:clang::ento::ObjCStringRegion
814 bool isBoundable() const { return !CL->isFileScope(); } function in class:clang::ento::CompoundLiteralRegion
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp104 if (R->isBoundable())
H A DProgramState.cpp216 if (!R->isBoundable())
H A DRegionStore.cpp238 if (R->isBoundable())
973 if (!baseR->isBoundable())
H A DBugReporterVisitors.cpp539 if (R->isBoundable()) {
601 if (R->isBoundable()) {

Completed in 75 milliseconds