Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12194 PrintfSpecifier fixedFS = FS; in checkFormatExpr() local
12196 fixedFS.fixType(IntendedTy, S.getLangOpts(), S.Context, isObjCContext()); in checkFormatExpr()
12202 fixedFS.toString(os); in checkFormatExpr()
12532 ScanfSpecifier fixedFS = FS; in HandleScanfSpecifier() local
12533 bool Success = fixedFS.fixType(Ex->getType(), Ex->IgnoreImpCasts()->getType(), in HandleScanfSpecifier()
12544 fixedFS.toString(os); in HandleScanfSpecifier()