|
mini-llvm 0.1.0
|
#include <cstdint>
Go to the source code of this file.
Namespaces | |
| namespace | mini_llvm |
Functions | |
| constexpr bool | mini_llvm::isAsciiPrintable (char ch) noexcept |
| constexpr bool | mini_llvm::isAsciiUpper (char ch) noexcept |
| constexpr bool | mini_llvm::isAsciiLower (char ch) noexcept |
| constexpr bool | mini_llvm::isAsciiLetter (char ch) noexcept |
| constexpr bool | mini_llvm::isAsciiDigit (char ch) noexcept |
| constexpr bool | mini_llvm::isAsciiLetterOrDigit (char ch) noexcept |
| constexpr bool | mini_llvm::isAsciiHexDigit (char ch) noexcept |
| constexpr char | mini_llvm::toAsciiLower (char ch) noexcept |
| constexpr char | mini_llvm::toAsciiUpper (char ch) noexcept |