Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/lib/MC/MCParser/
DAsmLexer.cpp294 static std::string radixName(unsigned Radix) { in radixName()
364 unsigned Radix = 0; in LexDigit() local
426 unsigned Radix = doHexLookAhead(CurPtr, 10, LexMasmIntegers); in LexDigit() local
510 unsigned Radix = doHexLookAhead(CurPtr, 8, LexMasmIntegers); in LexDigit() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringRef.h494 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger()
505 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger()
528 consumeInteger(unsigned Radix, T &Result) { in consumeInteger()
539 consumeInteger(unsigned Radix, T &Result) { in consumeInteger()
/external/llvm-project/llvm/lib/Support/
DStringRef.cpp410 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()
DAPInt.cpp2167 void APInt::toString(SmallVectorImpl<char> &Str, unsigned Radix, in toString()
2282 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const { in toString()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringRef.h499 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger()
510 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger()
533 consumeInteger(unsigned Radix, T &Result) { in consumeInteger()
544 consumeInteger(unsigned Radix, T &Result) { in consumeInteger()
DAPSInt.h87 std::string toString(unsigned Radix) const { in toString()
/external/llvm-project/llvm/include/llvm/ADT/
DStringRef.h511 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger()
522 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger()
545 consumeInteger(unsigned Radix, T &Result) { in consumeInteger()
556 consumeInteger(unsigned Radix, T &Result) { in consumeInteger()
DAPSInt.h87 std::string toString(unsigned Radix) const { in toString()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmLexer.cpp299 unsigned Radix = 0; in LexDigit() local
328 unsigned Radix = doHexLookAhead(CurPtr, 10, LexMasmIntegers); in LexDigit() local
416 unsigned Radix = doHexLookAhead(CurPtr, 8, LexMasmIntegers); in LexDigit() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DStringRef.cpp416 bool llvm::consumeUnsignedInteger(StringRef &Str, unsigned Radix, in consumeUnsignedInteger()
464 bool llvm::consumeSignedInteger(StringRef &Str, unsigned Radix, in consumeSignedInteger()
494 bool llvm::getAsUnsignedInteger(StringRef Str, unsigned Radix, in getAsUnsignedInteger()
504 bool llvm::getAsSignedInteger(StringRef Str, unsigned Radix, in getAsSignedInteger()
514 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger()
DAPInt.cpp2168 void APInt::toString(SmallVectorImpl<char> &Str, unsigned Radix, in toString()
2283 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const { in toString()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DStringRef.cpp425 bool llvm::consumeUnsignedInteger(StringRef &Str, unsigned Radix, in consumeUnsignedInteger()
473 bool llvm::consumeSignedInteger(StringRef &Str, unsigned Radix, in consumeSignedInteger()
503 bool llvm::getAsUnsignedInteger(StringRef Str, unsigned Radix, in getAsUnsignedInteger()
513 bool llvm::getAsSignedInteger(StringRef Str, unsigned Radix, in getAsSignedInteger()
523 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger()
DAPInt.cpp2121 void APInt::toString(SmallVectorImpl<char> &Str, unsigned Radix, in toString()
2242 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const { in toString()
/external/llvm/include/llvm/ADT/
DStringRef.h366 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger()
377 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger()
DAPSInt.h70 std::string toString(unsigned Radix) const { in toString()
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp260 unsigned Radix = doLookAhead(CurPtr, 10); in LexDigit() local
347 unsigned Radix = doLookAhead(CurPtr, 8); in LexDigit() local
/external/llvm/lib/Support/
DStringRef.cpp378 bool llvm::getAsUnsignedInteger(StringRef Str, unsigned Radix, in getAsUnsignedInteger()
419 bool llvm::getAsSignedInteger(StringRef Str, unsigned Radix, in getAsSignedInteger()
445 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger()
DAPInt.cpp2147 void APInt::toString(SmallVectorImpl<char> &Str, unsigned Radix, in toString()
2268 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const { in toString()
/external/llvm-project/llvm/tools/llvm-strings/
Dllvm-strings.cpp50 Radix("radix", cl::desc("print the offset within the file"), variable
/external/llvm-project/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h163 void setMasmDefaultRadix(unsigned Radix) { DefaultRadix = Radix; } in setMasmDefaultRadix()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp73 Radix("-radix", cl::desc("Print size in radix. Only 8, 10, and 16 are valid"), variable
/external/llvm-project/llvm/tools/llvm-size/
Dllvm-size.cpp78 static cl::opt<RadixTy> Radix( variable
/external/clang/lib/Lex/
DLiteralSupport.cpp895 static bool alwaysFitsInto64Bits(unsigned Radix, unsigned NumDigits) { in alwaysFitsInto64Bits()
/external/llvm-project/clang/lib/Lex/
DLiteralSupport.cpp981 static bool alwaysFitsInto64Bits(unsigned Radix, unsigned NumDigits) { in alwaysFitsInto64Bits()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp142 enum Radix { d, o, x }; enum

12