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

  /external/clang/lib/StaticAnalyzer/Checkers/
AdjustedReturnValueChecker.cpp 60 if (const FunctionTextRegion *FT = dyn_cast<FunctionTextRegion>(callee)) {
MallocChecker.cpp 606 const FunctionDecl *FD = cast<FunctionTextRegion>(MR)->getDecl();
    [all...]
CStringChecker.cpp 847 const FunctionDecl *FD = cast<FunctionTextRegion>(MR)->getDecl();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 53 if (const FunctionTextRegion *CTR = R->getAs<FunctionTextRegion>())
MemRegion.cpp 354 void FunctionTextRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
361 void FunctionTextRegion::Profile(llvm::FoldingSetNodeID& ID) const {
362 FunctionTextRegion::ProfileRegion(ID, FD, superRegion);
450 void FunctionTextRegion::dumpToStream(raw_ostream &os) const {
786 const FunctionTextRegion *
788 return getSubRegion<FunctionTextRegion>(FD, getCodeRegion());
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 502 /// FunctionTextRegion - A region that represents code texts of function.
503 class FunctionTextRegion : public CodeTextRegion {
506 FunctionTextRegion(const FunctionDecl *fd, const MemRegion* sreg)
    [all...]

Completed in 2829 milliseconds