Lines Matching refs:Args
21 #include "lldb/Interpreter/Args.h"
470 uint64_t uval64 = Args::StringToUInt64(value_str, UINT64_MAX, 0, &success);
473 else if (!Args::UInt64ValueIsValidForByteSize (uval64, byte_size))
491 uint64_t sval64 = Args::StringToSInt64(value_str, INT64_MAX, 0, &success);
494 else if (!Args::SInt64ValueIsValidForByteSize (sval64, byte_size))