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

  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 54 if (const FunctionCodeRegion *CTR = R->getAs<FunctionCodeRegion>())
MemRegion.cpp 356 void FunctionCodeRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
363 void FunctionCodeRegion::Profile(llvm::FoldingSetNodeID& ID) const {
364 FunctionCodeRegion::ProfileRegion(ID, FD, superRegion);
456 void FunctionCodeRegion::dumpToStream(raw_ostream &os) const {
982 const FunctionCodeRegion *
984 return getSubRegion<FunctionCodeRegion>(FD, getCodeRegion());
    [all...]
SimpleSValBuilder.cpp 146 if (const FunctionCodeRegion *FTR = dyn_cast<FunctionCodeRegion>(R))
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 540 /// FunctionCodeRegion - A region that represents code texts of function.
541 class FunctionCodeRegion : public CodeTextRegion {
544 FunctionCodeRegion(const NamedDecl *fd, const MemRegion* sreg)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp     [all...]
MallocChecker.cpp     [all...]

Completed in 262 milliseconds