Searched defs:Radix (Results 1 – 9 of 9) sorted by relevance
| /external/llvm/include/llvm/ADT/ |
| D | StringRef.h | 347 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() 358 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger()
|
| D | APSInt.h | 60 std::string toString(unsigned Radix) const { in toString()
|
| /external/llvm/lib/Support/ |
| D | StringRef.cpp | 339 bool llvm::getAsUnsignedInteger(StringRef Str, unsigned Radix, in getAsUnsignedInteger() 380 bool llvm::getAsSignedInteger(StringRef Str, unsigned Radix, in getAsSignedInteger() 406 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger()
|
| D | APInt.cpp | 2153 void APInt::toString(SmallVectorImpl<char> &Str, unsigned Radix, in toString() 2274 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) 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/tools/llvm-size/ |
| D | llvm-size.cpp | 65 Radix("-radix", cl::desc("Print size in radix. Only 8, 10, and 16 are valid"), variable
|
| /external/clang/lib/Lex/ |
| D | LiteralSupport.cpp | 886 static bool alwaysFitsInto64Bits(unsigned Radix, unsigned NumDigits) { in alwaysFitsInto64Bits()
|
| /external/llvm/lib/IR/ |
| D | Core.cpp | 832 uint8_t Radix) { in LLVMConstIntOfString() 838 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()
|