Home
last modified time | relevance | path

Searched defs:Radix (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp201 unsigned Radix = doLookAhead(CurPtr, 10); in LexDigit() local
290 unsigned Radix = doLookAhead(CurPtr, 8); in LexDigit() local
/external/llvm/lib/Support/
DStringRef.cpp321 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()
DAPInt.cpp2124 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/
DStringRef.h331 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger()
342 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger()
DAPSInt.h66 std::string toString(unsigned Radix) const { in toString()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp52 Radix("-radix", variable
/external/clang/lib/Lex/
DLiteralSupport.cpp758 static bool alwaysFitsInto64Bits(unsigned Radix, unsigned NumDigits) { in alwaysFitsInto64Bits()
/external/llvm/lib/IR/
DCore.cpp636 uint8_t Radix) { in LLVMConstIntOfString()
642 unsigned SLen, uint8_t Radix) { in LLVMConstIntOfStringAndSize()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c629 value Radix) { in llvm_const_int_of_string()