Searched refs:FirstPteTy (Results 1 – 1 of 1) sorted by relevance
1067 QualType FirstPteTy = FirstParmTy->castAs<PointerType>()->getPointeeType(); in hasUnsafePrintfStringArg() local1071 FirstPteTy.getCanonicalType() == Ctx.getFILEType().getCanonicalType()) { in hasUnsafePrintfStringArg()1082 if (FirstPteTy.isConstQualified()) { in hasUnsafePrintfStringArg()1099 if (!FirstPteTy.isConstQualified() && SecondParmTy->isIntegerType()) { in hasUnsafePrintfStringArg()1138 QualType FirstPteTy = FirstParmTy->castAs<PointerType>()->getPointeeType(); in hasUnsafeSnprintfBuffer() local1141 if (FirstPteTy.isConstQualified() || !FirstPteTy->isAnyCharacterType() || in hasUnsafeSnprintfBuffer()