Searched refs:fixType (Results 1 – 5 of 5) 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/cldr/tools/java/org/unicode/cldr/tool/ |
D | CLDRModify.java | 1995 fixType(value, "type", fullpath); 1997 fixType(value, "references", fullpath); 2003 private void fixType(String value, String type, String oldFullPath) {
|
/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()
|