| /openbsd-src/gnu/llvm/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 | 7207 unsigned Radix; in parseDirectiveRadix() local
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | StringRef.cpp | 414 bool llvm::consumeUnsignedInteger(StringRef &Str, unsigned Radix, in consumeUnsignedInteger() 462 bool llvm::consumeSignedInteger(StringRef &Str, unsigned Radix, in consumeSignedInteger() 492 bool llvm::getAsUnsignedInteger(StringRef Str, unsigned Radix, in getAsUnsignedInteger() 502 bool llvm::getAsSignedInteger(StringRef Str, unsigned Radix, in getAsSignedInteger() 512 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger()
|
| H A D | APInt.cpp | 505 unsigned APInt::getSufficientBitsNeeded(StringRef Str, uint8_t Radix) { in getSufficientBitsNeeded() 2139 void APInt::toString(SmallVectorImpl<char> &Str, unsigned Radix, in toString()
|
| H A D | APFloat.cpp | 3014 unsigned Radix = 10; in convertFromStringSpecials() local
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 469 template <typename T> bool getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() 498 template <typename T> bool consumeInteger(unsigned Radix, T &Result) { in consumeInteger()
|
| H A D | StringExtras.h | 325 inline std::string toString(const APSInt &I, unsigned Radix) { in toString()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/MCParser/ |
| H A D | MCAsmLexer.h | 167 void setMasmDefaultRadix(unsigned Radix) { DefaultRadix = Radix; } in setMasmDefaultRadix()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-strings/ |
| H A D | llvm-strings.cpp | 78 static radix Radix; variable
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-size/ |
| H A D | llvm-size.cpp | 83 static RadixTy Radix; variable
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 1341 static bool alwaysFitsInto64Bits(unsigned Radix, unsigned NumDigits) { in alwaysFitsInto64Bits()
|
| /openbsd-src/gnu/usr.bin/gcc/contrib/ |
| H A D | paranoia.cc | 953 FLOAT Radix, BInvrse, RadixD2, BMinusU2; member
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 123 enum Radix { d, o, x }; enum
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Core.cpp | 1396 uint8_t Radix) { in LLVMConstIntOfString() 1402 unsigned SLen, uint8_t Radix) { in LLVMConstIntOfStringAndSize()
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
| H A D | llvm_ocaml.c | 887 LLVMValueRef llvm_const_int_of_string(LLVMTypeRef IntTy, value S, value Radix) { in llvm_const_int_of_string()
|