OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThisPointerTy
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h
902
CXXThisRegion(const PointerType *
thisPointerTy
,
904
: TypedValueRegion(sReg, CXXThisRegionKind),
ThisPointerTy
(
thisPointerTy
) {}
914
return QualType(
ThisPointerTy
, 0);
924
const PointerType *
ThisPointerTy
;
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp
312
CXXThisRegion::ProfileRegion(ID,
ThisPointerTy
, superRegion);
1011
MemRegionManager::getCXXThisRegion(QualType
thisPointerTy
[
all
...]
Completed in 2371 milliseconds