/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...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/ |
MemRegion.h | 562 /// FunctionCodeRegion - A region that represents code texts of function. 563 class FunctionCodeRegion : public CodeTextRegion { 568 FunctionCodeRegion(const NamedDecl *fd, const CodeSpaceRegion* sreg) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/ |
MemRegion.h | 562 /// FunctionCodeRegion - A region that represents code texts of function. 563 class FunctionCodeRegion : public CodeTextRegion { 568 FunctionCodeRegion(const NamedDecl *fd, const CodeSpaceRegion* sreg) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/ |
MemRegion.h | 562 /// FunctionCodeRegion - A region that represents code texts of function. 563 class FunctionCodeRegion : public CodeTextRegion { 568 FunctionCodeRegion(const NamedDecl *fd, const CodeSpaceRegion* sreg) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/ |
MemRegion.h | 562 /// FunctionCodeRegion - A region that represents code texts of function. 563 class FunctionCodeRegion : public CodeTextRegion { 568 FunctionCodeRegion(const NamedDecl *fd, const CodeSpaceRegion* sreg) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/ |
MemRegion.h | 562 /// FunctionCodeRegion - A region that represents code texts of function. 563 class FunctionCodeRegion : public CodeTextRegion { 568 FunctionCodeRegion(const NamedDecl *fd, const CodeSpaceRegion* sreg) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/ |
MemRegion.h | 562 /// FunctionCodeRegion - A region that represents code texts of function. 563 class FunctionCodeRegion : public CodeTextRegion { 568 FunctionCodeRegion(const NamedDecl *fd, const CodeSpaceRegion* sreg) [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/ |
MemRegion.h | 562 /// FunctionCodeRegion - A region that represents code texts of function. 563 class FunctionCodeRegion : public CodeTextRegion { 568 FunctionCodeRegion(const NamedDecl *fd, const CodeSpaceRegion* sreg) [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/ |
MemRegion.h | 562 /// FunctionCodeRegion - A region that represents code texts of function. 563 class FunctionCodeRegion : public CodeTextRegion { 568 FunctionCodeRegion(const NamedDecl *fd, const CodeSpaceRegion* sreg) [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/ |
MemRegion.h | 562 /// FunctionCodeRegion - A region that represents code texts of function. 563 class FunctionCodeRegion : public CodeTextRegion { 568 FunctionCodeRegion(const NamedDecl *fd, const CodeSpaceRegion* sreg) [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/ |
MemRegion.h | 562 /// FunctionCodeRegion - A region that represents code texts of function. 563 class FunctionCodeRegion : public CodeTextRegion { 568 FunctionCodeRegion(const NamedDecl *fd, const CodeSpaceRegion* sreg) [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/ |
MemRegion.h | 562 /// FunctionCodeRegion - A region that represents code texts of function. 563 class FunctionCodeRegion : public CodeTextRegion { 568 FunctionCodeRegion(const NamedDecl *fd, const CodeSpaceRegion* sreg) [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/ |
MemRegion.h | 562 /// FunctionCodeRegion - A region that represents code texts of function. 563 class FunctionCodeRegion : public CodeTextRegion { 568 FunctionCodeRegion(const NamedDecl *fd, const CodeSpaceRegion* sreg) [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
CStringChecker.cpp | [all...] |
MallocChecker.cpp | [all...] |