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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 1183       size_t DigitEnd = AsmString.find_first_not_of("0123456789", DigitStart);
tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
 1463     if (I.first.find_first_not_of("abcdefghijklmnopqrstuvwxyz"
tools/lldb/source/Commands/CommandObjectMemory.cpp
  424       idx = type_str.find_first_not_of(" \t");
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 1283     size_t pos = s.find_first_not_of(k_white_space);
 1333           command_string.erase(0, command_string.find_first_not_of(
 1346         command_string.erase(0, command_string.find_first_not_of(
 1356       size_t pos = command.find_first_not_of(k_valid_command_chars);
 1629     size_t non_space = command_string.find_first_not_of(k_space_characters);
 1740     size_t pos = remainder.find_first_not_of(k_white_space);
tools/lldb/source/Interpreter/CommandObject.cpp
  819     size_t result = line.find_first_not_of(" \t");
utils/TableGen/CodeGenInstruction.cpp
  232   std::string::size_type start = CStr.find_first_not_of(" \t");
  236     wpos = Name.find_first_not_of(" \t");
  260   start = CStr.find_first_not_of(" \t");
  271   wpos = CStr.find_first_not_of(" \t", pos + 1);