Home
last modified time | relevance | path

Searched defs:unary_op (Results 1 – 4 of 4) sorted by relevance

/third_party/gn/src/gn/
Dparser.cc500 std::unique_ptr<UnaryOpNode> unary_op = std::make_unique<UnaryOpNode>(); in Not() local
/third_party/rust/crates/rust-cexpr/src/
Dexpr.rs268 fn unary_op(input: (&[u8], EvalResult)) -> Option<EvalResult> { in unary_op() function
/third_party/python/Python/
Dast_opt.c105 typedef PyObject *(*unary_op)(PyObject*); in fold_unaryop() typedef
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc3866 auto unary_op = ast::UnaryOp::kNegation; in MaybeEmitCombinatorialValue() local