/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmLexer.cpp | 303 static std::string radixName(unsigned Radix) { in radixName() argument 373 unsigned Radix = 0; in LexDigit() local 464 unsigned Radix = doHexLookAhead(CurPtr, 10, LexMasmIntegers); LexDigit() local 551 unsigned Radix = doHexLookAhead(CurPtr, 8, LexMasmIntegers); LexDigit() local [all...] |
H A D | MasmParser.cpp | 7176 unsigned Radix; parseDirectiveRadix() local
|
/llvm-project/llvm/lib/Support/ |
H A D | StringRef.cpp | 408 consumeUnsignedInteger(StringRef & Str,unsigned Radix,unsigned long long & Result) consumeUnsignedInteger() argument 456 consumeSignedInteger(StringRef & Str,unsigned Radix,long long & Result) consumeSignedInteger() argument 486 getAsUnsignedInteger(StringRef Str,unsigned Radix,unsigned long long & Result) getAsUnsignedInteger() argument 496 getAsSignedInteger(StringRef Str,unsigned Radix,long long & Result) getAsSignedInteger() argument 506 consumeInteger(unsigned Radix,APInt & Result) consumeInteger() argument 587 getAsInteger(unsigned Radix,APInt & Result) const getAsInteger() argument [all...] |
H A D | APInt.cpp | 513 getSufficientBitsNeeded(StringRef Str,uint8_t Radix) getSufficientBitsNeeded() argument 2134 toString(SmallVectorImpl<char> & Str,unsigned Radix,bool Signed,bool formatAsCLiteral,bool UpperCase,bool InsertSeparators) const toString() argument [all...] |
H A D | APFloat.cpp | 3195 unsigned Radix = 10; convertFromStringSpecials() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 463 getAsInteger(unsigned Radix,T & Result) getAsInteger() argument 492 consumeInteger(unsigned Radix,T & Result) consumeInteger() argument [all...] |
H A D | StringExtras.h | 340 toString(const APSInt & I,unsigned Radix) toString() argument
|
/llvm-project/llvm/tools/llvm-strings/ |
H A D | llvm-strings.cpp | 73 static radix Radix; global() variable
|
/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmLexer.h | 167 void setMasmDefaultRadix(unsigned Radix) { DefaultRadix = Radix; } in setMasmDefaultRadix()
|
/llvm-project/llvm/tools/llvm-size/ |
H A D | llvm-size.cpp | 75 static RadixTy Radix; global() variable [all...] |
/llvm-project/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 1448 alwaysFitsInto64Bits(unsigned Radix,unsigned NumDigits) alwaysFitsInto64Bits() argument
|
/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 85 unsigned Radix; in getMatchingString() local
|
/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 119 enum Radix { d, o, x }; global() enum
|
/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 1533 LLVMConstIntOfString(LLVMTypeRef IntTy,const char Str[],uint8_t Radix) LLVMConstIntOfString() argument 1539 LLVMConstIntOfStringAndSize(LLVMTypeRef IntTy,const char Str[],unsigned SLen,uint8_t Radix) LLVMConstIntOfStringAndSize() argument
|
/llvm-project/llvm/bindings/ocaml/llvm/ |
H A D | llvm_ocaml.c | 1022 llvm_const_int_of_string(value IntTy,value S,value Radix) llvm_const_int_of_string() argument
|