| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/Utils/ |
| H A D | AArch64BaseInfo.cpp | 138 Ops[1].getAsInteger(10, Op0); in parseGenericRegister() 139 Ops[2].getAsInteger(10, Op1); in parseGenericRegister() 140 Ops[3].getAsInteger(10, CRn); in parseGenericRegister() 141 Ops[4].getAsInteger(10, CRm); in parseGenericRegister() 142 Ops[5].getAsInteger(10, Op2); in parseGenericRegister()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | CommandLineSourceLoc.h | 40 if (!ColSplit.second.getAsInteger(10, PSL.Column) && in FromString() 41 !LineSplit.second.getAsInteger(10, PSL.Line)) { in FromString() 79 if (Split.first.getAsInteger(10, EndLine) || in fromString() 80 Split.second.getAsInteger(10, EndColumn)) { in fromString()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | LayoutOverrideSource.cpp | 84 (void)LineStr.getAsInteger(10, Size); in LayoutOverrideSource() 96 (void)LineStr.getAsInteger(10, Alignment); in LayoutOverrideSource() 109 (void)LineStr.getAsInteger(10, Size); in LayoutOverrideSource() 119 (void)LineStr.getAsInteger(10, Alignment); in LayoutOverrideSource() 139 (void)LineStr.substr(0, Idx).getAsInteger(10, Offset); in LayoutOverrideSource()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionGroupValueObjectDisplay.cpp | 108 if (option_arg.getAsInteger(0, max_depth)) { in SetOptionValue() 116 if (option_arg.getAsInteger(0, elem_count)) { in SetOptionValue() 124 if (option_arg.getAsInteger(0, ptr_depth)) { in SetOptionValue() 134 else if (option_arg.getAsInteger(0, no_summary_depth)) { in SetOptionValue()
|
| H A D | OptionArgParser.cpp | 156 if (!s.getAsInteger(0, addr)) { in ToAddress() 163 if (!s.getAsInteger(16, addr)) { in ToAddress() 226 if (!llvm::StringRef(str).getAsInteger(0, offset)) { in ToAddress()
|
| H A D | CommandHistory.cpp | 50 if (input_str.drop_front(1).getAsInteger(0, idx)) in FindString() 56 if (input_str.getAsInteger(0, idx)) in FindString()
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | COFFModuleDefinition.cpp | 172 if (Tok.K != Identifier || Tok.Value.getAsInteger(10, *I)) in readAsInt() 258 Tok.Value.getAsInteger(10, E.Ordinal); in parseExport() 259 } else if (Tok.Value.drop_front().getAsInteger(10, E.Ordinal)) { in parseExport() 345 if (V1.getAsInteger(10, *Major)) in parseVersion() 349 else if (V2.getAsInteger(10, *Minor)) in parseVersion()
|
| H A D | Archive.cpp | 157 if (Name.substr(1).rtrim(' ').getAsInteger(10, StringOffset)) { in getName() 195 if (Name.substr(3).rtrim(' ').getAsInteger(10, NameLength)) { in getName() 230 sizeof(ArMemHdr->Size)).rtrim(" ").getAsInteger(10, Ret)) { in getSize() 248 sizeof(ArMemHdr->AccessMode)).rtrim(' ').getAsInteger(8, Ret)) { in getAccessMode() 268 .getAsInteger(10, Seconds)) { in getLastModified() 289 if (User.getAsInteger(10, Ret)) { in getUID() 308 if (Group.getAsInteger(10, Ret)) { in getGID() 379 if (Name.substr(3).rtrim(' ').getAsInteger(10, NameSize)) { in Child()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | CachePruning.cpp | 66 if (NumStr.getAsInteger(0, Num)) in parseDuration() 109 if (SizeStr.getAsInteger(0, Size)) in parseCachePruningPolicy() 134 if (Value.getAsInteger(0, Size)) in parseCachePruningPolicy() 139 if (Value.getAsInteger(0, Policy.MaxSizeFiles)) in parseCachePruningPolicy()
|
| H A D | JSON.cpp | 53 return V->getAsInteger(); in getInteger() 190 return L.getAsInteger() == R.getAsInteger(); in operator ==() 674 if (Options.getAsInteger(/*Radix=*/10, IndentAmount)) in format()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Statepoint.cpp | 76 if (!AttrID.getValueAsString().getAsInteger(10, StatepointID)) in parseStatepointDirectivesFromAttrs() 83 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes)) in parseStatepointDirectivesFromAttrs()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | LaneBitmask.h | 74 constexpr Type getAsInteger() const { return Mask; } in getAsInteger() function 96 OS << format(LaneBitmask::FormatStr, LaneMask.getAsInteger()); in PrintLaneMask()
|
| /freebsd-12.1/contrib/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 76 if (Input.substr(n1 + 1, n2 - n1 - 1).getAsInteger(10, NumSamples)) in ParseHead() 78 if (Input.substr(n2 + 1).getAsInteger(10, NumHeadSamples)) in ParseHead() 110 if (Loc.getAsInteger(10, LineOffset) || !isOffsetLegal(LineOffset)) in ParseLine() 114 if (Loc.substr(0, n2).getAsInteger(10, LineOffset)) in ParseLine() 116 if (Loc.substr(n2 + 1).getAsInteger(10, Discriminator)) in ParseLine() 125 if (Rest.getAsInteger(10, NumSamples)) in ParseLine() 128 if (Rest.substr(0, n3).getAsInteger(10, NumSamples)) in ParseLine() 161 if (!WordAfterColon.getAsInteger(10, count)) in ParseLine() 182 if (Rest.substr(n3 + 1).getAsInteger(10, NumSamples)) in ParseLine()
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | AsmLexer.cpp | 311 if (Result.drop_back().getAsInteger(Radix, Value)) in LexDigit() 338 if (Result.getAsInteger(Radix, Value)) in LexDigit() 372 if (Result.substr(2).getAsInteger(2, Value)) in LexDigit() 398 if (StringRef(TokStart, CurPtr - TokStart).getAsInteger(0, Result)) in LexDigit() 417 if (Result.getAsInteger(Radix, Value)) in LexDigit()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 1892 value.getAsInteger(0, pid); in DecodeProcessInfoResponse() 1896 value.getAsInteger(0, pid); in DecodeProcessInfoResponse() 1900 value.getAsInteger(0, uid); in DecodeProcessInfoResponse() 1904 value.getAsInteger(0, uid); in DecodeProcessInfoResponse() 1908 value.getAsInteger(0, gid); in DecodeProcessInfoResponse() 1912 value.getAsInteger(0, gid); in DecodeProcessInfoResponse() 1927 value.getAsInteger(0, cpu); in DecodeProcessInfoResponse() 1929 value.getAsInteger(0, sub); in DecodeProcessInfoResponse() 2481 value.getAsInteger(0, port); in LaunchGDBServer() 2483 value.getAsInteger(0, pid); in LaunchGDBServer() [all …]
|
| H A D | GDBRemoteCommunicationServerCommon.cpp | 366 if (value.getAsInteger(0, pid)) in Handle_qfProcessInfo() 371 if (value.getAsInteger(0, pid)) in Handle_qfProcessInfo() 376 if (value.getAsInteger(0, uid)) in Handle_qfProcessInfo() 381 if (value.getAsInteger(0, gid)) in Handle_qfProcessInfo() 386 if (value.getAsInteger(0, uid)) in Handle_qfProcessInfo() 391 if (value.getAsInteger(0, gid)) in Handle_qfProcessInfo() 484 if (!value.getAsInteger(0, response_size)) { in Handle_qSpeedTest()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ |
| H A D | Distro.cpp | 83 if (!Data.split('.').first.getAsInteger(10, MajorVersion)) { in DetectDistro() 125 if (!SplitVer.first.getAsInteger(10, Version) && Version > 10) in DetectDistro()
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | DriverUtils.cpp | 108 if (S1.getAsInteger(0, *Addr)) in parseNumbers() 110 if (Size && !S2.empty() && S2.getAsInteger(0, *Size)) in parseNumbers() 119 if (S1.getAsInteger(0, *Major)) in parseVersion() 122 if (!S2.empty() && S2.getAsInteger(0, *Minor)) in parseVersion() 246 if (Align.getAsInteger(0, V)) { in parseAligncomm() 269 if (Arg.getAsInteger(0, Config->ManifestID)) in parseManifest() 557 if (Tok.substr(1).getAsInteger(0, Ord)) in parseExport()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/AsmParser/ |
| H A D | SparcAsmParser.cpp | 1009 && !name.substr(3).getAsInteger(10, intVal) in matchRegisterName() 1080 && !name.substr(3).getAsInteger(10, intVal) in matchRegisterName() 1090 && !name.substr(1).getAsInteger(10, intVal) in matchRegisterName() 1098 && !name.substr(1).getAsInteger(10, intVal) in matchRegisterName() 1105 && !name.substr(1).getAsInteger(10, intVal) in matchRegisterName() 1112 && !name.substr(1).getAsInteger(10, intVal) in matchRegisterName() 1120 && !name.substr(1, 2).getAsInteger(10, intVal) && intVal < 32) { in matchRegisterName() 1127 && !name.substr(1, 2).getAsInteger(10, intVal) in matchRegisterName() 1137 && !name.substr(1, 2).getAsInteger(10, intVal) && intVal < 31) { in matchRegisterName() 1145 && !name.substr(1).getAsInteger(10, intVal) in matchRegisterName()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndexYAML.h | 74 if (P.first.getAsInteger(0, Arg)) { 119 if (Key.getAsInteger(0, KeyInt)) { 209 if (Key.getAsInteger(0, KeyInt)) {
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | YAML.cpp | 48 StringRef((const char *)&Data[I], 2).getAsInteger(16, Byte); in writeAsBinary()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 274 if (option_arg.getAsInteger(0, m_count)) { in SetOptionValue() 282 if (option_arg.getAsInteger(0, m_start)) in SetOptionValue() 469 if (option_arg.getAsInteger(0, m_step_count)) in SetOptionValue() 490 if (option_arg.getAsInteger(0, m_end_line)) in SetOptionValue() 874 if (entry.ref.getAsInteger(0, thread_idx)) { in DoExecute() 1042 if (option_arg.getAsInteger(0, m_thread_idx)) { in SetOptionValue() 1049 if (option_arg.getAsInteger(0, m_frame_idx)) { in SetOptionValue() 1787 if (option_arg.getAsInteger(0, m_line_num)) in SetOptionValue() 1791 if (option_arg.getAsInteger(0, m_line_offset)) in SetOptionValue()
|
| H A D | CommandObjectPlatform.cpp | 91 if (option_arg.getAsInteger(8, m_permissions)) { in SetOptionValue() 667 if (option_arg.getAsInteger(0, m_offset)) in SetOptionValue() 672 if (option_arg.getAsInteger(0, m_count)) in SetOptionValue() 761 if (option_arg.getAsInteger(0, m_offset)) in SetOptionValue() 1270 success = !option_arg.getAsInteger(0, id); in SetOptionValue() 1447 if (entry.ref.getAsInteger(0, pid)) { in DoExecute() 1514 if (option_arg.getAsInteger(0, pid)) { in SetOptionValue() 1698 if (option_arg.getAsInteger(10, timeout_sec)) in SetOptionValue()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 455 if (!Name.getAsInteger(0, n)) in isValidGCCRegisterName() 498 if (!Name.getAsInteger(0, n)) { in getNormalizedGCCRegisterName() 643 .getAsInteger(10, i)) in validateInputConstraint()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | UriParser.cpp | 63 if (host_port.getAsInteger(0, port_value)) in Parse()
|