Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7427 PrintfSpecifier fixedFS = FS; in checkFormatExpr() local
7429 fixedFS.fixType(IntendedTy, S.getLangOpts(), S.Context, isObjCContext()); in checkFormatExpr()
7435 fixedFS.toString(os); in checkFormatExpr()
7775 ScanfSpecifier fixedFS = FS; in HandleScanfSpecifier() local
7776 bool Success = fixedFS.fixType(Ex->getType(), Ex->IgnoreImpCasts()->getType(), in HandleScanfSpecifier()
7787 fixedFS.toString(os); in HandleScanfSpecifier()