Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp140 SmallVector<QualType, 4> CastToTyVec, in getNoteTag() argument
164 for (QualType CastToTy: CastToTyVec) { in getNoteTag()
169 Out << ' ' << ((CastToTyVec.size() == 1) ? "not" : in getNoteTag()
265 SmallVector<QualType, 4> CastToTyVec; in addInstanceOfTransition() local
274 CastToTyVec.push_back(CastToTempArg.getAsType()); in addInstanceOfTransition()
278 CastToTyVec.push_back(ArgInPack.getAsType()); in addInstanceOfTransition()
289 for (QualType CastToTy: CastToTyVec) { in addInstanceOfTransition()
333 getNoteTag(C, CastToTyVec, Call.getArgExpr(0), IsAnyKnown)); in addInstanceOfTransition()