Searched refs:consumeInteger (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | FormatVariadic.cpp | 53 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/ |
D | StringRefTest.cpp | 782 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/ |
D | SIMachineFunctionInfo.cpp | 171 S.consumeInteger(0, GITPtrHigh); in SIMachineFunctionInfo() 176 S.consumeInteger(0, HighBitsOf32BitAddress); in SIMachineFunctionInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/ |
D | ResourceScriptCppFilter.cpp | 81 if (Line.consumeInteger(10, N)) // Returns true to signify an error in parseLine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | BytesOutputStyle.cpp | 45 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/ |
D | FormatProviders.h | 95 Str.consumeInteger(10, Default); in consumeNumHexDigits() 147 Style.consumeInteger(10, Digits);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | FormatProviders.h | 95 Str.consumeInteger(10, Default); in consumeNumHexDigits() 147 Style.consumeInteger(10, Digits);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringRef.h | 528 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/ |
D | StringRef.h | 531 consumeInteger(unsigned Radix, T &Result) { in consumeInteger() function 542 consumeInteger(unsigned Radix, T &Result) { in consumeInteger() function
|