| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | VFABIDemangling.cpp | 81 if (ParseString.consumeInteger(10, VF)) in tryParseVLEN() 109 if (ParseString.consumeInteger(10, Pos)) in tryParseLinearTokenWithRuntimeStep() 173 if (ParseString.consumeInteger(10, LinearStep)) in tryParseCompileTimeLinearToken() 264 if (ParseString.consumeInteger(10, Val)) in tryParseAlign()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | FormatVariadic.cpp | 53 bool Failed = Spec.consumeInteger(0, Align); in consumeFieldLayout() 69 if (RepString.consumeInteger(0, Index)) { in parseReplacementItem()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 241 if (!Version.consumeInteger(10, Ret.first) && Version.consume_front(".")) in parseBinutilsVersion() 242 Version.consumeInteger(10, Ret.second); in parseBinutilsVersion()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
| H A D | ResourceScriptCppFilter.cpp | 80 if (Line.consumeInteger(10, N)) // Returns true to signify an error in parseLine()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | FormatProviders.h | 94 Str.consumeInteger(10, Default); in consumeNumHexDigits() 146 Style.consumeInteger(10, Digits);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineFunctionInfo.cpp | 179 S.consumeInteger(0, GITPtrHigh); in SIMachineFunctionInfo() 184 S.consumeInteger(0, HighBitsOf32BitAddress); in SIMachineFunctionInfo() 188 S.consumeInteger(0, GDSSize); in SIMachineFunctionInfo()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 541 consumeInteger(unsigned Radix, T &Result) { in consumeInteger() function 552 consumeInteger(unsigned Radix, T &Result) { in consumeInteger() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86InsertPrefetch.cpp | 140 Name.consumeInteger(10, index); in findPrefetchInfo()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/ |
| H A D | llc.cpp | 461 if (V.consumeInteger(10, Num) || Num == 0 || in compileModule() 463 (V.consume_front(".") && !V.consumeInteger(10, Num) && V.empty()))) { in compileModule()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUPALMetadata.cpp | 734 if (S.consumeInteger(0, Val)) { in setFromString()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| H A D | BenchmarkResult.cpp | 117 return !String.consumeInteger(16, Value); in tryDeserializeIntegerOperand()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 597 if (!Expr.consumeInteger((AO == AllowedOperand::LegacyLiteral) ? 10 : 0, in parseNumericOperand() 602 if (AO == AllowedOperand::Any && !Expr.consumeInteger(0, SignedLiteralValue)) in parseNumericOperand() 795 if (FormatExpr.consumeInteger(10, Precision)) in parseNumericSubstitutionBlock() 1725 if (Rest.consumeInteger(10, Count)) in FindCheckType()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MIRYamlMapping.h | 417 if (Num.consumeInteger(10, FI.FI))
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | Cuda.cpp | 102 Line->consumeInteger(10, RawVersion); in parseCudaHFile()
|
| H A D | Clang.cpp | 4335 Triple.getArchName().substr(Offset).consumeInteger(10, Version); in ConstructJob() 5008 else if (!V.consumeInteger(10, Num) && Num > 0 && in ConstructJob() 5010 !V.consumeInteger(10, Num) && V.empty()))) in ConstructJob() 5754 else if (S.consumeInteger(10, Size) || in ConstructJob() 5756 S.consumeInteger(10, Offset) || !S.empty()))) in ConstructJob()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 2132 Arch.consumeInteger(10, major); in parseDirectiveAttribute() 2134 Arch.consumeInteger(10, minor); in parseDirectiveAttribute()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 2393 if (MangledName.consumeInteger(10, U)) in OMPTraitInfo() 2401 if (MangledName.consumeInteger(10, U)) in OMPTraitInfo()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
| H A D | Driver.cpp | 5444 if (Str.consumeInteger(10, Major)) in GetReleaseVersion() 5453 if (Str.consumeInteger(10, Minor)) in GetReleaseVersion() 5461 if (Str.consumeInteger(10, Micro)) in GetReleaseVersion() 5482 if (Str.consumeInteger(10, Digit)) in GetReleaseVersion()
|