Home
last modified time | relevance | path

Searched refs:unary_op (Results 1 - 5 of 5) sorted by relevance

/third_party/gn/src/gn/
H A Dparser.cc500 std::unique_ptr<UnaryOpNode> unary_op = std::make_unique<UnaryOpNode>(); in Not() local
501 unary_op->set_op(token); in Not()
502 unary_op->set_operand(std::move(expr)); in Not()
503 return unary_op; in Not()
/third_party/rust/crates/rust-cexpr/src/
H A Dexpr.rs268 fn unary_op(input: (&[u8], EvalResult)) -> Option<EvalResult> { in unary_op() functions
300 unary_op, in unary()
/third_party/python/Python/
H A Dast_opt.c105 typedef PyObject *(*unary_op)(PyObject*); in fold_unaryop() typedef
106 static const unary_op ops[] = { in fold_unaryop()
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
H A Dcontainer.h587 UnaryOp&& unary_op) { in c_transform()
590 std::forward<UnaryOp>(unary_op)); in c_transform()
586 c_transform(const InputSequence& input, OutputIterator output, UnaryOp&& unary_op) c_transform() argument
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc3866 auto unary_op = ast::UnaryOp::kNegation; in MaybeEmitCombinatorialValue() local
3867 if (GetUnaryOp(opcode, &unary_op)) { in MaybeEmitCombinatorialValue()
3870 create<ast::UnaryOpExpression>(Source{}, unary_op, arg0.expr); in MaybeEmitCombinatorialValue()

Completed in 15 milliseconds