Home
last modified time | relevance | path

Searched refs:consumeInteger (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointID.cpp75 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 DVFABIDemangling.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMIRFormatter.cpp107 if (!Src.consumeInteger(10, Dep)) in parseSDelayAluImmMnemonic()
151 if (Src.consumeInteger(10, Skip)) { in parseSDelayAluImmMnemonic()
H A DAMDGPUMachineFunction.cpp62 S.consumeInteger(0, GDSSize); in AMDGPUMachineFunction()
H A DSIMachineFunctionInfo.cpp160 S.consumeInteger(0, GITPtrHigh); in SIMachineFunctionInfo()
165 S.consumeInteger(0, HighBitsOf32BitAddress); in SIMachineFunctionInfo()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFormatVariadic.cpp54 bool Failed = Spec.consumeInteger(0, Align); in consumeFieldLayout()
70 if (RepString.consumeInteger(0, Index)) { in parseReplacementItem()
H A DStringRef.cpp506 bool StringRef::consumeInteger(unsigned Radix, APInt &Result) { in consumeInteger() function in StringRef
589 if (Str.consumeInteger(Radix, Result)) in getAsInteger()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp310 if (!Version.consumeInteger(10, Ret.first) && Version.consume_front(".")) in parseBinutilsVersion()
311 Version.consumeInteger(10, Ret.second); in parseBinutilsVersion()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp44 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 DStringExtractorGDBRemote.cpp653 } else if (view.consumeInteger(16, pid) || pid == 0) { in GetPidTid()
672 } else if (view.consumeInteger(16, tid) || tid == 0 || pid == AllProcesses) { in GetPidTid()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatProviders.h96 Str.consumeInteger(10, Default); in consumeNumHexDigits()
148 Style.consumeInteger(10, Digits);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegexCommand.cpp42 if (part.consumeInteger(10, idx)) in SubstituteVariables()
H A DCommandObjectLog.cpp437 if (args[0].ref().consumeInteger(0, depth)) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp107 gdb_format_str.consumeInteger(0, count); in SetOptionValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h484 template <typename T> bool consumeInteger(unsigned Radix, T &Result) { in consumeInteger() function
522 bool consumeInteger(unsigned Radix, APInt &Result);
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp147 Name.consumeInteger(10, index); in findPrefetchInfo()
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp477 if (V.consumeInteger(10, Num) || Num == 0 || in compileModule()
479 (V.consume_front(".") && !V.consumeInteger(10, Num) && V.empty()))) { in compileModule()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp909 if (ExtName.consumeInteger(10, ZveELen)) in updateImpliedLengths()
926 if (ExtName.consumeInteger(10, ZvlLen)) in updateImpliedLengths()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp859 if (S.consumeInteger(0, Val)) { in setFromString()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp131 if (!HvxVer.drop_front(5).consumeInteger(10, Ver) && Ver >= 68) in initializeSubtargetDependencies()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp450 if (!Expr.consumeInteger((AO == AllowedOperand::LegacyLiteral) ? 10 : 0, in parseNumericOperand()
645 if (FormatExpr.consumeInteger(10, Precision)) in parseNumericSubstitutionBlock()
1584 if (Rest.consumeInteger(10, Count)) in FindCheckType()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h445 if (Num.consumeInteger(10, FI.FI))
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp111 Line->consumeInteger(10, RawVersion); in parseCudaHFile()
H A DClang.cpp5080 Triple.getArchName().substr(Offset).consumeInteger(10, Version); in ConstructJob()
5711 if (V1.consumeInteger(10, Size) || !V1.empty()) in ConstructJob()
5896 else if (!V.consumeInteger(10, Num) && Num > 0 && in ConstructJob()
5898 !V.consumeInteger(10, Num) && V.empty()))) in ConstructJob()
6738 else if (S.consumeInteger(10, Size) || in ConstructJob()
6740 S.consumeInteger(10, Offset) || !S.empty()))) in ConstructJob()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2708 if (MangledName.consumeInteger(10, U)) in OMPTraitInfo()
2716 if (MangledName.consumeInteger(10, U)) in OMPTraitInfo()

12