| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointID.cpp | 75 if (input.consumeInteger(0, bp_id)) in ParseCanonicalReference() 80 if (input.consumeInteger(0, loc_id)) in ParseCanonicalReference()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FormatVariadic.cpp | 54 bool Failed = Spec.consumeInteger(0, Align); in consumeFieldLayout() 70 if (RepString.consumeInteger(0, Index)) { in parseReplacementItem()
|
| H A D | StringRef.cpp | 506 bool StringRef::consumeInteger(unsigned Radix, APInt &Result) { in consumeInteger() function in StringRef 589 if (Str.consumeInteger(Radix, Result)) in getAsInteger()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | VFABIDemangler.cpp | 96 if (ParseString.consumeInteger(10, VF)) in tryParseVLEN() 124 if (ParseString.consumeInteger(10, Pos)) in tryParseLinearTokenWithRuntimeStep() 190 if (ParseString.consumeInteger(10, LinearStep)) in tryParseCompileTimeLinearToken() 282 if (ParseString.consumeInteger(10, Val)) in tryParseAlign()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 290 if (!Version.consumeInteger(10, Ret.first) && Version.consume_front(".")) in parseBinutilsVersion() 291 Version.consumeInteger(10, Ret.second); in parseBinutilsVersion()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | BytesOutputStyle.cpp | 44 if (Str.consumeInteger(0, Result.SI)) in parseStreamSpec() 48 if (Str.consumeInteger(0, Result.Begin)) in parseStreamSpec() 53 if (Str.consumeInteger(0, Result.Size)) in parseStreamSpec()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | StringExtractorGDBRemote.cpp | 653 } else if (view.consumeInteger(16, pid) || pid == 0) { in GetPidTid() 672 } else if (view.consumeInteger(16, tid) || tid == 0 || pid == AllProcesses) { in GetPidTid()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FormatProviders.h | 95 Str.consumeInteger(10, Default); in consumeNumHexDigits() 147 Style.consumeInteger(10, Digits);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectRegexCommand.cpp | 42 if (part.consumeInteger(10, idx)) in SubstituteVariables()
|
| H A D | CommandObjectLog.cpp | 473 if (args[0].ref().consumeInteger(0, depth)) { in DoExecute()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupFormat.cpp | 107 gdb_format_str.consumeInteger(0, count); in SetOptionValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMachineFunction.cpp | 63 S.consumeInteger(0, GDSSize); in AMDGPUMachineFunction()
|
| H A D | SIMachineFunctionInfo.cpp | 158 S.consumeInteger(0, GITPtrHigh); in SIMachineFunctionInfo() 163 S.consumeInteger(0, HighBitsOf32BitAddress); in SIMachineFunctionInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 495 template <typename T> bool consumeInteger(unsigned Radix, T &Result) { in consumeInteger() function 533 bool consumeInteger(unsigned Radix, APInt &Result);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InsertPrefetch.cpp | 146 Name.consumeInteger(10, index); in findPrefetchInfo()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | Arena.cpp | 165 if (In.consumeInteger(10, At)) in parse()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llc/ |
| H A D | llc.cpp | 480 if (V.consumeInteger(10, Num) || Num == 0 || in compileModule() 482 (V.consume_front(".") && !V.consumeInteger(10, Num) && V.empty()))) { in compileModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUPALMetadata.cpp | 757 if (S.consumeInteger(0, Val)) { in setFromString()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.cpp | 135 if (!HvxVer.drop_front(5).consumeInteger(10, Ver) && Ver >= 68) in initializeSubtargetDependencies()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 163 if (LineRef.consumeInteger(10, USRLength)) in parseCrossTUIndexItem()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 444 if (!Expr.consumeInteger((AO == AllowedOperand::LegacyLiteral) ? 10 : 0, in parseNumericOperand() 639 if (FormatExpr.consumeInteger(10, Precision)) in parseNumericSubstitutionBlock() 1582 if (Rest.consumeInteger(10, Count)) in FindCheckType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MIRYamlMapping.h | 445 if (Num.consumeInteger(10, FI.FI))
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Cuda.cpp | 107 Line->consumeInteger(10, RawVersion); in parseCudaHFile()
|
| H A D | Clang.cpp | 4840 Triple.getArchName().substr(Offset).consumeInteger(10, Version); in ConstructJob() 5456 if (V1.consumeInteger(10, Size) || !V1.empty()) in ConstructJob() 5631 else if (!V.consumeInteger(10, Num) && Num > 0 && in ConstructJob() 5633 !V.consumeInteger(10, Num) && V.empty()))) in ConstructJob() 6521 else if (S.consumeInteger(10, Size) || in ConstructJob() 6523 S.consumeInteger(10, Offset) || !S.empty()))) in ConstructJob()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 2706 if (MangledName.consumeInteger(10, U)) in OMPTraitInfo() 2714 if (MangledName.consumeInteger(10, U)) in OMPTraitInfo()
|