Searched defs:Radix (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/MC/MCParser/ |
D | AsmLexer.cpp | 201 unsigned Radix = doLookAhead(CurPtr, 10); in LexDigit() local 290 unsigned Radix = doLookAhead(CurPtr, 8); in LexDigit() local
|
/external/llvm/lib/Support/ |
D | StringRef.cpp | 321 bool llvm::getAsUnsignedInteger(StringRef Str, unsigned Radix, in getAsUnsignedInteger() 362 bool llvm::getAsSignedInteger(StringRef Str, unsigned Radix, in getAsSignedInteger() 388 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger()
|
D | APInt.cpp | 2124 void APInt::toString(SmallVectorImpl<char> &Str, unsigned Radix, in toString() 2246 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const { in toString()
|
/external/llvm/include/llvm/ADT/ |
D | StringRef.h | 331 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() 342 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger()
|
D | APSInt.h | 66 std::string toString(unsigned Radix) const { in toString()
|
/external/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 52 Radix("-radix", variable
|
/external/clang/lib/Lex/ |
D | LiteralSupport.cpp | 758 static bool alwaysFitsInto64Bits(unsigned Radix, unsigned NumDigits) { in alwaysFitsInto64Bits()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 636 uint8_t Radix) { in LLVMConstIntOfString() 642 unsigned SLen, uint8_t Radix) { in LLVMConstIntOfStringAndSize()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 629 value Radix) { in llvm_const_int_of_string()
|