reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2519 if (!getConstantStringInfo(CI->getArgOperand(2), FormatStr)) 2526 if (FormatStr.find('%') != StringRef::npos) 2530 return ConstantInt::get(CI->getType(), FormatStr.size()); 2531 else if (N < FormatStr.size() + 1) 2539 FormatStr.size() + 1)); // Copy the null byte. 2540 return ConstantInt::get(CI->getType(), FormatStr.size()); 2545 if (FormatStr.size() == 2 && FormatStr[0] == '%' && 2545 if (FormatStr.size() == 2 && FormatStr[0] == '%' && 2549 if (FormatStr[1] == 'c') { 2567 if (FormatStr[1] == 's') {