Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp10477 PrintfSpecifier fixedFS = FS; in checkFormatExpr() local
10479 fixedFS.fixType(IntendedTy, S.getLangOpts(), S.Context, isObjCContext()); in checkFormatExpr()
10485 fixedFS.toString(os); in checkFormatExpr()
10810 ScanfSpecifier fixedFS = FS; in HandleScanfSpecifier() local
10811 bool Success = fixedFS.fixType(Ex->getType(), Ex->IgnoreImpCasts()->getType(), in HandleScanfSpecifier()
10822 fixedFS.toString(os); in HandleScanfSpecifier()