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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h191 virtual bool isBoundable() const { return false; } function in class:clang::ento::MemRegion
210 bool isBoundable() const { return false; } function in class:clang::ento::MemSpaceRegion
462 bool isBoundable() const { return true; } function in class:clang::ento::AllocaRegion
492 bool isBoundable() const { return true; } function in class:clang::ento::TypedRegion
539 bool isBoundable() const { return false; } function in class:clang::ento::CodeTextRegion
726 bool isBoundable() const { return true; } function in class:clang::ento::SymbolicRegion
766 bool isBoundable() const { return false; } function in class:clang::ento::StringRegion
800 bool isBoundable() const { return false; } function in class:clang::ento::ObjCStringRegion
832 bool isBoundable() const { return !CL->isFileScope(); } function in class:clang::ento::CompoundLiteralRegion

Completed in 96 milliseconds