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 115 if (const StringRegion* StrRegion= dyn_cast<StringRegion>(R)) {
CStringChecker.cpp 699 const StringLiteral *strLit = cast<StringRegion>(MR)->getStringLiteral();
759 const StringRegion *strRegion= dyn_cast<StringRegion>(bufRegion);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 217 DefinedOrUnknownSVal StringRegion::getExtent(SValBuilder &svalBuilder) const {
244 void StringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
456 void StringRegion::dumpToStream(raw_ostream &os) const {
560 const StringRegion* MemRegionManager::getStringRegion(const StringLiteral* Str){
561 return getSubRegion<StringRegion>(Str, getGlobalsRegion());
RegionStore.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 579 /// StringRegion - Region associated with a StringLiteral.
580 class StringRegion : public TypedValueRegion {
585 StringRegion(const StringLiteral* str, const MemRegion* sreg)
983 const StringRegion* getStringRegion(const StringLiteral* Str);
    [all...]

Completed in 766 milliseconds