Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp4330 PrintfSpecifier fixedFS = FS; in checkFormatExpr() local
4331 bool success = fixedFS.fixType(IntendedTy, S.getLangOpts(), in checkFormatExpr()
4338 fixedFS.toString(os); in checkFormatExpr()
4624 ScanfSpecifier fixedFS = FS; in HandleScanfSpecifier() local
4625 bool success = fixedFS.fixType(Ex->getType(), Ex->IgnoreImpCasts()->getType(), in HandleScanfSpecifier()
4637 fixedFS.toString(os); in HandleScanfSpecifier()