| /freebsd/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/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | VFABIDemangling.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMIRFormatter.cpp | 106 if (!Src.consumeInteger(10, Dep)) in parseSDelayAluImmMnemonic() 150 if (Src.consumeInteger(10, Skip)) { in parseSDelayAluImmMnemonic()
|
| H A D | AMDGPUMachineFunction.cpp | 62 S.consumeInteger(0, GDSSize); in AMDGPUMachineFunction()
|
| H A D | SIMachineFunctionInfo.cpp | 164 S.consumeInteger(0, GITPtrHigh); in SIMachineFunctionInfo() 169 S.consumeInteger(0, HighBitsOf32BitAddress); in SIMachineFunctionInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FormatVariadic.cpp | 53 bool Failed = Spec.consumeInteger(0, Align); in consumeFieldLayout() 70 RepString.consumeInteger(0, Index); in parseReplacementItem()
|
| H A D | StringRef.cpp | 507 bool StringRef::consumeInteger(unsigned Radix, APInt &Result) { in consumeInteger() function in StringRef 590 if (Str.consumeInteger(Radix, Result)) in getAsInteger()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | VFABIDemangler.cpp | 98 if (ParseString.consumeInteger(10, VF)) in tryParseVLEN() 126 if (ParseString.consumeInteger(10, Pos)) in tryParseLinearTokenWithRuntimeStep() 192 if (ParseString.consumeInteger(10, LinearStep)) in tryParseCompileTimeLinearToken() 284 if (ParseString.consumeInteger(10, Val)) in tryParseAlign()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 331 if (!Version.consumeInteger(10, Ret.first) && Version.consume_front(".")) in parseBinutilsVersion() 332 Version.consumeInteger(10, Ret.second); in parseBinutilsVersion()
|
| /freebsd/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/contrib/llvm-project/lldb/source/Utility/ |
| H A D | StringExtractorGDBRemote.cpp | 651 } else if (view.consumeInteger(16, pid) || pid == 0) { in GetPidTid() 670 } else if (view.consumeInteger(16, tid) || tid == 0 || pid == AllProcesses) { in GetPidTid()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FormatProviders.h | 96 Str.consumeInteger(10, Default); in consumeNumHexDigits() 148 Style.consumeInteger(10, Digits);
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectRegexCommand.cpp | 42 if (part.consumeInteger(10, idx)) in SubstituteVariables()
|
| H A D | CommandObjectLog.cpp | 436 if (args[0].ref().consumeInteger(0, depth)) { in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupFormat.cpp | 107 gdb_format_str.consumeInteger(0, count); in SetOptionValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMP.cpp | 230 if (PrettyName.drop_front(LineIdx + 2).consumeInteger(10, LineNo)) in deconstructOpenMPKernelName()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 507 template <typename T> bool consumeInteger(unsigned Radix, T &Result) { in consumeInteger() function 545 LLVM_ABI bool consumeInteger(unsigned Radix, APInt &Result);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InsertPrefetch.cpp | 144 Name.consumeInteger(10, index); in findPrefetchInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | Arena.cpp | 165 if (In.consumeInteger(10, At)) in parse()
|
| /freebsd/contrib/llvm-project/llvm/tools/llc/ |
| H A D | llc.cpp | 472 if (V.consumeInteger(10, Num) || Num == 0 || in compileModule() 474 (V.consume_front(".") && !V.consumeInteger(10, Num) && V.empty()))) { in compileModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | RISCVISAInfo.cpp | 944 if (ExtName.consumeInteger(10, ZveELen)) in updateImpliedLengths() 961 if (ExtName.consumeInteger(10, ZvlLen)) in updateImpliedLengths()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUPALMetadata.cpp | 896 if (S.consumeInteger(0, Val)) { in setFromString()
|
| /freebsd/contrib/llvm-project/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 163 if (LineRef.consumeInteger(10, USRLength)) in parseCrossTUIndexItem()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.cpp | 130 if (!HvxVer.drop_front(5).consumeInteger(10, Ver) && Ver >= 68) in initializeSubtargetDependencies()
|
| /freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 487 if (!Expr.consumeInteger((AO == AllowedOperand::LegacyLiteral) ? 10 : 0, in parseNumericOperand() 682 if (FormatExpr.consumeInteger(10, Precision)) in parseNumericSubstitutionBlock() 1624 if (Rest.consumeInteger(10, Count)) in FindCheckType()
|