Lines Matching defs:literal
19 pub mod literal;
188 /// A single literal character that matches exactly this character.
249 /// Creates a literal HIR expression.
251 /// If the given literal has a `Byte` variant with an ASCII byte, then this
254 pub fn literal(lit: Literal) -> Hir {
674 /// Return true if and only if this HIR is a simple literal. This is only
684 /// Return true if and only if this HIR is either a simple literal or an
740 /// The high-level intermediate representation of a literal.
742 /// A literal corresponds to a single character, where a character is either
755 /// Returns true if and only if this literal corresponds to a Unicode
2250 Hir::literal(Literal::Byte(b'a'));