Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStringRef.cpp408 bool llvm::consumeUnsignedInteger(StringRef &Str, unsigned Radix, in consumeUnsignedInteger()
456 bool llvm::consumeSignedInteger(StringRef &Str, unsigned Radix, in consumeSignedInteger()
486 bool llvm::getAsUnsignedInteger(StringRef Str, unsigned Radix, in getAsUnsignedInteger()
496 bool llvm::getAsSignedInteger(StringRef Str, unsigned Radix, in getAsSignedInteger()
506 bool StringRef::consumeInteger(unsigned Radix, APInt &Result) { in consumeInteger()
587 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger()
H A DAPInt.cpp513 unsigned APInt::getSufficientBitsNeeded(StringRef Str, uint8_t Radix) { in getSufficientBitsNeeded()
2134 void APInt::toString(SmallVectorImpl<char> &Str, unsigned Radix, bool Signed, in toString()
H A DAPFloat.cpp3201 unsigned Radix = 10; in convertFromStringSpecials() local
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp303 static std::string radixName(unsigned Radix) { in radixName()
373 unsigned Radix = 0; in LexDigit() local
464 unsigned Radix = doHexLookAhead(CurPtr, 10, LexMasmIntegers); in LexDigit() local
551 unsigned Radix = doHexLookAhead(CurPtr, 8, LexMasmIntegers); in LexDigit() local
H A DMasmParser.cpp7176 unsigned Radix; in parseDirectiveRadix() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h455 template <typename T> bool getAsInteger(unsigned Radix, T &Result) const { in getAsInteger()
484 template <typename T> bool consumeInteger(unsigned Radix, T &Result) { in consumeInteger()
H A DStringExtras.h340 inline std::string toString(const APSInt &I, unsigned Radix) { in toString()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h167 void setMasmDefaultRadix(unsigned Radix) { DefaultRadix = Radix; } in setMasmDefaultRadix()
/freebsd/contrib/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp80 static radix Radix; global() variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp84 static RadixTy Radix; global() variable
[all...]
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1448 static bool alwaysFitsInto64Bits(unsigned Radix, unsigned NumDigits) { in alwaysFitsInto64Bits()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp85 unsigned Radix; in getMatchingString() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp119 enum Radix { d, o, x }; enum
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1549 uint8_t Radix) { in LLVMConstIntOfString()
1555 unsigned SLen, uint8_t Radix) { in LLVMConstIntOfStringAndSize()