Home
last modified time | relevance | path

Searched defs:exprs (Results 1 – 25 of 2663) sorted by relevance

12345678910>>...107

/dports/devel/erlang-gpb/gpb-4.3.3/src/
H A Dgpb_codegen.hrl37 -define(exprs(X1, Transforms), macro
40 -define(exprs(X1, X2, Transforms), macro
43 -define(exprs(X1, X2, X3, Transforms), macro
46 -define(exprs(X1, X2, X3, X4, Transforms), macro
49 -define(exprs(X1, X2, X3, X4, X5, Transforms), macro
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/tests/Array/
H A DNewArrayListTests.cs991 Expression[][] exprs = new Expression[array.Length][]; field in System.Linq.Expressions.Tests.NewArrayListTests.__anon1
1041 Expression[][] exprs = new Expression[array.Length][]; field in System.Linq.Expressions.Tests.NewArrayListTests
1091 Expression[][] exprs = new Expression[array.Length][]; field
1112 private static void VerifyBoolArrayList(bool[] val, Expression[] exprs, bool useInterpreter) in VerifyBoolArrayList()
1127 private static void VerifyByteArrayList(byte[] val, Expression[] exprs, bool useInterpreter) in VerifyByteArrayList()
1142 private static void VerifyCustomArrayList(C[] val, Expression[] exprs, bool useInterpreter) in VerifyCustomArrayList()
1157 private static void VerifyCharArrayList(char[] val, Expression[] exprs, bool useInterpreter) in VerifyCharArrayList()
1172 private static void VerifyCustom2ArrayList(D[] val, Expression[] exprs, bool useInterpreter) in VerifyCustom2ArrayList()
1232 private static void VerifyEnumArrayList(E[] val, Expression[] exprs, bool useInterpreter) in VerifyEnumArrayList()
1337 private static void VerifyIntArrayList(int[] val, Expression[] exprs, bool useInterpreter) in VerifyIntArrayList()
[all …]
H A DNullableNewArrayListTests.cs563 Expression[][] exprs = new Expression[array.Length][]; field
614 …private static void VerifyNullableCharArrayList(char?[] val, Expression[] exprs, bool useInterpret… in VerifyNullableCharArrayList()
644 …private static void VerifyNullableDoubleArrayList(double?[] val, Expression[] exprs, bool useInter… in VerifyNullableDoubleArrayList()
689 …private static void VerifyNullableFloatArrayList(float?[] val, Expression[] exprs, bool useInterpr… in VerifyNullableFloatArrayList()
704 …private static void VerifyNullableIntArrayList(int?[] val, Expression[] exprs, bool useInterpreter) in VerifyNullableIntArrayList()
719 …private static void VerifyNullableLongArrayList(long?[] val, Expression[] exprs, bool useInterpret… in VerifyNullableLongArrayList()
794 …private static void VerifyNullableShortArrayList(short?[] val, Expression[] exprs, bool useInterpr… in VerifyNullableShortArrayList()
839 …private static void VerifyNullableUIntArrayList(uint?[] val, Expression[] exprs, bool useInterpret… in VerifyNullableUIntArrayList()
854 …private static void VerifyNullableULongArrayList(ulong?[] val, Expression[] exprs, bool useInterpr… in VerifyNullableULongArrayList()
869 …private static void VerifyNullableUShortArrayList(ushort?[] val, Expression[] exprs, bool useInter… in VerifyNullableUShortArrayList()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/lens-5.0.1/examples/
H A DPlates.hs26 exprs f (Seq xs) = Seq <$> traverse (exprs f) xs function
27 exprs f (Sel xs) = Sel <$> traverse f xs function
28 exprs f (Let x y) = Let x <$> f y function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/lens-5.0.1/examples/
H A DPlates.hs26 exprs f (Seq xs) = Seq <$> traverse (exprs f) xs function
27 exprs f (Sel xs) = Sel <$> traverse f xs function
28 exprs f (Let x y) = Let x <$> f y function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/lens-4.19.2/examples/
H A DPlates.hs26 exprs f (Seq xs) = Seq <$> traverse (exprs f) xs function
27 exprs f (Sel xs) = Sel <$> traverse f xs function
28 exprs f (Let x y) = Let x <$> f y function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/lens-4.19.2/examples/
H A DPlates.hs26 exprs f (Seq xs) = Seq <$> traverse (exprs f) xs function
27 exprs f (Sel xs) = Sel <$> traverse f xs function
28 exprs f (Let x y) = Let x <$> f y function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/lens-4.19.1/examples/
H A DPlates.hs26 exprs f (Seq xs) = Seq <$> traverse (exprs f) xs function
27 exprs f (Sel xs) = Sel <$> traverse f xs function
28 exprs f (Let x y) = Let x <$> f y function
/dports/sysutils/triton/Triton-0.8.1/src/libtriton/includes/triton/
H A DastContext.hpp189 template <typename T> SharedAbstractNode compound(const T& exprs) { in compound()
201 template <typename T> SharedAbstractNode concat(const T& exprs) { in concat()
243 template <typename T> SharedAbstractNode land(const T& exprs) { in land()
261 template <typename T> SharedAbstractNode lor(const T& exprs) { in lor()
273 template <typename T> SharedAbstractNode lxor(const T& exprs) { in lxor()
/dports/graphics/krita/krita-4.4.8/libs/widgetutils/tests/
H A Dkis_simple_math_parser_test.cpp34 QStringList exprs = {"1", in testDoubleComputation() local
99 QStringList exprs = {"1", in testIntComputation() local
132 QStringList exprs = {"4.5", in testIntFlooring() local
/dports/databases/arrow/apache-arrow-6.0.1/java/gandiva/src/main/java/org/apache/arrow/gandiva/evaluator/
H A DProjector.java76 public static Projector make(Schema schema, List<ExpressionTree> exprs) in make()
93 public static Projector make(Schema schema, List<ExpressionTree> exprs, in make()
111 public static Projector make(Schema schema, List<ExpressionTree> exprs, boolean optimize) in make()
129 public static Projector make(Schema schema, List<ExpressionTree> exprs, in make()
148 …public static Projector make(Schema schema, List<ExpressionTree> exprs, SelectionVectorType select… in make()
167 public static Projector make(Schema schema, List<ExpressionTree> exprs, in make()
187 public static Projector make(Schema schema, List<ExpressionTree> exprs, in make()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/IR/
H A DAffineExpr.h308 void bindDims(MLIRContext *ctx, AffineExprTy &e, AffineExprTy2 &...exprs) { in bindDims()
317 void bindSymbols(MLIRContext *ctx, AffineExprTy &e, AffineExprTy2 &...exprs) { in bindSymbols()
326 void bindDims(MLIRContext *ctx, AffineExprTy &...exprs) { in bindDims()
333 void bindSymbols(MLIRContext *ctx, AffineExprTy &...exprs) { in bindSymbols()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DAffineExpr.h304 void bindDims(MLIRContext *ctx, AffineExprTy &e, AffineExprTy2 &...exprs) { in bindDims()
313 void bindSymbols(MLIRContext *ctx, AffineExprTy &e, AffineExprTy2 &...exprs) { in bindSymbols()
322 void bindDims(MLIRContext *ctx, AffineExprTy &...exprs) { in bindDims()
329 void bindSymbols(MLIRContext *ctx, AffineExprTy &...exprs) { in bindSymbols()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DAffineExpr.h304 void bindDims(MLIRContext *ctx, AffineExprTy &e, AffineExprTy2 &...exprs) { in bindDims()
313 void bindSymbols(MLIRContext *ctx, AffineExprTy &e, AffineExprTy2 &...exprs) { in bindSymbols()
322 void bindDims(MLIRContext *ctx, AffineExprTy &...exprs) { in bindDims()
329 void bindSymbols(MLIRContext *ctx, AffineExprTy &...exprs) { in bindSymbols()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DAffineExpr.h304 void bindDims(MLIRContext *ctx, AffineExprTy &e, AffineExprTy2 &...exprs) { in bindDims()
313 void bindSymbols(MLIRContext *ctx, AffineExprTy &e, AffineExprTy2 &...exprs) { in bindSymbols()
322 void bindDims(MLIRContext *ctx, AffineExprTy &...exprs) { in bindDims()
329 void bindSymbols(MLIRContext *ctx, AffineExprTy &...exprs) { in bindSymbols()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nikic/php-parser/lib/PhpParser/Node/Stmt/
H A DEcho_.php10 public $exprs; variable in PhpParser\\Node\\Stmt\\Echo_
18 public function __construct(array $exprs, array $attributes = []) {
/dports/finance/prestashop/prestashop/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/
H A DEcho_.php10 public $exprs; variable in PhpParser\\Node\\Stmt\\Echo_
18 public function __construct(array $exprs, array $attributes = []) {
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/
H A DEcho_.php10 public $exprs; variable in PhpParser\\Node\\Stmt\\Echo_
18 public function __construct(array $exprs, array $attributes = []) {
/dports/www/typo3-9/typo3_src-9.5.31/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/
H A DEcho_.php10 public $exprs; variable in PhpParser\\Node\\Stmt\\Echo_
18 public function __construct(array $exprs, array $attributes = []) {
/dports/www/typo3-10/typo3_src-10.4.25/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/
H A DEcho_.php10 public $exprs; variable in PhpParser\\Node\\Stmt\\Echo_
18 public function __construct(array $exprs, array $attributes = []) {
/dports/www/typo3-11/typo3_src-11.5.7/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/
H A DEcho_.php10 public $exprs; variable in PhpParser\\Node\\Stmt\\Echo_
18 public function __construct(array $exprs, array $attributes = []) {
/dports/www/owncloud/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/
H A DEcho_.php10 public $exprs; variable in PhpParser\\Node\\Stmt\\Echo_
18 public function __construct(array $exprs, array $attributes = []) {
/dports/www/nextcloud/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/
H A DEcho_.php10 public $exprs; variable in PhpParser\\Node\\Stmt\\Echo_
18 public function __construct(array $exprs, array $attributes = []) {
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/derive_more-0.99.16/src/
H A Dadd_helpers.rs6 let mut exprs = vec![]; in tuple_exprs() localVariable
18 let mut exprs = vec![]; in struct_exprs() localVariable
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/derive_more/src/
H A Dadd_helpers.rs6 let mut exprs = vec![]; in tuple_exprs() localVariable
18 let mut exprs = vec![]; in struct_exprs() localVariable

12345678910>>...107