Home
last modified time | relevance | path

Searched defs:unary (Results 1 – 25 of 29) sorted by relevance

12

/third_party/typescript/tests/cases/compiler/
DinterfaceMergedUnconstrainedNoErrorIrrespectiveOfOrder.ts8 unary(): Function<() => ReturnType<T>>; method
14 unary(): Function<() => ReturnType<T>>; method
/third_party/boost/boost/spirit/home/classic/core/composite/
Dcomposite.hpp56 class unary : public BaseT class
66 unary(param_t subj_) in unary() function in boost::spirit::unary
69 unary(BaseT const& base, param_t subj_) in unary() function in boost::spirit::unary
/third_party/boost/boost/geometry/util/
Dcalculation_type.hpp115 struct unary struct
123 >::type type;
/third_party/boost/libs/spirit/example/x3/calc/calc9/
Dast.hpp65 struct unary struct
67 optoken operator_;
68 operand operand_;
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc8/
Dast.hpp68 struct unary struct
70 optoken operator_;
71 operand operand_;
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dast.hpp54 struct unary struct
56 token_ids::type operator_;
57 operand operand_;
Dids.hpp18 unary = 0x40000, enumerator
/third_party/boost/libs/locale/src/shared/
Dmo_lambda.cpp29 struct unary : public plural struct
31 unary(plural_ptr ptr) : in unary() argument
36 plural_ptr op1;
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/mini_c/
Dast.hpp70 struct unary struct
72 optoken operator_;
73 operand operand_;
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Ddiscrete_distribution_test.cc89 absl::discrete_distribution<int> unary(0, 1.0, 9.0, fn); in TYPED_TEST() local
94 absl::discrete_distribution<int> unary(2, 1.0, 9.0, fn); in TYPED_TEST() local
/third_party/abseil-cpp/absl/random/
Ddiscrete_distribution_test.cc89 absl::discrete_distribution<int> unary(0, 1.0, 9.0, fn); in TYPED_TEST() local
94 absl::discrete_distribution<int> unary(2, 1.0, 9.0, fn); in TYPED_TEST() local
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure1/
Dast.hpp120 struct unary struct
122 optoken operator_;
123 operand operand_;
/third_party/skia/third_party/externals/tint/src/ast/
Dtraverse_expressions.h120 } else if (auto* unary = expr->As<UnaryOpExpression>()) { in TraverseExpressions() local
/third_party/skia/third_party/externals/tint/src/transform/
Dsimplify_pointers.cc97 if (auto* unary = op.expr->As<ast::UnaryOpExpression>()) { in Reduce() local
/third_party/ffmpeg/libavcodec/
Dttaenc.c110 uint32_t k, unary, outval; in tta_encode_frame() local
Dtta.c268 uint32_t unary, depth, k; in tta_decode_frame() local
/third_party/boost/libs/fusion/test/functional/
Dinvoke_procedure.cpp65 int unary(int & i) { return i = data + 3; } in unary() function in members
176 int unary(int & i) { return i = 17; } in unary() function
Dinvoke.cpp139 int unary(int i) { return 17 + i; } in unary() function
183 int unary(int i) { return data + 3 + i; } in unary() function in members
/third_party/mingw-w64/mingw-w64-libraries/libmangle/src/
Dm_token.h200 union uMToken *unary; /**< Pointer to leaf element. */ member
234 sMToken_Unary unary; /**< Unary node token. */ member
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dids.hpp18 unary = 0x40000, enumerator
/third_party/python/Doc/reference/
Dexpressions.rst1140 .. _unary: target in The power operator
/third_party/skia/third_party/externals/tint/src/inspector/
Dinspector.cc911 if (auto* unary = tint::As<ast::UnaryOpExpression>(expr)) { in GetOriginatingResources() local
/third_party/boost/libs/qvm/doc/
Dqvm.adoc1828 [[quat_minus]]
2765 [[vec_minus]]
3319 [[mat_minus]]
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.cc1130 } else if (auto* unary = expr->As<ast::UnaryOpExpression>()) { in Expression() local
1896 sem::Expression* Resolver::UnaryOp(const ast::UnaryOpExpression* unary) { in UnaryOp()
/third_party/libxkbcommon/src/xkbcomp/
Dast.h254 ExprUnary unary; member

12