Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp4163 PrintfSpecifier fixedFS = FS; in checkFormatExpr() local
4164 bool success = fixedFS.fixType(IntendedTy, S.getLangOpts(), in checkFormatExpr()
4171 fixedFS.toString(os); in checkFormatExpr()
4457 ScanfSpecifier fixedFS = FS; in HandleScanfSpecifier() local
4458 bool success = fixedFS.fixType(Ex->getType(), Ex->IgnoreImpCasts()->getType(), in HandleScanfSpecifier()
4470 fixedFS.toString(os); in HandleScanfSpecifier()