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

References

lib/Target/X86/X86ISelLowering.cpp
45209   S = S.substr(S.find_first_not_of(" \t")); // Skip leading whitespace.
45209   S = S.substr(S.find_first_not_of(" \t")); // Skip leading whitespace.
45209   S = S.substr(S.find_first_not_of(" \t")); // Skip leading whitespace.
45212     if (!S.startswith(Piece)) // Check if the piece matches.
45215     S = S.substr(Piece.size());
45215     S = S.substr(Piece.size());
45216     StringRef::size_type Pos = S.find_first_not_of(" \t");
45220     S = S.substr(Pos);
45220     S = S.substr(Pos);
45223   return S.empty();