Lines Matching full:scanf
420 // Printf and scanf checking.
1590 // We can't pass a 'scanf' string to a 'printf' function.
1661 .Case("scanf", FST_Scanf)
1670 /// CheckPrintfScanfArguments - Check calls to printf and scanf (and similar
1704 // CHECK: printf/scanf-like function is called with no format string.
2421 //===--- CHECK: Scanf format string checking ------------------------------===//