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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h173 virtual bool isBoundable() const { return false; } function in class:clang::ento::MemRegion
194 bool isBoundable() const { return false; } function in class:clang::ento::MemSpaceRegion
446 bool isBoundable() const { return true; } function in class:clang::ento::AllocaRegion
476 bool isBoundable() const { return true; } function in class:clang::ento::TypedRegion
523 bool isBoundable() const { return false; } function in class:clang::ento::CodeTextRegion
695 bool isBoundable() const { return true; } function in class:clang::ento::SymbolicRegion
735 bool isBoundable() const { return false; } function in class:clang::ento::StringRegion
769 bool isBoundable() const { return false; } function in class:clang::ento::ObjCStringRegion
801 bool isBoundable() const { return !CL->isFileScope(); } function in class:clang::ento::CompoundLiteralRegion
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp103 if (R->isBoundable())
H A DBugReporterVisitors.cpp325 if (R->isBoundable()) {
358 if (R->isBoundable()) {
H A DProgramState.cpp206 if (!R->isBoundable())
H A DRegionStore.cpp736 if (!baseR->isBoundable())
1015 if (R->isBoundable())

Completed in 932 milliseconds