Searched refs:getAsInteger (Results 1 - 25 of 145) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.cpp137 Ops[1].getAsInteger(10, Op0);
138 Ops[2].getAsInteger(10, Op1);
139 Ops[3].getAsInteger(10, CRn);
140 Ops[4].getAsInteger(10, CRm);
141 Ops[5].getAsInteger(10, Op2);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h39 if (!ColSplit.second.getAsInteger(10, PSL.Column) &&
40 !LineSplit.second.getAsInteger(10, PSL.Line)) {
78 if (Split.first.getAsInteger(10, EndLine) ||
79 Split.second.getAsInteger(10, EndColumn)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DStatepoint.cpp67 if (!AttrID.getValueAsString().getAsInteger(10, StatepointID))
74 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes))
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DOptionUtils.cpp24 if (StringRef(A->getValue()).getAsInteger(Base, Res)) {
H A DDistro.cpp101 if (!Data.split('.').first.getAsInteger(10, MajorVersion)) {
147 if (!SplitVer.first.getAsInteger(10, Version) && Version > 10)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp107 if (option_arg.getAsInteger(0, max_depth)) {
115 if (option_arg.getAsInteger(0, elem_count)) {
123 if (option_arg.getAsInteger(0, ptr_depth)) {
133 else if (option_arg.getAsInteger(0, no_summary_depth)) {
H A DCommandHistory.cpp49 if (input_str.drop_front(1).getAsInteger(0, idx))
55 if (input_str.getAsInteger(0, idx))
H A DOptionArgParser.cpp157 if (!s.getAsInteger(0, addr)) {
164 if (!s.getAsInteger(16, addr)) {
223 if (!llvm::StringRef(str_offset).getAsInteger(0, offset)) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DLaneBitmask.h73 constexpr Type getAsInteger() const { return Mask; } function in struct:llvm::LaneBitmask
95 OS << format(LaneBitmask::FormatStr, LaneMask.getAsInteger());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp83 (void)LineStr.getAsInteger(10, Size);
95 (void)LineStr.getAsInteger(10, Alignment);
108 (void)LineStr.getAsInteger(10, Size);
118 (void)LineStr.getAsInteger(10, Alignment);
138 (void)LineStr.substr(0, Idx).getAsInteger(10, Offset);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DUriParser.cpp60 if (host_port.getAsInteger(0, port_value))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DCachePruning.cpp58 if (NumStr.getAsInteger(0, Num))
101 if (SizeStr.getAsInteger(0, Size))
126 if (Value.getAsInteger(0, Size))
131 if (Value.getAsInteger(0, Policy.MaxSizeFiles))
H A DDebugCounter.cpp79 if (CounterPair.second.getAsInteger(0, CounterVal)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTarget.cpp42 if (!PlatformStr.getAsInteger(10, RawValue))
H A DTextStubCommon.cpp182 if (Scalar.getAsInteger(10, Value))
197 if (Scalar.getAsInteger(10, Value))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp171 if (Tok.K != Identifier || Tok.Value.getAsInteger(10, *I))
257 Tok.Value.getAsInteger(10, E.Ordinal);
258 } else if (Tok.Value.drop_front().getAsInteger(10, E.Ordinal)) {
344 if (V1.getAsInteger(10, *Major))
348 else if (V2.getAsInteger(10, *Minor))
H A DArchive.cpp156 if (Name.substr(1).rtrim(' ').getAsInteger(10, StringOffset)) {
194 if (Name.substr(3).rtrim(' ').getAsInteger(10, NameLength)) {
229 sizeof(ArMemHdr->Size)).rtrim(" ").getAsInteger(10, Ret)) {
247 sizeof(ArMemHdr->AccessMode)).rtrim(' ').getAsInteger(8, Ret)) {
267 .getAsInteger(10, Seconds)) {
288 if (User.getAsInteger(10, Ret)) {
307 if (Group.getAsInteger(10, Ret)) {
378 if (Name.substr(3).rtrim(' ').getAsInteger(10, NameSize)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectQuit.cpp86 if (arg.getAsInteger(/*autodetect radix*/ 0, exit_code)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp59 if (name.getAsInteger(10, variable_id))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpTypes.cpp50 if (!line.getAsInteger(10, result.pid))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp312 if (Result.drop_back().getAsInteger(Radix, Value))
340 if (Result.getAsInteger(Radix, Value))
374 if (Result.substr(2).getAsInteger(2, Value))
400 if (StringRef(TokStart, CurPtr - TokStart).getAsInteger(0, Result))
419 if (Result.getAsInteger(Radix, Value))
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp79 if (s1.getAsInteger(0, *addr))
81 if (size && !s2.empty() && s2.getAsInteger(0, *size))
90 if (s1.getAsInteger(0, *major))
93 if (!s2.empty() && s2.getAsInteger(0, *minor))
219 if (align.getAsInteger(0, v)) {
231 if (arg.getAsInteger(0, config->functionPadMin))
263 if (arg.getAsInteger(0, config->manifestID))
572 if (tok.substr(1).getAsInteger(0, ord))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp1010 && !name.substr(3).getAsInteger(10, intVal)
1081 && !name.substr(3).getAsInteger(10, intVal)
1091 && !name.substr(1).getAsInteger(10, intVal)
1099 && !name.substr(1).getAsInteger(10, intVal)
1106 && !name.substr(1).getAsInteger(10, intVal)
1113 && !name.substr(1).getAsInteger(10, intVal)
1121 && !name.substr(1, 2).getAsInteger(10, intVal) && intVal < 32) {
1128 && !name.substr(1, 2).getAsInteger(10, intVal)
1138 && !name.substr(1, 2).getAsInteger(10, intVal) && intVal < 31) {
1146 && !name.substr(1).getAsInteger(1
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp76 if (Input.substr(n1 + 1, n2 - n1 - 1).getAsInteger(10, NumSamples))
78 if (Input.substr(n2 + 1).getAsInteger(10, NumHeadSamples))
110 if (Loc.getAsInteger(10, LineOffset) || !isOffsetLegal(LineOffset))
114 if (Loc.substr(0, n2).getAsInteger(10, LineOffset))
116 if (Loc.substr(n2 + 1).getAsInteger(10, Discriminator))
125 if (Rest.getAsInteger(10, NumSamples))
128 if (Rest.substr(0, n3).getAsInteger(10, NumSamples))
161 if (!WordAfterColon.getAsInteger(10, count))
182 if (Rest.substr(n3 + 1).getAsInteger(10, NumSamples))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h73 if (P.first.getAsInteger(0, Arg)) {
118 if (Key.getAsInteger(0, KeyInt)) {
209 if (Key.getAsInteger(0, KeyInt)) {

Completed in 258 milliseconds

123456