Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp3648 PrintfSpecifier fixedFS = FS; in checkFormatExpr() local
3649 bool success = fixedFS.fixType(IntendedTy, S.getLangOpts(), in checkFormatExpr()
3656 fixedFS.toString(os); in checkFormatExpr()
3927 ScanfSpecifier fixedFS = FS; in HandleScanfSpecifier() local
3928 bool success = fixedFS.fixType(Ex->getType(), in HandleScanfSpecifier()
3936 fixedFS.toString(os); in HandleScanfSpecifier()