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

  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 54 if (const FunctionTextRegion *CTR = R->getAs<FunctionTextRegion>())
MemRegion.cpp 360 void FunctionTextRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
367 void FunctionTextRegion::Profile(llvm::FoldingSetNodeID& ID) const {
368 FunctionTextRegion::ProfileRegion(ID, FD, superRegion);
460 void FunctionTextRegion::dumpToStream(raw_ostream &os) const {
925 const FunctionTextRegion *
927 return getSubRegion<FunctionTextRegion>(FD, getCodeRegion());
    [all...]
SimpleSValBuilder.cpp 146 if (const FunctionTextRegion *FTR = dyn_cast<FunctionTextRegion>(R))
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 544 /// FunctionTextRegion - A region that represents code texts of function.
545 class FunctionTextRegion : public CodeTextRegion {
548 FunctionTextRegion(const NamedDecl *fd, const MemRegion* sreg)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp     [all...]
CStringChecker.cpp     [all...]

Completed in 55 milliseconds