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

  /external/clang/lib/StaticAnalyzer/Checkers/
AdjustedReturnValueChecker.cpp 59 if (const FunctionTextRegion *FT = dyn_cast<FunctionTextRegion>(callee)) {
MallocChecker.cpp 386 const FunctionDecl *FD = cast<FunctionTextRegion>(MR)->getDecl();
CStringChecker.cpp 804 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 327 void FunctionTextRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
334 void FunctionTextRegion::Profile(llvm::FoldingSetNodeID& ID) const {
335 FunctionTextRegion::ProfileRegion(ID, FD, superRegion);
409 void FunctionTextRegion::dumpToStream(raw_ostream &os) const {
674 const FunctionTextRegion *
676 return getSubRegion<FunctionTextRegion>(FD, getCodeRegion());
ExprEngine.cpp 149 if (const FunctionTextRegion *codeR =
150 dyn_cast_or_null<FunctionTextRegion>(calleeV.getAsRegion())) {
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 413 /// FunctionTextRegion - A region that represents code texts of function.
414 class FunctionTextRegion : public CodeTextRegion {
417 FunctionTextRegion(const FunctionDecl *fd, const MemRegion* sreg)
1038 const FunctionTextRegion *getFunctionTextRegion(const FunctionDecl *FD);
    [all...]

Completed in 274 milliseconds