/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | StringRef.cpp | 408 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 D | APInt.cpp | 513 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 D | APFloat.cpp | 3201 unsigned Radix = 10; in convertFromStringSpecials() local
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmLexer.cpp | 303 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 D | MasmParser.cpp | 7176 unsigned Radix; in parseDirectiveRadix() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 455 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 D | StringExtras.h | 340 inline std::string toString(const APSInt &I, unsigned Radix) { in toString()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmLexer.h | 167 void setMasmDefaultRadix(unsigned Radix) { DefaultRadix = Radix; } in setMasmDefaultRadix()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-strings/ |
H A D | llvm-strings.cpp | 80 static radix Radix; global() variable
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/ |
H A D | llvm-size.cpp | 84 static RadixTy Radix; global() variable [all...] |
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 1448 static bool alwaysFitsInto64Bits(unsigned Radix, unsigned NumDigits) { in alwaysFitsInto64Bits()
|
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 85 unsigned Radix; in getMatchingString() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 119 enum Radix { d, o, x }; enum
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 1549 uint8_t Radix) { in LLVMConstIntOfString() 1555 unsigned SLen, uint8_t Radix) { in LLVMConstIntOfStringAndSize()
|