Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DStringRef.h343 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger()
354 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger()
DAPSInt.h60 std::string toString(unsigned Radix) const { in toString()
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp257 unsigned Radix = doLookAhead(CurPtr, 10); in LexDigit() local
344 unsigned Radix = doLookAhead(CurPtr, 8); in LexDigit() local
/external/llvm/lib/Support/
DStringRef.cpp339 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()
DAPInt.cpp2125 void APInt::toString(SmallVectorImpl<char> &Str, unsigned Radix, in toString()
2247 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const { in toString()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp65 Radix("-radix", cl::desc("Print size in radix. Only 8, 10, and 16 are valid"), variable
/external/clang/lib/Lex/
DLiteralSupport.cpp891 static bool alwaysFitsInto64Bits(unsigned Radix, unsigned NumDigits) { in alwaysFitsInto64Bits()
/external/llvm/lib/IR/
DCore.cpp738 uint8_t Radix) { in LLVMConstIntOfString()
744 unsigned SLen, uint8_t Radix) { in LLVMConstIntOfStringAndSize()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c722 value Radix) { in llvm_const_int_of_string()