| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/ |
| H A D | AArch64BaseInfo.cpp | 144 Ops[1].getAsInteger(10, Op0); in parseGenericRegister() 145 Ops[2].getAsInteger(10, Op1); in parseGenericRegister() 146 Ops[3].getAsInteger(10, CRn); in parseGenericRegister() 147 Ops[4].getAsInteger(10, CRm); in parseGenericRegister() 148 Ops[5].getAsInteger(10, Op2); in parseGenericRegister()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | CommandObjectTraceStartIntelPT.cpp | 36 if (option_arg.empty() || option_arg.getAsInteger(0, thread_buffer_size) || in SetOptionValue() 50 if (option_arg.empty() || option_arg.getAsInteger(0, psb_period) || in SetOptionValue() 102 if (option_arg.empty() || option_arg.getAsInteger(0, thread_buffer_size) || in SetOptionValue() 113 option_arg.getAsInteger(0, process_buffer_size_limit) || in SetOptionValue() 127 if (option_arg.empty() || option_arg.getAsInteger(0, psb_period) || in SetOptionValue()
|
| H A D | TraceIntelPT.cpp | 153 columns[1].getAsInteger(10, cpu_family)) in GetCPUInfoForLiveProcess() 156 else if (columns[0].contains("model") && columns[1].getAsInteger(10, model)) in GetCPUInfoForLiveProcess() 160 columns[1].getAsInteger(10, stepping)) in GetCPUInfoForLiveProcess()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CommandLineSourceLoc.h | 39 if (!ColSplit.second.getAsInteger(10, PSL.Column) && in FromString() 40 !LineSplit.second.getAsInteger(10, PSL.Line)) { in FromString() 85 if (Split.first.getAsInteger(10, EndLine) || in fromString() 86 Split.second.getAsInteger(10, EndColumn)) { in fromString()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | LayoutOverrideSource.cpp | 83 (void)LineStr.getAsInteger(10, Size); in LayoutOverrideSource() 95 (void)LineStr.getAsInteger(10, Alignment); in LayoutOverrideSource() 108 (void)LineStr.getAsInteger(10, Size); in LayoutOverrideSource() 118 (void)LineStr.getAsInteger(10, Alignment); in LayoutOverrideSource() 138 (void)LineStr.substr(0, Idx).getAsInteger(10, Offset); in LayoutOverrideSource()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupValueObjectDisplay.cpp | 103 if (option_arg.getAsInteger(0, max_depth)) { in SetOptionValue() 111 if (option_arg.getAsInteger(0, elem_count)) { in SetOptionValue() 119 if (option_arg.getAsInteger(0, ptr_depth)) { in SetOptionValue() 129 else if (option_arg.getAsInteger(0, no_summary_depth)) { in SetOptionValue()
|
| H A D | OptionArgParser.cpp | 157 if (!s.getAsInteger(0, addr)) { in ToAddress() 164 if (!s.getAsInteger(16, addr)) { in ToAddress() 223 if (!llvm::StringRef(str_offset).getAsInteger(0, offset)) { in ToAddress()
|
| H A D | CommandHistory.cpp | 45 if (input_str.drop_front(1).getAsInteger(0, idx)) in FindString() 51 if (input_str.getAsInteger(0, idx)) in FindString()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Statepoint.cpp | 33 if (!AttrID.getValueAsString().getAsInteger(10, StatepointID)) in parseStatepointDirectivesFromAttrs() 40 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes)) in parseStatepointDirectivesFromAttrs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | COFFModuleDefinition.cpp | 171 if (Tok.K != Identifier || Tok.Value.getAsInteger(10, *I)) in readAsInt() 257 Tok.Value.getAsInteger(10, E.Ordinal); in parseExport() 258 } else if (Tok.Value.drop_front().getAsInteger(10, E.Ordinal)) { in parseExport() 344 if (V1.getAsInteger(10, *Major)) in parseVersion() 348 else if (V2.getAsInteger(10, *Minor)) in parseVersion()
|
| H A D | Archive.cpp | 155 if (Name.substr(1).rtrim(' ').getAsInteger(10, StringOffset)) { in getName() 194 if (Name.substr(3).rtrim(' ').getAsInteger(10, NameLength)) { in getName() 231 .getAsInteger(10, Ret)) { in getSize() 253 .getAsInteger(8, Ret)) { in getAccessMode() 275 .getAsInteger(10, Seconds)) { in getLastModified() 298 if (User.getAsInteger(10, Ret)) { in getUID() 318 if (Group.getAsInteger(10, Ret)) { in getGID() 390 if (Name.substr(3).rtrim(' ').getAsInteger(10, NameSize)) { in Child()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | CachePruning.cpp | 58 if (NumStr.getAsInteger(0, Num)) in parseDuration() 101 if (SizeStr.getAsInteger(0, Size)) in parseCachePruningPolicy() 126 if (Value.getAsInteger(0, Size)) in parseCachePruningPolicy() 131 if (Value.getAsInteger(0, Policy.MaxSizeFiles)) in parseCachePruningPolicy()
|
| /freebsd-13.1/contrib/llvm-project/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-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmLexer.cpp | 404 if (Result.drop_back().getAsInteger(Radix, Value)) in LexDigit() 424 if (Result.getAsInteger(DefaultRadix, Value)) { in LexDigit() 439 if (StringRef(NumStart, CurPtr - NumStart).getAsInteger(16, Result)) in LexDigit() 452 if (StringRef(NumStart, CurPtr - NumStart).getAsInteger(2, Result)) in LexDigit() 478 if (Result.getAsInteger(Radix, Value)) in LexDigit() 508 if (Result.substr(2).getAsInteger(2, Value)) in LexDigit() 534 if (StringRef(TokStart, CurPtr - TokStart).getAsInteger(0, Result)) in LexDigit() 552 if (Result.getAsInteger(Radix, Value)) in LexDigit()
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | DriverUtils.cpp | 80 if (s1.getAsInteger(0, *addr)) in parseNumbers() 82 if (size && !s2.empty() && s2.getAsInteger(0, *size)) in parseNumbers() 91 if (s1.getAsInteger(10, *major)) in parseVersion() 94 if (!s2.empty() && s2.getAsInteger(10, *minor)) in parseVersion() 228 if (align.getAsInteger(0, v)) { in parseAligncomm() 241 if (arg.getAsInteger(0, config->functionPadMin)) in parseFunctionPadMin() 273 if (arg.getAsInteger(0, config->manifestID)) in parseManifest() 583 if (tok.substr(1).getAsInteger(0, ord)) in parseExport()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ |
| H A D | XRayArgs.cpp | 84 if (S.getAsInteger(0, InstructionThreshold) || InstructionThreshold < 0) in XRayArgs() 191 if (S.getAsInteger(0, XRayFunctionGroups) || XRayFunctionGroups < 1) in XRayArgs() 198 if (S.getAsInteger(0, XRaySelectedFunctionGroup) || in XRayArgs()
|
| H A D | OptionUtils.cpp | 24 if (StringRef(A->getValue()).getAsInteger(Base, Res)) { in getLastArgIntValueImpl()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 1975 value.getAsInteger(0, pid); in DecodeProcessInfoResponse() 1979 value.getAsInteger(0, pid); in DecodeProcessInfoResponse() 1983 value.getAsInteger(0, uid); in DecodeProcessInfoResponse() 1987 value.getAsInteger(0, uid); in DecodeProcessInfoResponse() 1991 value.getAsInteger(0, gid); in DecodeProcessInfoResponse() 1995 value.getAsInteger(0, gid); in DecodeProcessInfoResponse() 2030 value.getAsInteger(0, cpu); in DecodeProcessInfoResponse() 2032 value.getAsInteger(0, sub); in DecodeProcessInfoResponse() 2587 value.getAsInteger(0, port); in LaunchGDBServer() 2589 value.getAsInteger(0, pid); in LaunchGDBServer() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 66 if (option_arg.getAsInteger(0, m_count)) { in SetOptionValue() 74 if (option_arg.getAsInteger(0, m_start)) in SetOptionValue() 250 if (option_arg.getAsInteger(0, m_step_count)) in SetOptionValue() 266 if (option_arg.getAsInteger(0, m_end_line)) in SetOptionValue() 658 if (entry.ref().getAsInteger(0, thread_idx)) { in DoExecute() 810 if (option_arg.getAsInteger(0, m_thread_idx)) { in SetOptionValue() 817 if (option_arg.getAsInteger(0, m_frame_idx)) { in SetOptionValue() 1528 if (option_arg.getAsInteger(0, m_line_num)) in SetOptionValue() 1532 if (option_arg.getAsInteger(0, m_line_offset)) in SetOptionValue() 1659 if (option_arg.getAsInteger(0, tid)) in SetOptionValue() [all …]
|
| H A D | CommandObjectPlatform.cpp | 74 if (option_arg.getAsInteger(8, m_permissions)) { in SetOptionValue() 619 if (option_arg.getAsInteger(0, m_offset)) in SetOptionValue() 624 if (option_arg.getAsInteger(0, m_count)) in SetOptionValue() 708 if (option_arg.getAsInteger(0, m_offset)) in SetOptionValue() 1189 success = !option_arg.getAsInteger(0, id); in SetOptionValue() 1373 if (entry.ref().getAsInteger(0, pid)) { in DoExecute() 1430 if (option_arg.getAsInteger(0, pid)) { in SetOptionValue() 1564 if (option_arg.getAsInteger(10, timeout_sec)) in SetOptionValue()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Remarks/ |
| H A D | HotnessThresholdParser.h | 36 if (Arg.getAsInteger(10, Val)) in parseHotnessThresholdOption()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 87 if (Input.substr(n1 + 1, n2 - n1 - 1).getAsInteger(10, NumSamples)) in ParseHead() 89 if (Input.substr(n2 + 1).getAsInteger(10, NumHeadSamples)) in ParseHead() 108 return !CFGInfo.getAsInteger(10, FunctionHash); in parseMetadata() 113 return !Attrib.getAsInteger(10, Attributes); in parseMetadata() 156 if (Loc.getAsInteger(10, LineOffset) || !isOffsetLegal(LineOffset)) in ParseLine() 160 if (Loc.substr(0, n2).getAsInteger(10, LineOffset)) in ParseLine() 162 if (Loc.substr(n2 + 1).getAsInteger(10, Discriminator)) in ParseLine() 171 if (Rest.getAsInteger(10, NumSamples)) in ParseLine() 174 if (Rest.substr(0, n3).getAsInteger(10, NumSamples)) in ParseLine() 207 if (!WordAfterColon.getAsInteger(10, count)) in ParseLine() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
| H A D | SparcAsmParser.cpp | 1129 !name.substr(3).getAsInteger(10, intVal) && intVal > 0 && intVal < 32) { in matchRegisterName() 1199 !name.substr(3).getAsInteger(10, intVal) && intVal < 4) { in matchRegisterName() 1208 !name.substr(1).getAsInteger(10, intVal) && intVal < 8) { in matchRegisterName() 1215 !name.substr(1).getAsInteger(10, intVal) && intVal < 8) { in matchRegisterName() 1221 !name.substr(1).getAsInteger(10, intVal) && intVal < 8) { in matchRegisterName() 1227 !name.substr(1).getAsInteger(10, intVal) && intVal < 8) { in matchRegisterName() 1234 !name.substr(1, 2).getAsInteger(10, intVal) && intVal < 32) { in matchRegisterName() 1241 !name.substr(1, 2).getAsInteger(10, intVal) && intVal >= 32 && in matchRegisterName() 1251 !name.substr(1, 2).getAsInteger(10, intVal) && intVal < 31) { in matchRegisterName() 1259 !name.substr(1).getAsInteger(10, intVal) && intVal < 32) { in matchRegisterName()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/ |
| H A D | CommandObjectThreadTraceExportCTF.cpp | 32 if (option_arg.empty() || option_arg.getAsInteger(0, thread_index) || in SetOptionValue()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | TextStubCommon.cpp | 195 if (Scalar.getAsInteger(10, Value)) in input() 210 if (Scalar.getAsInteger(10, Value)) in input()
|