Home
last modified time | relevance | path

Searched defs:unary_expr (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/syn/src/
Dexpr.rs1377 fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in unary_expr() function
1416 fn unary_expr(input: ParseStream) -> Result<Expr> { in unary_expr() function
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc3869 auto* unary_expr = in MaybeEmitCombinatorialValue() local