reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2603 if (!getConstantStringInfo(CI->getArgOperand(1), FormatStr)) 2615 if (FormatStr.find('%') != StringRef::npos) 2620 ConstantInt::get(DL.getIntPtrType(CI->getContext()), FormatStr.size()), 2626 if (FormatStr.size() != 2 || FormatStr[0] != '%' || 2626 if (FormatStr.size() != 2 || FormatStr[0] != '%' || 2631 if (FormatStr[1] == 'c') { 2638 if (FormatStr[1] == 's') {