Home
last modified time | relevance | path

Searched refs:baseT (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DLLVMConventionsChecker.cpp205 if (const RecordType *baseT = T->getAs<RecordType>()) { in IsPartOfAST() local
206 CXXRecordDecl *baseD = cast<CXXRecordDecl>(baseT->getDecl()); in IsPartOfAST()
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp1626 QualType baseT = baseR->getValueType(); in getBindingForElement() local
1627 if (baseT->isScalarType()) { in getBindingForElement()
1630 if (Ctx.getTypeSizeInChars(baseT) >= Ctx.getTypeSizeInChars(elemT)) { in getBindingForElement()