OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CXXThisRegion
(Results
1 - 8
of
8
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
BasicStore.cpp
186
isa<
CXXThisRegion
>(R)))
239
if (!(isa<VarRegion>(R) || isa<ObjCIvarRegion>(R) || isa<
CXXThisRegion
>(R)))
272
isa<
CXXThisRegion
>(R)))
301
isa<
CXXThisRegion
>(I.getKey()))
325
isa<NonStaticGlobalSpaceRegion>(MR) || isa<
CXXThisRegion
>(MR)) {
437
const
CXXThisRegion
*ThisR = RegMgr.getCXXThisRegion(ThisT, InitLoc);
CXXExprEngine.cpp
93
const
CXXThisRegion
*ExprEngine::getCXXThisRegion(const CXXRecordDecl *D,
100
const
CXXThisRegion
*ExprEngine::getCXXThisRegion(const CXXMethodDecl *decl,
181
const
CXXThisRegion
*ThisR =
257
const
CXXThisRegion
*ThisR = getCXXThisRegion(DD->getParent(), SFC);
MemRegion.cpp
276
void
CXXThisRegion
::ProfileRegion(llvm::FoldingSetNodeID &ID,
284
void
CXXThisRegion
::Profile(llvm::FoldingSetNodeID &ID) const {
285
CXXThisRegion
::ProfileRegion(ID, ThisPointerTy, superRegion);
434
void
CXXThisRegion
::dumpToStream(llvm::raw_ostream &os) const {
716
const
CXXThisRegion
*
723
return getSubRegion<
CXXThisRegion
>(PT, getStackArgumentsRegion(STC));
SymbolManager.cpp
284
if (isa<
CXXThisRegion
>(MR))
RegionStore.cpp
[
all
...]
ExprEngine.cpp
325
const
CXXThisRegion
*thisReg = getCXXThisRegion(decl, stackFrame);
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h
372
/// Synthesize
CXXThisRegion
.
373
const
CXXThisRegion
*getCXXThisRegion(const CXXRecordDecl *RD,
376
const
CXXThisRegion
*getCXXThisRegion(const CXXMethodDecl *decl,
MemRegion.h
690
///
CXXThisRegion
- Represents the region for the implicit 'this' parameter
693
class
CXXThisRegion
: public TypedRegion {
695
CXXThisRegion
(const PointerType *thisPointerTy,
965
const
CXXThisRegion
*getCXXThisRegion(QualType thisPointerTy,
[
all
...]
Completed in 28 milliseconds