mini-llvm 0.1.0
Loading...
Searching...
No Matches
Ascii.h File Reference
#include <cstdint>
Include dependency graph for Ascii.h:

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