Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp5214 PrintfSpecifier fixedFS = FS; in checkFormatExpr() local
5215 bool success = fixedFS.fixType(IntendedTy, S.getLangOpts(), in checkFormatExpr()
5222 fixedFS.toString(os); in checkFormatExpr()
5507 ScanfSpecifier fixedFS = FS; in HandleScanfSpecifier() local
5508 bool success = fixedFS.fixType(Ex->getType(), Ex->IgnoreImpCasts()->getType(), in HandleScanfSpecifier()
5520 fixedFS.toString(os); in HandleScanfSpecifier()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp8691 PrintfSpecifier fixedFS = FS; in checkFormatExpr() local
8693 fixedFS.fixType(IntendedTy, S.getLangOpts(), S.Context, isObjCContext()); in checkFormatExpr()
8699 fixedFS.toString(os); in checkFormatExpr()
8998 ScanfSpecifier fixedFS = FS; in HandleScanfSpecifier() local
8999 bool Success = fixedFS.fixType(Ex->getType(), Ex->IgnoreImpCasts()->getType(), in HandleScanfSpecifier()
9010 fixedFS.toString(os); in HandleScanfSpecifier()