reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp
   77       IdentifierStr += LastChar;
  105       NumStr += LastChar;
  623     FnName += (char)CurTok;
  632     FnName += (char)CurTok;
examples/Kaleidoscope/BuildingAJIT/Chapter2/toy.cpp
   77       IdentifierStr += LastChar;
  105       NumStr += LastChar;
  623     FnName += (char)CurTok;
  632     FnName += (char)CurTok;
examples/Kaleidoscope/BuildingAJIT/Chapter3/toy.cpp
   77       IdentifierStr += LastChar;
  105       NumStr += LastChar;
  623     FnName += (char)CurTok;
  632     FnName += (char)CurTok;
examples/Kaleidoscope/BuildingAJIT/Chapter4/toy.cpp
   79       IdentifierStr += LastChar;
  107       NumStr += LastChar;
  608     FnName += (char)CurTok;
  617     FnName += (char)CurTok;
examples/Kaleidoscope/BuildingAJIT/Chapter5/toy.cpp
   96       IdentifierStr += LastChar;
  124       NumStr += LastChar;
  625     FnName += (char)CurTok;
  634     FnName += (char)CurTok;
examples/Kaleidoscope/Chapter2/toy.cpp
   43       IdentifierStr += LastChar;
   55       NumStr += LastChar;
examples/Kaleidoscope/Chapter3/toy.cpp
   55       IdentifierStr += LastChar;
   67       NumStr += LastChar;
examples/Kaleidoscope/Chapter4/toy.cpp
   65       IdentifierStr += LastChar;
   77       NumStr += LastChar;
examples/Kaleidoscope/Chapter5/toy.cpp
   73       IdentifierStr += LastChar;
   95       NumStr += LastChar;
examples/Kaleidoscope/Chapter6/toy.cpp
   77       IdentifierStr += LastChar;
  103       NumStr += LastChar;
  555     FnName += (char)CurTok;
  564     FnName += (char)CurTok;
examples/Kaleidoscope/Chapter7/toy.cpp
   82       IdentifierStr += LastChar;
  110       NumStr += LastChar;
  628     FnName += (char)CurTok;
  637     FnName += (char)CurTok;
examples/Kaleidoscope/Chapter8/toy.cpp
   83       IdentifierStr += LastChar;
  111       NumStr += LastChar;
  629     FnName += (char)CurTok;
  638     FnName += (char)CurTok;
examples/Kaleidoscope/Chapter9/toy.cpp
  135       IdentifierStr += LastChar;
  163       NumStr += LastChar;
  743     FnName += (char)CurTok;
  752     FnName += (char)CurTok;
include/llvm/ADT/StringExtras.h
  337   Result += Item;
  344   Result += Separator;
include/llvm/IR/Module.h
  291       GlobalScopeAsm += '\n';
  299       GlobalScopeAsm += '\n';
include/llvm/IR/ModuleSummaryIndexYAML.h
   88           Key += ',';
include/llvm/TableGen/StringToOffsetTable.h
   38         AggregateString += '\0';
lib/Bitcode/Reader/BitcodeAnalyzer.cpp
  945             Str += (char)Record[j];
lib/Bitcode/Reader/BitcodeReader.cpp
  157     Result += (char)Record[i];
 2743         AsmStr += (char)Record[2+i];
 2745         ConstrStr += (char)Record[3+AsmStrSize+i];
 2769         AsmStr += (char)Record[2+i];
 2771         ConstrStr += (char)Record[3+AsmStrSize+i];
 3070       OldFormatName += (char)Record[2 + i];
lib/Bitstream/Reader/BitstreamReader.cpp
  493         Name += (char)Record[i];
  503           Name += (char)Record[i];
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  188       Filepath += '/';
lib/CodeGen/MIRParser/MILexer.cpp
  128         Str += '\\';
  133         Str += hexDigitValue(C.peek(1)) * 16 + hexDigitValue(C.peek(2));
  138     Str += Char;
lib/CodeGen/MachineScheduler.cpp
 3735       Str += '"';
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  774       Name += '.';
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
  105   ExtName += getTypeID(FT->getReturnType());
  107     ExtName += getTypeID(T);
lib/IR/AsmWriter.cpp
 3414         if (!AttrStr.empty()) AttrStr += ' ';
lib/IR/Attributes.cpp
  401       Result += '(';
  404       Result += ')';
  453       Result += ',';
  456     Result += ')';
  885       Str += ' ';
lib/MC/MCParser/AsmParser.cpp
 1394     Res += AltMacroStr[Pos];
 2912       Data += Str[i];
 2934       Data += (unsigned char)(Value & 0xFF);
 2956       Data += (unsigned char)Value;
 2966     case 'b': Data += '\b'; break;
 2967     case 'f': Data += '\f'; break;
 2968     case 'n': Data += '\n'; break;
 2969     case 'r': Data += '\r'; break;
 2970     case 't': Data += '\t'; break;
 2971     case '"': Data += '"'; break;
 2972     case '\\': Data += '\\'; break;
lib/Option/OptTable.cpp
  291         NormalizedName += Last;
  447       Name += ' ';
  466     Name += ' ';
lib/Support/FileCheck.cpp
  362     RegExStr += '^';
  389       RegExStr += '(';
  394       RegExStr += ')';
  515         RegExStr += '(';
  546         RegExStr += ')';
  586     RegExStr += '$';
lib/Support/FileUtilities.cpp
  136       *ErrorMsg += F1P[0];
  138       *ErrorMsg += F2P[0];
lib/Support/Regex.cpp
  167       Res += Repl[0];
  173       Res += '\t';
  177       Res += '\n';
  219       RegexStr += '\\';
  220     RegexStr += String[i];
lib/Support/ScaledNumber.cpp
  139   Str += '0' + D % 10;
  252   Str += '.';
lib/Support/Triple.cpp
  983     if (i) Normalized += '-';
lib/Support/Unix/Host.inc
   61         NewOSName += '.';
lib/TableGen/TGLexer.cpp
  268       CurStrVal += *CurPtr++;
  277       CurStrVal += *CurPtr++;
  280       CurStrVal += '\t';
  284       CurStrVal += '\n';
lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp
 1319     Suffix += LaneKind;
lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.cpp
  579       KeyName += ')';
lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
 1564     NewOpcode += '+';
 1569     NewOpcode += '-';
tools/clang/lib/ARCMigrate/ARCMT.cpp
  193   define += '=';
tools/clang/lib/ARCMigrate/ObjCMT.cpp
  414         PropertyString += *argPtr;
  418         PropertyString += *argPtr;
  423         PropertyString += (*argPtr);
  430         PropertyString += *argPtr;
  515     PropertyString += ')';
  551       PropertyString += ' ';
  733   ClassString += ')';
tools/clang/lib/AST/ASTContext.cpp
 6759   S += 'b';
 6790       S += ObjCEncodingForEnumType(Ctx, ET);
 6793       S += getObjCEncodingForPrimitiveType(Ctx, BT);
 6811       S += getObjCEncodingForPrimitiveType(this, BT);
 6813       S += ObjCEncodingForEnumType(this, cast<EnumType>(CT));
 6818     S += 'j';
 6826     S += 'A';
 6840         S += ':';
 6856         S += 'r';
 6864         S += 'r';
 6879         S += '*';
 6885         S += '#';
 6890         S += '@';
 6895     S += '^';
 6913       S += '^';
 6919       S += '[';
 6927         S += '0';
 6934       S += ']';
 6941     S += '?';
 6946     S += RDecl->isUnion() ? '(' : '{';
 6957       S += '?';
 6960       S += '=';
 6966             S += '"';
 6968             S += '"';
 6987     S += RDecl->isUnion() ? ')' : '}';
 6997       S += '<';
 7009       S += '>';
 7033     S += '{';
 7036       S += '=';
 7051     S += '}';
 7058       S += '@';
 7066       S += '#';
 7080         S += '"';
 7082           S += '<';
 7084           S += '>';
 7086         S += '"';
 7091     S += '@';
 7094       S += '"';
 7097         S += '<';
 7099         S += '>';
 7101       S += '"';
 7207       S += '"';
 7256         S += '"';
 7258         S += '"';
 7283     S += 'n';
 7285     S += 'N';
 7287     S += 'o';
 7289     S += 'O';
 7291     S += 'R';
 7293     S += 'V';
tools/clang/lib/AST/CommentBriefParser.cpp
  106         FirstParagraphOrBrief += ' ';
  108         ReturnsParagraph += ' ';
tools/clang/lib/AST/Stmt.cpp
  551         Result += *CurPtr;
  585       CurStringPiece += CurChar;
  603       CurStringPiece += EscapedChar;
tools/clang/lib/CodeGen/CGObjCGNU.cpp
  240       NameAndAttributes += '\0';
  241       NameAndAttributes += TypeStr.length() + 3;
  243       NameAndAttributes += '\0';
 1085           StringName += c;
 1087           StringName += '_';
tools/clang/lib/CodeGen/CGObjCMac.cpp
 2814     BitMap += Layout[i];
 4226       if (I) Constraint += ',';
 4240       if (I) Constraint += ',';
 7098     buffer += '_';
 7171   messageRefName += '_';
tools/clang/lib/CodeGen/CGStmt.cpp
 1756       Result += *Constraint;
 1837         ConstraintStr += '*';
 1842     ConstraintStr += '*';
 2033       Constraints += ',';
 2098       InOutConstraints += ',';
 2147       Constraints += ',';
 2229           Constraints += ',';
 2230         Constraints += 'X';
 2247       Constraints += ',';
 2251     Constraints += '}';
 2258       Constraints += ',';
tools/clang/lib/CodeGen/TargetInfo.cpp
 1213     Constraints += ',';
 8970     StubEnc += '}';  // StubEnc now holds a valid incomplete TypeString.
tools/clang/lib/Format/NamespaceEndCommentsFixer.cpp
   75     text += ' ';
   80     text += '\n';
tools/clang/lib/Frontend/Rewrite/RewriteMacros.cpp
  202     Expansion += ' ';
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
  570           To += From[i];
 2339     Str += (*argPtr == '^' ? '*' : *argPtr);
 2354         Str += *argPtr;
 2358         Str += *argPtr;
 2362         Str += '*';
 2367         Str += *argPtr;
 4061     S += '(';
 4078     S += ')';
 4896     buf += *startBuf;
 4900   buf += ')';
 4913         buf += '*';
 4916         buf += *argListBegin++;
 4919           buf += *argListBegin++;
 4922         buf += *argListBegin;
 4926         buf += *argListBegin;
 4930     buf += ')';
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
  476           To += From[i];
 2251     Str += (*argPtr == '^' ? '*' : *argPtr);
 2266         Str += *argPtr;
 2270         Str += *argPtr;
 2274         Str += '*';
 2279         Str += *argPtr;
 3271     S += '(';
 3288     S += ')';
 4050     buf += *startBuf;
 4054   buf += ')';
 4067         buf += '*';
 4070         buf += *argListBegin++;
 4073           buf += *argListBegin++;
 4076         buf += *argListBegin;
 4080         buf += *argListBegin;
 4084     buf += ')';
 5620   FullCategoryName += '_';
tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
  621       D.Text += '\n';
  790       C2 += '\\';
tools/clang/lib/Rewrite/HTMLRewrite.cpp
  646         Expansion += ' ';
tools/clang/lib/Sema/SemaCodeComplete.cpp
 2998         PlaceholderStr += ' ';
 3017         PlaceholderStr += ' ';
 3441     SelName += ':';
 7058       Accumulator += ':';
 7366   NameWithPrefix += '_';
 7369   NameWithSuffix += '_';
tools/clang/lib/Sema/SemaType.cpp
 1924       Quals += ' ';
 1925     Quals += '&';
 1930       Quals += ' ';
tools/clang/lib/Serialization/ASTReader.cpp
  653         SuggestedPredefines += '\n';
  657         SuggestedPredefines += ' ';
  659         SuggestedPredefines += '\n';
tools/clang/tools/extra/clang-tidy/bugprone/CopyConstructorInitCheck.cpp
  111     FixItMsg += ',';
  113   FixItMsg += ' ';
tools/clang/tools/extra/clang-tidy/modernize/PassByValueCheck.cpp
  216     ValueStr += ' ';
tools/clang/tools/extra/clangd/CodeCompletionStrings.cpp
  167       *Snippet += '}';
tools/clang/tools/extra/clangd/FormattedString.cpp
   34     R += Input[Next];
tools/clang/tools/extra/clangd/SemanticHighlighting.cpp
  317     Res += Table[(X >> 18) & 63];
  318     Res += Table[(X >> 12) & 63];
  319     Res += Table[(X >> 6) & 63];
  320     Res += Table[X & 63];
  324     Res += Table[(X >> 18) & 63];
  325     Res += Table[(X >> 12) & 63];
  329     Res += Table[(X >> 18) & 63];
  330     Res += Table[(X >> 12) & 63];
  331     Res += Table[(X >> 6) & 63];
tools/clang/tools/extra/clangd/URI.cpp
  114       Result += *I;
tools/clang/utils/TableGen/ClangAttrEmitter.cpp
 1732       Result += '(';
 1737         Result += ')';
 1738       Result += ')';
tools/clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp
   84       Mangled += Str[i];
tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
  890       S += ':';
  894       S += '`';
  951         Result += '|';
  955       Result += '}';
  971     Result += '}';
tools/lldb/source/Core/Module.cpp
 1054     spec += '(';
 1056     spec += ')';
tools/lldb/source/Host/common/Editline.cpp
  291       continuation_prompt += ' ';
  294       prompt += ' ';
tools/lldb/source/Host/common/ProcessLaunchInfo.cpp
  291               new_path += ':';
tools/lldb/source/Interpreter/CommandObject.cpp
  995     full_command += ' ';
tools/lldb/source/Interpreter/OptionValueFormatEntity.cpp
   47         dst += '\\';
   49     dst += c;
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 3920                   full_so_path += '/';
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
  142   m_continue_packet += llvm::hexdigit((signo / 16) % 16);
  143   m_continue_packet += llvm::hexdigit(signo % 16);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 1256               triple += '-';
 1261               triple += '-';
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 3326       result += c;
tools/lldb/source/Utility/Args.cpp
   43       result += '\\';
   50       result += '\\';
   52     result += quoted.front();
  110         arg += '\\';
  117         arg += '\\';
  119       arg += command.front();
  212       command += ' ';
  224       command += ' ';
  227       command += m_entries[i].quote;
  229       command += m_entries[i].quote;
tools/lldb/tools/lldb-vscode/JSONUtils.cpp
  662     thread_with_name += ' ';
tools/lli/lli.cpp
  240       this->CacheDir += '/';
tools/llvm-cov/SourceCoverageViewHTML.cpp
   34         TabExpandedResult += ' ';
   37       TabExpandedResult += C;
tools/llvm-dwp/llvm-dwp.cpp
  350   Text += '\'';
  354       Text += '\'';
  358     Text += '\'';
tools/llvm-readobj/WindowsResourceDumper.cpp
   32       Result += ChValue;
   34       Result += '?';
tools/polly/lib/Analysis/ScopBuilder.cpp
 1946       Suffix += 'a' + Count;
tools/polly/lib/Analysis/ScopGraphPrinter.cpp
  130         Escaped += '\\';
  132       Escaped += C;
unittests/ADT/TripleTest.cpp
  575   Str += '-';
  577   Str += '-';
  584   Str += '-';
  586   Str += '-';
  588   Str += '-';
unittests/MC/StringTableBuilderTest.cpp
   29   Expected += '\x00';
   31   Expected += '\x00';
   33   Expected += '\x00';
   65   Expected += '\x00';
   67   Expected += '\x00';
   88   Expected += '\x00';
   90   Expected += '\x00';
   92   Expected += '\x00';
   94   Expected += '\x00';
unittests/Support/FileCheckTest.cpp
   41   Str += '}';
usr/include/c++/7.4.0/bits/locale_facets.tcc
  172 	      __xtrc += __plus ? '+' : '-';
  192 		  __xtrc += '0';
  221 		__xtrc += '0' + __digit;
  227 		__xtrc += '.';
  235 		__xtrc += 'e';
  244 		      __xtrc += __plus ? '+' : '-';
  275 			__found_grouping += static_cast<char>(__sep_pos);
  297 		      __found_grouping += static_cast<char>(__sep_pos);
  298 		    __xtrc += '.';
  320 		      __found_grouping += static_cast<char>(__sep_pos);
  321 		    __xtrc += 'e';
  333 		      __xtrc += __plus ? '+' : '-';
  359 	    __found_grouping += static_cast<char>(__sep_pos);
  514 		      __found_grouping += static_cast<char>(__sep_pos);
  557 	    __found_grouping += static_cast<char>(__sep_pos);
usr/include/c++/7.4.0/bits/locale_facets_nonio.tcc
  264 			    __grouping_tmp += static_cast<char>(__n);
  326 		__grouping_tmp += static_cast<char>(__testdecfound ? __last_pos
usr/include/c++/7.4.0/bits/regex.tcc
  270 	__s += __fctyp.narrow(*__first, 0);
  314 	__s += __fctyp.narrow(__fctyp.tolower(*__first), 0);
usr/include/c++/7.4.0/bits/regex_scanner.tcc
  281 	    _M_value += *_M_current++;
  365 	      _M_value += *_M_current++;
  375 	    _M_value += *_M_current++;
  455 	    _M_value += *_M_current++;
  473 	_M_value += *_M_current++;
utils/TableGen/AsmMatcherEmitter.cpp
 1119         Res += *it;
utils/TableGen/CodeGenRegisters.cpp
  653         if (i) Name += '_';
 1306     Name += '_';
utils/TableGen/CodeGenSchedule.cpp
   72           Result += C;
  716       Name += '_';
  719   Name += ')';
  983       Name += '_';
  987     Name += '_';
  998       Name += '_';
utils/TableGen/CodeGenTarget.cpp
  639       Name += (EnumName[i] == '_') ? '.' : EnumName[i];
utils/TableGen/DAGISelMatcherGen.cpp
  479         WhatFor += ',';
utils/TableGen/InstrDocsEmitter.cpp
   52     default: Result += C;
utils/benchmark/src/commandlineflags.cc
   86     env_var += static_cast<char>(::toupper(flag_str.c_str()[i]));
utils/unittest/googlemock/src/gmock-internal-utils.cc
   66         result += ' ';
   67       result += ToLower(*p);
utils/unittest/googletest/src/gtest.cc
 1993       result += *ch;