Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DNonNullParamChecker.cpp70 CallEvent::param_type_iterator TyI = Call.param_type_begin(), in checkPreCall() local
78 if (TyI != TyE) { in checkPreCall()
79 haveRefTypeParam = (*TyI)->isReferenceType(); in checkPreCall()
80 TyI++; in checkPreCall()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h209 const auto TyI = ISelInfo.TypeIDMap.find(Ty); in executeMatchTable() local
210 if (TyI == ISelInfo.TypeIDMap.end()) { in executeMatchTable()
214 const int64_t TypeID = TyI->second; in executeMatchTable()