Lines Matching defs:or
3 // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
4 // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
5 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
6 // option. This file may not be copied, modified, or distributed
11 //! `i64` or `f64`. Type casting is not supported. `i64` are converted to
49 /// The result of parsing a literal or evaluating an expression.
384 fn or(self, input: &'_ [Token]) -> CResult<'_, EvalResult> {
398 self.or(input)
511 /// Returns an error if the input is not a valid expression or if the token
512 /// stream contains comments, keywords or unknown identifiers.
523 /// on most function-like macros, or if the token stream contains comments,
524 /// keywords or unknown identifiers.
544 /// Returns an error if the input is not a valid expression or if the token
545 /// stream contains comments, keywords or identifiers.
556 /// on a function-like macro, or if the token stream contains comments,
557 /// keywords or identifiers.
568 /// Returns an error if the input is not a functional macro or if the token