/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | AsmLexer.cpp | 302 static std::string radixName(unsigned Radix) { in radixName() 372 unsigned Radix = 0; in LexDigit() local 463 unsigned Radix = doHexLookAhead(CurPtr, 10, LexMasmIntegers); in LexDigit() local 550 unsigned Radix = doHexLookAhead(CurPtr, 8, LexMasmIntegers); in LexDigit() local
|
H A D | MasmParser.cpp | 6873 unsigned Radix; in parseDirectiveRadix() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | StringRef.cpp | 410 bool llvm::consumeUnsignedInteger(StringRef &Str, unsigned Radix, in consumeUnsignedInteger() 458 bool llvm::consumeSignedInteger(StringRef &Str, unsigned Radix, in consumeSignedInteger() 488 bool llvm::getAsUnsignedInteger(StringRef Str, unsigned Radix, in getAsUnsignedInteger() 498 bool llvm::getAsSignedInteger(StringRef Str, unsigned Radix, in getAsSignedInteger() 508 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger()
|
H A D | APInt.cpp | 2167 void APInt::toString(SmallVectorImpl<char> &Str, unsigned Radix, in toString() 2282 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const { in toString()
|
H A D | APFloat.cpp | 2863 unsigned Radix = 10; in convertFromStringSpecials() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 507 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() 518 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() 541 consumeInteger(unsigned Radix, T &Result) { in consumeInteger() 552 consumeInteger(unsigned Radix, T &Result) { in consumeInteger()
|
H A D | APSInt.h | 87 std::string toString(unsigned Radix) const { in toString()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-strings/ |
H A D | llvm-strings.cpp | 50 Radix("radix", cl::desc("print the offset within the file"), variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmLexer.h | 169 void setMasmDefaultRadix(unsigned Radix) { DefaultRadix = Radix; } in setMasmDefaultRadix()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-size/ |
H A D | llvm-size.cpp | 78 static cl::opt<RadixTy> Radix( variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 1001 static bool alwaysFitsInto64Bits(unsigned Radix, unsigned NumDigits) { in alwaysFitsInto64Bits()
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
H A D | paranoia.cc | 952 FLOAT Radix, BInvrse, RadixD2, BMinusU2; member
|
/netbsd-src/external/gpl3/gcc/dist/contrib/ |
H A D | paranoia.cc | 952 FLOAT Radix, BInvrse, RadixD2, BMinusU2; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 179 enum Radix { d, o, x }; enum
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Core.cpp | 1366 uint8_t Radix) { in LLVMConstIntOfString() 1372 unsigned SLen, uint8_t Radix) { in LLVMConstIntOfStringAndSize()
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | llvm_ocaml.c | 888 LLVMValueRef llvm_const_int_of_string(LLVMTypeRef IntTy, value S, value Radix) { in llvm_const_int_of_string()
|