Searched refs:fixedFS (Results 1 – 2 of 2) sorted by relevance
5214 PrintfSpecifier fixedFS = FS; in checkFormatExpr() local5215 bool success = fixedFS.fixType(IntendedTy, S.getLangOpts(), in checkFormatExpr()5222 fixedFS.toString(os); in checkFormatExpr()5507 ScanfSpecifier fixedFS = FS; in HandleScanfSpecifier() local5508 bool success = fixedFS.fixType(Ex->getType(), Ex->IgnoreImpCasts()->getType(), in HandleScanfSpecifier()5520 fixedFS.toString(os); in HandleScanfSpecifier()
8691 PrintfSpecifier fixedFS = FS; in checkFormatExpr() local8693 fixedFS.fixType(IntendedTy, S.getLangOpts(), S.Context, isObjCContext()); in checkFormatExpr()8699 fixedFS.toString(os); in checkFormatExpr()8998 ScanfSpecifier fixedFS = FS; in HandleScanfSpecifier() local8999 bool Success = fixedFS.fixType(Ex->getType(), Ex->IgnoreImpCasts()->getType(), in HandleScanfSpecifier()9010 fixedFS.toString(os); in HandleScanfSpecifier()