Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp7907 PrintfSpecifier fixedFS = FS; in checkFormatExpr() local
7909 fixedFS.fixType(IntendedTy, S.getLangOpts(), S.Context, isObjCContext()); in checkFormatExpr()
7915 fixedFS.toString(os); in checkFormatExpr()
8194 ScanfSpecifier fixedFS = FS; in HandleScanfSpecifier() local
8195 bool Success = fixedFS.fixType(Ex->getType(), Ex->IgnoreImpCasts()->getType(), in HandleScanfSpecifier()
8206 fixedFS.toString(os); in HandleScanfSpecifier()