Searched refs:fixType (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/Analysis/Analyses/ |
D | FormatString.h | 517 bool fixType(QualType QT, const LangOptions &LangOpt, ASTContext &Ctx, 588 bool fixType(QualType QT, QualType RawQT, const LangOptions &LangOpt,
|
/external/clang/lib/Analysis/ |
D | ScanfFormatString.cpp | 407 bool ScanfSpecifier::fixType(QualType QT, QualType RawQT, in fixType() function in ScanfSpecifier
|
D | PrintfFormatString.cpp | 555 bool PrintfSpecifier::fixType(QualType QT, const LangOptions &LangOpt, in fixType() function in PrintfSpecifier
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 5215 bool success = fixedFS.fixType(IntendedTy, S.getLangOpts(), in checkFormatExpr() 5508 bool success = fixedFS.fixType(Ex->getType(), Ex->IgnoreImpCasts()->getType(), in HandleScanfSpecifier()
|