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

References

lib/Analysis/VFABIDemangling.cpp
   96     if (ParseString.consumeInteger(10, Pos))
  160     if (ParseString.consumeInteger(10, LinearStep))
  218     if (ParseString.consumeInteger(10, Pos))
lib/Support/FileCheck.cpp
 1003     if (Rest.consumeInteger(10, Count))
tools/lldb/source/Breakpoint/BreakpointID.cpp
   79   if (input.consumeInteger(0, bp_id))
   84     if (input.consumeInteger(0, loc_id))
tools/lldb/source/Host/linux/Host.cpp
   84       Line.ltrim().consumeInteger(10, PPid);
  110       Line.consumeInteger(10, TracerPid);
tools/lldb/source/Target/StackFrame.cpp
  768       if (index_expr.consumeInteger(0, child_index)) {
tools/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
  279       ASSERT_FALSE(ref.consumeInteger(10, size)) << "ref: " << ref;
tools/llvm-exegesis/lib/BenchmarkResult.cpp
  117     return !String.consumeInteger(16, Value);
unittests/ADT/StringRefTest.cpp
  828     bool S8Success = Str.consumeInteger(0, S8);
  839     bool S16Success = Str.consumeInteger(0, S16);
  850     bool S32Success = Str.consumeInteger(0, S32);
  861     bool S64Success = Str.consumeInteger(0, S64);