Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DFormatVariadic.cpp53 bool Failed = Spec.consumeInteger(0, Align); in consumeFieldLayout()
69 if (RepString.consumeInteger(0, Index)) { in parseReplacementItem()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DStringRefTest.cpp782 bool U8Success = Str.consumeInteger(0, U8); in TEST()
793 bool U16Success = Str.consumeInteger(0, U16); in TEST()
804 bool U32Success = Str.consumeInteger(0, U32); in TEST()
815 bool U64Success = Str.consumeInteger(0, U64); in TEST()
835 bool S8Success = Str.consumeInteger(0, S8); in TEST()
846 bool S16Success = Str.consumeInteger(0, S16); in TEST()
857 bool S32Success = Str.consumeInteger(0, S32); in TEST()
868 bool S64Success = Str.consumeInteger(0, S64); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.cpp171 S.consumeInteger(0, GITPtrHigh); in SIMachineFunctionInfo()
176 S.consumeInteger(0, HighBitsOf32BitAddress); in SIMachineFunctionInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptCppFilter.cpp81 if (Line.consumeInteger(10, N)) // Returns true to signify an error in parseLine()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DBytesOutputStyle.cpp45 if (Str.consumeInteger(0, Result.SI)) in parseStreamSpec()
49 if (Str.consumeInteger(0, Result.Begin)) in parseStreamSpec()
54 if (Str.consumeInteger(0, Result.Size)) in parseStreamSpec()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFormatProviders.h95 Str.consumeInteger(10, Default); in consumeNumHexDigits()
147 Style.consumeInteger(10, Digits);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFormatProviders.h95 Str.consumeInteger(10, Default); in consumeNumHexDigits()
147 Style.consumeInteger(10, Digits);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringRef.h528 consumeInteger(unsigned Radix, T &Result) { in consumeInteger() function
539 consumeInteger(unsigned Radix, T &Result) { in consumeInteger() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DStringRef.h531 consumeInteger(unsigned Radix, T &Result) { in consumeInteger() function
542 consumeInteger(unsigned Radix, T &Result) { in consumeInteger() function