Home
last modified time | relevance | path

Searched refs:expr (Results 701 - 725 of 972) sorted by relevance

1...<<21222324252627282930>>...39

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCELFStreamer.h87 void fixSymbolsInTLSFixups(const MCExpr *expr);
/third_party/rust/crates/cxx/src/symbols/
H A Drust_vec.rs11 ($segment:expr, $ty:ty) => {
/third_party/rust/crates/libc/ci/ios/
H A Ddeploy_and_run_on_ios_simulator.rs17 ($e:expr) => (match $e {
/third_party/rust/crates/regex/examples/
H A Dshootout-regex-dna-cheat.rs18 ($re:expr) => {
/third_party/rust/crates/version_check/src/
H A Ddate.rs189 ($string:expr) => (
/third_party/rust/crates/nix/test/
H A Dtest_poll.rs8 ($poll_expr: expr) => {
/third_party/rust/crates/syn/src/
H A Dparse_quote.rs102 ($span:expr=> $($tt:tt)*) => {
/third_party/rust/crates/syn/src/gen/
H A Dvisit.rs12 ($e:expr) => {
18 ($e:expr) => {
1489 if let Some(it) = &node.expr { in visit_expr_break()
1518 v.visit_expr(&*node.expr); in visit_expr_cast()
1601 v.visit_expr(&*node.expr); in visit_expr_for_loop()
1614 v.visit_expr(&*node.expr); in visit_expr_group()
1642 v.visit_expr(&*node.expr); in visit_expr_index()
1669 v.visit_expr(&*node.expr); in visit_expr_let()
1718 v.visit_expr(&*node.expr); in visit_expr_match()
1755 v.visit_expr(&*node.expr); in visit_expr_paren()
[all...]
H A Ddebug.rs579 formatter.field("expr", &self.expr); in fmt()
611 formatter.field("expr", &self.expr); in fmt()
705 formatter.field("expr", &self.expr); in fmt()
722 formatter.field("expr", &self.expr); in fmt()
755 formatter.field("expr", &self.expr); in fmt()
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dsparse-llvm.c288 struct expression *expr; in get_sym_value() local
292 expr = sym->initializer; in get_sym_value()
293 if (expr && !sym->ident) { in get_sym_value()
294 switch (expr->type) { in get_sym_value()
296 const char *s = expr->string->data; in get_sym_value()
/third_party/rust/crates/serde/serde/src/ser/
H A Dimpls.rs384 ($($len:expr => ($($n:tt $name:ident)+))+) => {
757 ($value:expr, $max:expr, $serializer:expr) => {{
1043 ($($ty:ident $size:expr)*) => {
/third_party/ffmpeg/libavfilter/
H A Davf_showcqt.c300 AVExpr *expr = NULL; in init_cqt() local
305 if ((ret = av_expr_parse(&expr, s->tlength, var_names, NULL, NULL, NULL, NULL, 0, s->ctx)) < 0) in init_cqt()
319 tlength = clip_with_log(s->ctx, "tlength", av_expr_eval(expr, vars, NULL), in init_cqt()
346 av_expr_free(expr); in init_cqt()
351 av_expr_free(expr); in init_cqt()
463 AVExpr *expr = NULL; in init_axis_color() local
480 if ((ret = av_expr_parse(&expr, s->fontcolor, var_names, func_names, funcs, NULL, NULL, 0, s->ctx)) < 0) { in init_axis_color()
488 int color = (int) av_expr_eval(expr, vars, NULL); in init_axis_color()
499 av_expr_free(expr); in init_axis_color()
/third_party/selinux/libsepol/cil/src/
H A Dcil_post.c60 static int __cil_expr_to_bitmap(struct cil_list *expr, ebitmap_t *out, int max, struct cil_db *db);
1297 static int __cil_expr_to_bitmap(struct cil_list *expr, ebitmap_t *out, int max, struct cil_db *db) in __cil_expr_to_bitmap() argument
1304 if (expr == NULL || expr->head == NULL) { in __cil_expr_to_bitmap()
1308 curr = expr->head; in __cil_expr_to_bitmap()
1309 flavor = expr->flavor; in __cil_expr_to_bitmap()
1414 struct cil_list_item *expr; in __cil_expr_list_to_bitmap() local
1422 cil_list_for_each(expr, expr_list) { in __cil_expr_list_to_bitmap()
1424 struct cil_list *l = (struct cil_list *)expr->data; in __cil_expr_list_to_bitmap()
/third_party/mesa3d/src/compiler/glsl/
H A Dast_function.cpp446 ir_expression *const expr = actual->as_expression(); in fix_parameter() local
452 && (expr == NULL || expr->operation != ir_binop_vector_extract) in fix_parameter()
527 if (expr != NULL && expr->operation == ir_binop_vector_extract) { in fix_parameter()
528 lhs = new(mem_ctx) ir_dereference_array(expr->operands[0]->clone(mem_ctx, in fix_parameter()
530 expr->operands[1]->clone(mem_ctx, in fix_parameter()
/third_party/libevdev/
H A Dconfigure185 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
412 # must be portable across $(()) and expr.
422 as_val=`expr "$@" || test $? -eq 1`
451 if expr a : '\(a\)' >/dev/null 2>&1 &&
452 test "X`expr 00001 : '.*\(...\)'`" = X001; then
453 as_expr=expr
500 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
917 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
959 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
961 expr "
[all...]
/third_party/ltp/testcases/network/stress/udp/uni-basic/
H A Dudp4-uni-basic01311 elapse_epoc=`expr $current_epoc - $start_epoc`
/third_party/rust/crates/libc/ci/
H A Dstyle.rs37 ($e:expr) => {
/third_party/rust/crates/regex/src/
H A Dre_set.rs2 ($name:ident, $builder_mod:ident, $text_ty:ty, $as_bytes:expr,
/third_party/rust/crates/rust-cexpr/src/
H A Dliteral.rs51 use crate::expr::EvalResult;
/third_party/rust/crates/syn/examples/trace-var/trace-var/src/
H A Dlib.rs87 let init = self.fold_expr(*init.unwrap().expr); in let_and_print()
/third_party/eudev/
H A Ddepcomp406 i=`expr $i - 1`
409 i=`expr $i - 1`
/third_party/elfutils/libdw/
H A Dlibdw.h752 extern int dwarf_getlocation (Dwarf_Attribute *attr, Dwarf_Op **expr,
781 Dwarf_Op **expr, size_t *exprlen);
H A Dcfi.c214 fs->cfa_data.expr.data = (unsigned char *) program; in execute_cfi()
215 fs->cfa_data.expr.length = operand; in execute_cfi()
/third_party/gn/src/gn/
H A Dtest_with_scope.cc71 Value TestWithScope::ExecuteExpression(const std::string& expr, Err* err) { in ExecuteExpression() argument
73 input_file.SetContents(expr); in ExecuteExpression()
/third_party/icu/icu4c/source/test/intltest/
H A Dv32test.cpp67 #define TEST_ASSERT(expr) UPRV_BLOCK_MACRO_BEGIN {\
68 if ((expr)==false) {\

Completed in 28 milliseconds

1...<<21222324252627282930>>...39