HomeSort by relevance Sort by last modified time
    Searched refs:StringRegion (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
ChrootChecker.cpp 112 if (const StringRegion* StrRegion= dyn_cast<StringRegion>(R)) {
CStringChecker.cpp 738 const StringLiteral *strLit = cast<StringRegion>(MR)->getStringLiteral();
801 const StringRegion *strRegion= dyn_cast<StringRegion>(bufRegion);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 219 DefinedOrUnknownSVal StringRegion::getExtent(SValBuilder &svalBuilder) const {
257 void StringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
493 void StringRegion::dumpToStream(raw_ostream &os) const {
637 const StringRegion* MemRegionManager::getStringRegion(const StringLiteral* Str){
638 return getSubRegion<StringRegion>(Str, getGlobalsRegion());
    [all...]
RegionStore.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 668 /// StringRegion - Region associated with a StringLiteral.
669 class StringRegion : public TypedValueRegion {
674 StringRegion(const StringLiteral* str, const MemRegion* sreg)
    [all...]

Completed in 40 milliseconds