Home
last modified time | relevance | path

Searched refs:expr_name (Results 1 – 25 of 111) sorted by relevance

12345

/dports/devel/R-cran-rlang/rlang/tests/testthat/
H A Dtest-expr.R49 expect_identical(expr_name(quote(foo)), "foo")
50 expect_identical(expr_name(quote(foo(bar))), "foo(bar)")
51 expect_identical(expr_name(1L), "1")
52 expect_identical(expr_name("foo"), "foo")
53 expect_identical(expr_name(function() NULL), "function () ...")
54 expect_identical(expr_name(expr(function() { a; b })), "function() ...")
55 expect_identical(expr_name(NULL), "NULL")
56 expect_error(expr_name(1:2), "must quote")
57 expect_error(expr_name(env()), "must quote")
/dports/security/py-angr/angr-9.0.5405/angr/engines/soot/expressions/
H A D__init__.py7 expr_name = expr.__class__.__name__.split('.')[-1]
8 if expr_name.startswith('Soot'): expr_name = expr_name[4:]
9 if expr_name.endswith("Expr"): expr_name = expr_name[:-4]
10 expr_cls_name = 'SimSootExpr_' + expr_name
/dports/security/john/john-1.9.0-jumbo-1/run/
H A Dejabberd2john.py60 if ast.expr_name == "number":
62 elif ast.expr_name == "boolean":
64 elif ast.expr_name == "string":
66 elif ast.expr_name == "atom":
70 if ast.expr_name == "list":
72 elif ast.expr_name == "map":
74 elif ast.expr_name in ["tuple", "keyvalue"]:
/dports/textproc/py-parsimonious/parsimonious-0.8.1/parsimonious/
H A Dnodes.py52 def expr_name(self): member in Node
84 (' called "%s"' % self.expr_name) if self.expr_name else '',
212 method = getattr(self, 'visit_' + node.expr_name, self.generic_visit)
/dports/devel/R-cran-rlang/rlang/man/
H A Dexpr_label.Rd5 \alias{expr_name}
11 expr_name(expr)
26 might be multi-line. \code{expr_name()} is suitable for formatting
H A Dexprs_auto_name.Rd28 \code{\link[=expr_name]{expr_name()}} by default. \code{quos_auto_name()} deparses with
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_show_status.cc113 PTI_expr_with_alias *expr_name; in build_query() local
114 expr_name = new (thd->mem_root) in build_query()
116 if (expr_name == nullptr) return nullptr; in build_query()
133 item_list->push_back(expr_name); in build_query()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_show_status.cc120 PTI_expr_with_alias *expr_name; in build_query() local
121 expr_name= new (thd->mem_root) PTI_expr_with_alias(pos, ident_name, pos.cpp, as_name); in build_query()
122 if (expr_name == NULL) in build_query()
142 item_list->push_back(expr_name); in build_query()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_show_status.cc120 PTI_expr_with_alias *expr_name; in build_query() local
121 expr_name= new (thd->mem_root) PTI_expr_with_alias(pos, ident_name, pos.cpp, as_name); in build_query()
122 if (expr_name == NULL) in build_query()
142 item_list->push_back(expr_name); in build_query()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_show_status.cc120 PTI_expr_with_alias *expr_name; in build_query() local
121 expr_name= new (thd->mem_root) PTI_expr_with_alias(pos, ident_name, pos.cpp, as_name); in build_query()
122 if (expr_name == NULL) in build_query()
142 item_list->push_back(expr_name); in build_query()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_show_status.cc120 PTI_expr_with_alias *expr_name; in build_query() local
121 expr_name= new (thd->mem_root) PTI_expr_with_alias(pos, ident_name, pos.cpp, as_name); in build_query()
122 if (expr_name == NULL) in build_query()
142 item_list->push_back(expr_name); in build_query()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_show_status.cc120 PTI_expr_with_alias *expr_name; in build_query() local
121 expr_name= new (thd->mem_root) PTI_expr_with_alias(pos, ident_name, pos.cpp, as_name); in build_query()
122 if (expr_name == NULL) in build_query()
142 item_list->push_back(expr_name); in build_query()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_show_status.cc120 PTI_expr_with_alias *expr_name; in build_query() local
121 expr_name= new (thd->mem_root) PTI_expr_with_alias(pos, ident_name, pos.cpp, as_name); in build_query()
122 if (expr_name == NULL) in build_query()
142 item_list->push_back(expr_name); in build_query()
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dblockdiametricconstraintparameter.c10 BITCODE_T expr_name; in api_process() local
44 CHK_ENTITY_UTF8TEXT (_obj, BLOCKDIAMETRICCONSTRAINTPARAMETER, expr_name); in api_process()
H A Dblockradialconstraintparameter.c11 BITCODE_T expr_name; in api_process() local
45 CHK_ENTITY_UTF8TEXT (_obj, BLOCKRADIALCONSTRAINTPARAMETER, expr_name); in api_process()
H A Dblockangularconstraintparameter.c13 BITCODE_T expr_name; in api_process() local
50 CHK_ENTITY_UTF8TEXT (_obj, BLOCKANGULARCONSTRAINTPARAMETER, expr_name); in api_process()
/dports/lang/nickle/nickle-2.90/
H A Dparse-args.5c17 string expr_name;
42 return a.expr_name;
53 return sprintf("%s <%s>", stdarg(), a.expr_name);
144 argd.args[i].expr_name,
/dports/devel/py-numba/numba-0.51.2/numba/np/ufunc/
H A Darray_exprs.py332 expr_name = "__numba_array_expr_%s" % (hex(hash(expr)).replace("-", "_"))
348 ast_module = ast.parse('def {0}(): return'.format(expr_name),
359 impl = namespace[expr_name]
397 ufunc = SimpleNamespace(nin=len(expr_args), nout=1, __name__=expr_name)
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/
H A Dascent_expression_eval.cpp1473 ExpressionEval::evaluate(const std::string expr, std::string expr_name) in evaluate() argument
1478 if(expr_name == "") in evaluate()
1480 expr_name = expr; in evaluate()
1528 jit_root(root, expr_name); in evaluate()
1613 cache_entry << expr_name << "/" << cycle; in evaluate()
1643 void ExpressionEval::jit_root(conduit::Node &root, const std::string &expr_name) in jit_root() argument
1652 params["field_name"] = expr_name; in jit_root()
H A Dascent_expression_eval.hpp73 void jit_root(conduit::Node &root, const std::string &expr_name);
/dports/databases/p5-DBD-XBase/DBD-XBase-1.08/lib/XBase/
H A DIndex.pm812 my $expr_name = $opts{'tag'};
842 $expr_name ||= $tag->{'tag_name'}; # Default to first tag
858 if (defined $expr_name) {
859 if (defined $self->{'tags'}{$expr_name}) {
860 $self->{'active'} = $self->{'tags'}{$expr_name};
863 __PACKAGE__->Error("No tag $expr_name found in index file $self->{'filename'}.\n"); return;
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/expressions/
H A Dascent_expression_filters.cpp1293 if(!cache->has_path(expr_name)) in execute()
1295 ASCENT_ERROR("ScalarGradient: unknown identifier "<< expr_name); in execute()
1330 const conduit::Node &history = (*cache)[expr_name]; in execute()
1895 if(!cache->has_path(expr_name)) in execute()
1897 ASCENT_ERROR(operator_name + ": unknown identifier "<< expr_name); in execute()
1899 const conduit::Node &history = (*cache)[expr_name]; in execute()
2152 if(!cache->has_path(expr_name)) in execute()
2154 ASCENT_ERROR("History: unknown identifier "<< expr_name); in execute()
2156 const conduit::Node &history = (*cache)[expr_name]; in execute()
2265 if(!cache->has_path(expr_name)) in execute()
[all …]
/dports/graphics/nip2/nip2-8.7.1/src/
H A Dexpr.h92 void expr_name( Expr *expr, VipsBuf *buf );
/dports/lang/clover/mesa-21.3.6/src/compiler/isaspec/
H A Dencode.py263 return self.expr_name(bitset.get_root(), expr) + '(s, p, src)'
298 def expr_name(self, root, expr): member in State
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/isaspec/
H A Dencode.py263 return self.expr_name(bitset.get_root(), expr) + '(s, p, src)'
298 def expr_name(self, root, expr): member in State

12345