| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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 | 156 if (Name.substr(1).rtrim(' ').getAsInteger(10, StringOffset)) { in getName() 194 if (Name.substr(3).rtrim(' ').getAsInteger(10, NameLength)) { in getName() 229 sizeof(ArMemHdr->Size)).rtrim(" ").getAsInteger(10, Ret)) { in getSize() 247 sizeof(ArMemHdr->AccessMode)).rtrim(' ').getAsInteger(8, Ret)) { in getAccessMode() 267 .getAsInteger(10, Seconds)) { in getLastModified() 288 if (User.getAsInteger(10, Ret)) { in getUID() 307 if (Group.getAsInteger(10, Ret)) { in getGID() 378 if (Name.substr(3).rtrim(' ').getAsInteger(10, NameSize)) { in Child()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/llvm-jitlink-executor/ |
| H A D | llvm-jitlink-executor.cpp | 122 if (FD1Str.getAsInteger(10, InFD)) in main() 124 if (FD2Str.getAsInteger(10, OutFD)) in main() 131 if (PortStr.getAsInteger(10, Port)) in main()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| H A D | Host.cpp | 276 I.ltrim("\t :").getAsInteger(0, Variant); in getHostCPUNameForARM() 282 I.ltrim("\t :").getAsInteger(0, Part); in getHostCPUNameForARM() 334 if (!Lines[I].drop_front(Pos).getAsInteger(10, Id)) { in getHostCPUNameForS390x() 1342 Val.getAsInteger(10, CurProcessor); in computeHostNumPhysicalCores() 1344 Val.getAsInteger(10, CurPhysicalId); in computeHostNumPhysicalCores() 1346 Val.getAsInteger(10, CurSiblings); in computeHostNumPhysicalCores() 1348 Val.getAsInteger(10, CurCoreId); in computeHostNumPhysicalCores()
|
| H A D | JSON.cpp | 55 return V->getAsInteger(); in getInteger() 192 return L.getAsInteger() == R.getAsInteger(); in operator ==() 752 OS << *V.getAsInteger(); in value() 907 if (!Options.empty() && Options.getAsInteger(/*Radix=*/10, IndentAmount)) in format()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
| H A D | PerfReader.cpp | 440 Addresses[0].substr(2).getAsInteger(16, Src); in extractLBRStack() 441 Addresses[1].substr(2).getAsInteger(16, Dst); in extractLBRStack() 487 if (FrameStr.getAsInteger(16, FrameAddr)) { in extractCallstack() 607 Fields[PID].getAsInteger(10, Event.PID); in parseMMap2Event() 608 Fields[BASE_ADDRESS].getAsInteger(0, Event.BaseAddress); in parseMMap2Event() 609 Fields[MMAPPED_SIZE].getAsInteger(0, Event.Size); in parseMMap2Event() 610 Fields[PAGE_OFFSET].getAsInteger(0, Event.Offset); in parseMMap2Event()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | LaneBitmask.h | 73 constexpr Type getAsInteger() const { return Mask; } in getAsInteger() function 95 OS << format(LaneBitmask::FormatStr, LaneMask.getAsInteger()); in PrintLaneMask()
|
| /netbsd-src/external/apache2/llvm/dist/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 | Distro.cpp | 137 if (!Data.split('.').first.getAsInteger(10, MajorVersion)) { in DetectDistro() 185 if (!SplitVer.first.getAsInteger(10, Version) && Version > 10) in DetectDistro()
|
| H A D | OptionUtils.cpp | 24 if (StringRef(A->getValue()).getAsInteger(Base, Res)) { in getLastArgIntValueImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 77 if (Input.substr(n1 + 1, n2 - n1 - 1).getAsInteger(10, NumSamples)) in ParseHead() 79 if (Input.substr(n2 + 1).getAsInteger(10, NumHeadSamples)) in ParseHead() 98 return !CFGInfo.getAsInteger(10, FunctionHash); in parseMetadata() 103 return !Attrib.getAsInteger(10, Attributes); in parseMetadata() 146 if (Loc.getAsInteger(10, LineOffset) || !isOffsetLegal(LineOffset)) in ParseLine() 150 if (Loc.substr(0, n2).getAsInteger(10, LineOffset)) in ParseLine() 152 if (Loc.substr(n2 + 1).getAsInteger(10, Discriminator)) in ParseLine() 161 if (Rest.getAsInteger(10, NumSamples)) in ParseLine() 164 if (Rest.substr(0, n3).getAsInteger(10, NumSamples)) in ParseLine() 197 if (!WordAfterColon.getAsInteger(10, count)) in ParseLine() [all …]
|
| H A D | InstrProfReader.cpp | 190 if ((Str).getAsInteger(10, (Dst))) \ in readValueProfileData() 202 if (Line->getAsInteger(10, NumValueKinds)) { in readValueProfileData() 270 if ((Line++)->getAsInteger(0, Record.Hash)) in readNextRecord() 277 if ((Line++)->getAsInteger(10, NumCounters)) in readNextRecord() 289 if ((Line++)->getAsInteger(10, Count)) in readNextRecord()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/AsmParser/ |
| H A D | SparcAsmParser.cpp | 1129 && !name.substr(3).getAsInteger(10, intVal) in matchRegisterName() 1200 && !name.substr(3).getAsInteger(10, intVal) in matchRegisterName() 1210 && !name.substr(1).getAsInteger(10, intVal) in matchRegisterName() 1218 && !name.substr(1).getAsInteger(10, intVal) in matchRegisterName() 1225 && !name.substr(1).getAsInteger(10, intVal) in matchRegisterName() 1232 && !name.substr(1).getAsInteger(10, intVal) in matchRegisterName() 1240 && !name.substr(1, 2).getAsInteger(10, intVal) && intVal < 32) { in matchRegisterName() 1247 && !name.substr(1, 2).getAsInteger(10, intVal) in matchRegisterName() 1257 && !name.substr(1, 2).getAsInteger(10, intVal) && intVal < 31) { in matchRegisterName() 1265 && !name.substr(1).getAsInteger(10, intVal) in matchRegisterName()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/ |
| H A D | TestSupport.cpp | 350 if (Matches[2].drop_front().getAsInteger(10, ColumnOffset)) in findTestSelectionRanges() 366 if (EndLocMatches[1].drop_front().getAsInteger(10, EndLineOffset) || in findTestSelectionRanges() 367 EndLocMatches[2].getAsInteger(10, EndColumn)) in findTestSelectionRanges()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/ |
| H A D | TextStubCommon.cpp | 195 if (Scalar.getAsInteger(10, Value)) in input() 210 if (Scalar.getAsInteger(10, Value)) in input()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndexYAML.h | 74 if (P.first.getAsInteger(0, Arg)) { 119 if (Key.getAsInteger(0, KeyInt)) { 211 if (Key.getAsInteger(0, KeyInt)) {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Remarks/ |
| H A D | HotnessThresholdParser.h | 36 if (Arg.getAsInteger(10, Val)) in parseHotnessThresholdOption()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-report/ |
| H A D | OptReport.cpp | 203 Arg.Val.getAsInteger(10, VectorizationFactor); in readLocationInfo() 205 Arg.Val.getAsInteger(10, InterleaveCount); in readLocationInfo() 207 Arg.Val.getAsInteger(10, UnrollCount); in readLocationInfo()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/diagtool/ |
| H A D | FindDiagnosticID.cpp | 22 if(!Name.getAsInteger(0, DiagID)) { in getNameFromID()
|