| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/Utils/ |
| H A D | AArch64BaseInfo.cpp | 160 Ops[1].getAsInteger(10, Op0); in parseGenericRegister() 161 Ops[2].getAsInteger(10, Op1); in parseGenericRegister() 162 Ops[3].getAsInteger(10, CRn); in parseGenericRegister() 163 Ops[4].getAsInteger(10, CRm); in parseGenericRegister() 164 Ops[5].getAsInteger(10, Op2); in parseGenericRegister()
|
| /openbsd-src/gnu/llvm/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() 86 if (Split.first.getAsInteger(10, EndLine) || in fromString() 87 Split.second.getAsInteger(10, EndColumn)) { in fromString()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | OptionGroupValueObjectDisplay.cpp | 103 if (option_arg.getAsInteger(0, max_depth)) { in SetOptionValue() 113 if (option_arg.getAsInteger(0, elem_count)) { in SetOptionValue() 121 if (option_arg.getAsInteger(0, ptr_depth)) { in SetOptionValue() 131 else if (option_arg.getAsInteger(0, no_summary_depth)) { in SetOptionValue()
|
| H A D | OptionArgParser.cpp | 158 if (!s.getAsInteger(0, addr)) { in ToAddress() 169 if (!s.getAsInteger(16, addr)) { in ToAddress() 228 if (!llvm::StringRef(str_offset).getAsInteger(0, offset)) { in ToAddress()
|
| H A D | CommandHistory.cpp | 46 if (input_str.drop_front(1).getAsInteger(0, idx)) in FindString() 52 if (input_str.getAsInteger(0, idx)) in FindString()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Statepoint.cpp | 30 if (!AttrID.getValueAsString().getAsInteger(10, StatepointID)) in parseStatepointDirectivesFromAttrs() 36 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes)) in parseStatepointDirectivesFromAttrs()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/ |
| H A D | PerfReader.cpp | 546 if (Records[0].getAsInteger(16, LeadingAddr)) { in extractLBRStack() 568 if (Addresses.size() < 2 || Addresses[0].substr(2).getAsInteger(16, Src) || in extractLBRStack() 569 Addresses[1].substr(2).getAsInteger(16, Dst)) { in extractLBRStack() 605 if (FrameStr.getAsInteger(16, FrameAddr)) { in extractCallstack() 800 if (TraceIt.getCurrentLine().ltrim().getAsInteger(10, Num)) in readSampleCounters() 815 if (LineSplit.second.empty() || LineSplit.second.getAsInteger(10, Count)) in readSampleCounters() 821 if (Range.second.empty() || Range.first.getAsInteger(16, Source) || in readSampleCounters() 822 Range.second.getAsInteger(16, Target)) in readSampleCounters() 921 if (!TraceIt.getCurrentLine().getAsInteger(10, Count)) in parseAggregatedCount() 965 Fields[PID].getAsInteger(10, MMap.PID); in extractMMap2EventForBinary() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | COFFModuleDefinition.cpp | 164 if (Tok.K != Identifier || Tok.Value.getAsInteger(10, *I)) in readAsInt() 250 Tok.Value.getAsInteger(10, E.Ordinal); in parseExport() 251 } else if (Tok.Value.drop_front().getAsInteger(10, E.Ordinal)) { in parseExport() 337 if (V1.getAsInteger(10, *Major)) in parseVersion() 341 else if (V2.getAsInteger(10, *Minor)) in parseVersion()
|
| H A D | Archive.cpp | 177 if (RawField.getAsInteger(10, Value)) { in getArchiveMemberDecField() 195 if (RawField.getAsInteger(8, Value)) { in getArchiveMemberOctField() 273 if (Name.substr(1).rtrim(' ').getAsInteger(10, StringOffset)) { in getName() 312 if (Name.substr(3).rtrim(' ').getAsInteger(10, NameLength)) { in getName() 521 if (RawNameSize.getAsInteger(10, NameSize)) { in Child() 1177 if (RawOffset.getAsInteger(10, FirstChildOffset)) in BigArchive() 1183 if (RawOffset.getAsInteger(10, LastChildOffset)) in BigArchive() 1191 if (RawOffset.getAsInteger(10, GlobSymOffset)) in BigArchive() 1217 if (RawOffset.getAsInteger(10, Size)) { in BigArchive()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/llvm-jitlink-executor/ |
| H A D | llvm-jitlink-executor.cpp | 141 if (FD1Str.getAsInteger(10, InFD)) in main() 143 if (FD2Str.getAsInteger(10, OutFD)) in main() 150 if (PortStr.getAsInteger(10, Port)) in main()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | CommandObjectTraceStartIntelPT.cpp | 50 if (option_arg.empty() || option_arg.getAsInteger(0, psb_period) || in SetOptionValue() 132 if (option_arg.empty() || option_arg.getAsInteger(0, psb_period) || in SetOptionValue() 199 if (number_part.getAsInteger(10, parsed_number)) { in ParseUserFriendlySizeExpression()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | CachePruning.cpp | 59 if (NumStr.getAsInteger(0, Num)) in parseDuration() 102 if (SizeStr.getAsInteger(0, Size)) in parseCachePruningPolicy() 127 if (Value.getAsInteger(0, Size)) in parseCachePruningPolicy() 132 if (Value.getAsInteger(0, Policy.MaxSizeFiles)) in parseCachePruningPolicy()
|
| H A D | RISCVISAInfo.cpp | 391 if (!MajorStr.empty() && MajorStr.getAsInteger(10, Major)) in getExtensionVersion() 396 if (!MinorStr.empty() && MinorStr.getAsInteger(10, Minor)) in getExtensionVersion() 536 if (MinorVersionStr.getAsInteger(10, MinorVersion)) in parseNormalizedArchString() 555 if (MajorVersionStr.getAsInteger(10, MajorVersion)) in parseNormalizedArchString() 1016 if (!ExtName.getAsInteger(10, ZvlLen)) in updateMinVLen() 1034 ExtName.getAsInteger(10, ZveELen); in updateMaxELen()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | LaneBitmask.h | 74 constexpr Type getAsInteger() const { return Mask; } in getAsInteger() function 94 OS << format(LaneBitmask::FormatStr, LaneMask.getAsInteger()); in PrintLaneMask()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
| H A D | AsmLexer.cpp | 405 if (Result.drop_back().getAsInteger(Radix, Value)) in LexDigit() 425 if (Result.getAsInteger(DefaultRadix, Value)) { in LexDigit() 440 if (StringRef(NumStart, CurPtr - NumStart).getAsInteger(16, Result)) in LexDigit() 453 if (StringRef(NumStart, CurPtr - NumStart).getAsInteger(2, Result)) in LexDigit() 479 if (Result.getAsInteger(Radix, Value)) in LexDigit() 509 if (Result.substr(2).getAsInteger(2, Value)) in LexDigit() 535 if (StringRef(TokStart, CurPtr - TokStart).getAsInteger(0, Result)) in LexDigit() 553 if (Result.getAsInteger(Radix, Value)) in LexDigit()
|
| /openbsd-src/gnu/llvm/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() 176 if (s.getAsInteger(0, v)) { in parsePDBPageSize() 236 if (align.getAsInteger(0, v)) { in parseAligncomm() 249 if (arg.getAsInteger(0, ctx.config.functionPadMin)) in parseFunctionPadMin() 282 if (arg.getAsInteger(0, ctx.config.manifestID)) in parseManifest() 599 if (tok.substr(1).getAsInteger(0, ord)) in parseExport()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 67 if (option_arg.getAsInteger(0, m_count)) { in SetOptionValue() 74 if (option_arg.getAsInteger(0, m_start)) in SetOptionValue() 153 if (copy_args[idx].ref().getAsInteger(0, count_val)) in GetRepeatCommand() 160 if (copy_args[idx].ref().getAsInteger(0, start_val)) in GetRepeatCommand() 292 if (option_arg.getAsInteger(0, m_step_count)) in SetOptionValue() 308 if (option_arg.getAsInteger(0, m_end_line)) in SetOptionValue() 694 if (entry.ref().getAsInteger(0, thread_idx)) { in DoExecute() 838 if (option_arg.getAsInteger(0, m_thread_idx)) { in SetOptionValue() 845 if (option_arg.getAsInteger(0, m_frame_idx)) { in SetOptionValue() 1622 if (option_arg.getAsInteger(0, m_line_num)) in SetOptionValue() [all …]
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 1043 if (!major.getAsInteger(0, m_gdb_server_version)) in GetGDBServerVersion() 1217 if (!value.getAsInteger(0, cpu)) in GetHostInfo() 1221 if (!value.getAsInteger(0, sub)) in GetHostInfo() 1261 if (!value.getAsInteger(0, pointer_byte_size)) in GetHostInfo() 1264 if (!value.getAsInteger(0, m_addressing_bits)) in GetHostInfo() 1286 if (!value.getAsInteger(0, timeout_seconds)) { in GetHostInfo() 1293 if (!value.getAsInteger(0, page_size)) { in GetHostInfo() 1541 if (!value.getAsInteger(16, addr_value)) in GetMemoryRegionInfo() 1544 if (!value.getAsInteger(16, addr_value)) { in GetMemoryRegionInfo() 1803 value.getAsInteger(0, m_num_supported_hardware_watchpoints); in GetWatchpointSupportInfo() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/AsmParser/ |
| H A D | SparcAsmParser.cpp | 1237 !name.substr(3).getAsInteger(10, intVal) && intVal > 0 && intVal < 32) { in matchRegisterName() 1307 !name.substr(3).getAsInteger(10, intVal) && intVal < 4) { in matchRegisterName() 1316 !name.substr(1).getAsInteger(10, intVal) && intVal < 8) { in matchRegisterName() 1323 !name.substr(1).getAsInteger(10, intVal) && intVal < 8) { in matchRegisterName() 1329 !name.substr(1).getAsInteger(10, intVal) && intVal < 8) { in matchRegisterName() 1335 !name.substr(1).getAsInteger(10, intVal) && intVal < 8) { in matchRegisterName() 1342 !name.substr(1, 2).getAsInteger(10, intVal) && intVal < 32) { in matchRegisterName() 1349 !name.substr(1, 2).getAsInteger(10, intVal) && intVal >= 32 && in matchRegisterName() 1359 !name.substr(1, 2).getAsInteger(10, intVal) && intVal < 31) { in matchRegisterName() 1367 !name.substr(1).getAsInteger(10, intVal) && intVal < 32) { in matchRegisterName()
|
| /openbsd-src/gnu/llvm/llvm/lib/TextAPI/ |
| H A D | TextStubCommon.cpp | 195 if (Scalar.getAsInteger(10, Value)) in input() 210 if (Scalar.getAsInteger(10, Value)) in input()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Remarks/ |
| H A D | HotnessThresholdParser.h | 36 if (Arg.getAsInteger(10, Val)) in parseHotnessThresholdOption()
|
| /openbsd-src/gnu/llvm/clang/tools/clang-refactor/ |
| H A D | TestSupport.cpp | 351 if (Matches[2].drop_front().getAsInteger(10, ColumnOffset)) in findTestSelectionRanges() 367 if (EndLocMatches[1].drop_front().getAsInteger(10, EndLineOffset) || in findTestSelectionRanges() 368 EndLocMatches[2].getAsInteger(10, EndColumn)) in findTestSelectionRanges()
|