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

  /external/clang/lib/StaticAnalyzer/Checkers/
ChrootChecker.cpp 113 if (const StringRegion* StrRegion= dyn_cast<StringRegion>(R)) {
LocalizationChecker.cpp 704 const MemRegion *StringRegion = S.getAsRegion();
705 if (StringRegion)
706 R->addVisitor(llvm::make_unique<NonLocalizedStringBRVisitor>(StringRegion));
    [all...]
CStringChecker.cpp 759 const StringLiteral *strLit = cast<StringRegion>(MR)->getStringLiteral();
822 const StringRegion *strRegion= dyn_cast<StringRegion>(bufRegion);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 156 std::string VisitStringRegion(const StringRegion *R) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 736 /// StringRegion - Region associated with a StringLiteral.
737 class StringRegion : public TypedValueRegion {
742 StringRegion(const StringLiteral* str, const MemRegion* sreg)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 220 DefinedOrUnknownSVal StringRegion::getExtent(SValBuilder &svalBuilder) const {
258 void StringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
506 void StringRegion::dumpToStream(raw_ostream &os) const {
781 const StringRegion* MemRegionManager::getStringRegion(const StringLiteral* Str){
782 return getSubRegion<StringRegion>(Str, getGlobalsRegion());
    [all...]
RegionStore.cpp     [all...]

Completed in 393 milliseconds