Searched defs:Radix (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | StringRef.h | 359 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() 370 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger()
|
D | APSInt.h | 70 std::string toString(unsigned Radix) const { in toString()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmLexer.cpp | 257 unsigned Radix = doLookAhead(CurPtr, 10); in LexDigit() local 344 unsigned Radix = doLookAhead(CurPtr, 8); in LexDigit() local
|
/external/llvm/lib/Support/ |
D | StringRef.cpp | 378 bool llvm::getAsUnsignedInteger(StringRef Str, unsigned Radix, in getAsUnsignedInteger() 419 bool llvm::getAsSignedInteger(StringRef Str, unsigned Radix, in getAsSignedInteger() 445 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger()
|
D | APInt.cpp | 2143 void APInt::toString(SmallVectorImpl<char> &Str, unsigned Radix, in toString() 2264 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const { in toString()
|
/external/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 66 Radix("-radix", cl::desc("Print size in radix. Only 8, 10, and 16 are valid"), variable
|
/external/clang/lib/Lex/ |
D | LiteralSupport.cpp | 882 static bool alwaysFitsInto64Bits(unsigned Radix, unsigned NumDigits) { in alwaysFitsInto64Bits()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 848 uint8_t Radix) { in LLVMConstIntOfString() 854 unsigned SLen, uint8_t Radix) { in LLVMConstIntOfStringAndSize()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 736 value Radix) { in llvm_const_int_of_string()
|