Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp5214 PrintfSpecifier fixedFS = FS; in checkFormatExpr() local
5215 bool success = fixedFS.fixType(IntendedTy, S.getLangOpts(), in checkFormatExpr()
5222 fixedFS.toString(os); in checkFormatExpr()
5507 ScanfSpecifier fixedFS = FS; in HandleScanfSpecifier() local
5508 bool success = fixedFS.fixType(Ex->getType(), Ex->IgnoreImpCasts()->getType(), in HandleScanfSpecifier()
5520 fixedFS.toString(os); in HandleScanfSpecifier()