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

References

examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp
  270     return Name[Name.size() - 1];
examples/Kaleidoscope/BuildingAJIT/Chapter2/toy.cpp
  270     return Name[Name.size() - 1];
examples/Kaleidoscope/BuildingAJIT/Chapter3/toy.cpp
  270     return Name[Name.size() - 1];
examples/Kaleidoscope/BuildingAJIT/Chapter4/toy.cpp
  270     return Name[Name.size() - 1];
examples/Kaleidoscope/BuildingAJIT/Chapter5/toy.cpp
  287     return Name[Name.size() - 1];
examples/Kaleidoscope/Chapter6/toy.cpp
  253     return Name[Name.size() - 1];
examples/Kaleidoscope/Chapter7/toy.cpp
  275     return Name[Name.size() - 1];
examples/Kaleidoscope/Chapter8/toy.cpp
  276     return Name[Name.size() - 1];
examples/Kaleidoscope/Chapter9/toy.cpp
  378     return Name[Name.size() - 1];
lib/CodeGen/SelectionDAG/TargetLowering.cpp
 4163   return isdigit(static_cast<unsigned char>(ConstraintCode[0]));
lib/Demangle/Demangle.cpp
   19   return Pos > 0 && Pos <= 4 && MangledName[Pos] == 'Z';
lib/LineEditor/LineEditor.cpp
   46       if (CommonPrefix[CommonLen] != I->TypedText[CommonLen])
lib/Support/ScaledNumber.cpp
  195   if (Float[NonZero] == '.')
lib/Support/SourceMgr.cpp
  461       if (i >= LineContents.size() || LineContents[i] != '\t') {
  481     if (i >= LineContents.size() || LineContents[i] != '\t') {
lib/TableGen/StringMatcher.cpp
   33     char Letter = Matches[0]->first[i];
   36       if (Matches[str]->first[i] != Letter)
   79     MatchesByLetter[Matches[i]->first[CharNo]].push_back(Matches[i]);
   93       << Matches[0]->first[CharNo] << "')\n";
tools/bugpoint/ToolRunner.cpp
  364     if ('\\' == CommandLine[Pos]) {
  366         Token.push_back(CommandLine[++Pos]);
  370     if (' ' == CommandLine[Pos] || CommandLine.size() == Pos) {
  385     Token.push_back(CommandLine[Pos]);
tools/clang/lib/AST/Stmt.cpp
  432   return isLetter(Str[0]) ? Str[0] : '\0';
  432   return isLetter(Str[0]) ? Str[0] : '\0';
tools/clang/lib/Basic/Targets/X86.cpp
  728     if (Feature[0] != '+')
tools/clang/lib/CodeGen/CodeGenFunction.cpp
 2225       if (F[0] == '+' && CalleeFeatureMap.lookup(F.substr(1)))
tools/clang/lib/Driver/Driver.cpp
 1726       if (Path[0] == '=')
 4560       SmallString<128> P(Dir[0] == '=' ? SysRoot + Dir.substr(1) : Dir);
tools/clang/lib/Driver/ToolChains/Clang.cpp
 5721   bool HaveDash = (I + 1 < EH.size() && EH[I + 1] == '-');
tools/clang/lib/Frontend/CompilerInvocation.cpp
 1496     if (BadChar != Prefix.end() || !isLetter(Prefix[0])) {
tools/clang/lib/Sema/SemaDecl.cpp
 9681     if (Feat[0] == '-') {
tools/clang/tools/extra/clang-include-fixer/FuzzySymbolIndex.cpp
  126       Result.push_back(Tokens[I][J]);
tools/dsymutil/SymbolMap.cpp
   51   if (Translation[0] == 1)
tools/lldb/source/Core/FormatEntity.cpp
  761     if (entry.string[0] == '[')
tools/lldb/source/DataFormatters/TypeSynthetic.cpp
   29   if (path[0] == '.' || (path[0] == '-' && path[1] == '>') || path[0] == '[')
   29   if (path[0] == '.' || (path[0] == '-' && path[1] == '>') || path[0] == '[')
   29   if (path[0] == '.' || (path[0] == '-' && path[1] == '>') || path[0] == '[')
   29   if (path[0] == '.' || (path[0] == '-' && path[1] == '>') || path[0] == '[')
   43   if (path[0] == '.' || (path[0] == '-' && path[1] == '>') || path[0] == '[')
   43   if (path[0] == '.' || (path[0] == '-' && path[1] == '>') || path[0] == '[')
   43   if (path[0] == '.' || (path[0] == '-' && path[1] == '>') || path[0] == '[')
   43   if (path[0] == '.' || (path[0] == '-' && path[1] == '>') || path[0] == '[')
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 1300       if (isspace(s[pos - 1])) {
 1303         if ((pos + 2 >= s_len) || isspace(s[pos + 2])) {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 3730     switch (str[0]) {
 3739         output << &str[1];
tools/lldb/source/Utility/StringExtractorGDBRemote.cpp
   19   switch (m_packet[0]) {
   21     if (isxdigit(m_packet[1]) && isxdigit(m_packet[2])) {
   21     if (isxdigit(m_packet[1]) && isxdigit(m_packet[2])) {
   36     if (m_packet.size() == 2 && m_packet[1] == 'K')
   67   switch (m_packet[0]) {
  451   return GetResponseType() == eError && isxdigit(m_packet[1]) &&
  452          isxdigit(m_packet[2]);
unittests/Support/VirtualFileSystemTest.cpp
  624     int Index = Name[Name.size() - 1] - 'a';
  699       int Index = Name[Name.size() - 1] - 'a';
usr/include/c++/7.4.0/bits/basic_string.h
 1125 	return operator[](0);
 1147 	return operator[](this->size() - 1);
usr/include/c++/7.4.0/bits/regex_compiler.h
  324 	return this->_M_in_range_icase(__first[0], __last[0], __str[0]);
  324 	return this->_M_in_range_icase(__first[0], __last[0], __str[0]);
  324 	return this->_M_in_range_icase(__first[0], __last[0], __str[0]);
utils/TableGen/CodeGenInstruction.cpp
  175   if (Op.empty() || Op[0] != '$')
utils/benchmark/src/commandlineflags.cc
  214   char ch = value[0];
utils/unittest/googlemock/src/gmock-internal-utils.cc
  148   if (message.empty() || message[0] != '\n') {
utils/unittest/googletest/include/gtest/internal/gtest-param-util.h
  647       if (!isalnum(name[index]) && name[index] != '_')
  647       if (!isalnum(name[index]) && name[index] != '_')
utils/unittest/googletest/src/gtest-internal-inl.h
  971   if (str.empty() || !IsDigit(str[0])) {
utils/unittest/googletest/src/gtest.cc
 1275   if (end > 2 && str[0] == '"' && str[end - 1] == '"') {
 1275   if (end > 2 && str[0] == '"' && str[end - 1] == '"') {
 1283       if (str[i] == 'n') {
 1288       escaped = str[i] == '\\';
 1590   const bool is_wide_string = sizeof(needle[0]) > 1;
 3481     const char ch = str[i];