Home
last modified time | relevance | path

Searched defs:logical_or_expression (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dexpression.c905 static struct token *logical_or_expression(struct token *token, struct expression **tree) in logical_or_expression() function
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h241 rule_type logical_or_expression; member
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl.cc2773 Maybe<const ast::Expression*> ParserImpl::logical_or_expression() { in logical_or_expression() function in tint::reader::wgsl::ParserImpl