/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCELFStreamer.h | 87 void fixSymbolsInTLSFixups(const MCExpr *expr);
|
/third_party/rust/crates/cxx/src/symbols/ |
H A D | rust_vec.rs | 11 ($segment:expr, $ty:ty) => {
|
/third_party/rust/crates/libc/ci/ios/ |
H A D | deploy_and_run_on_ios_simulator.rs | 17 ($e:expr) => (match $e {
|
/third_party/rust/crates/regex/examples/ |
H A D | shootout-regex-dna-cheat.rs | 18 ($re:expr) => {
|
/third_party/rust/crates/version_check/src/ |
H A D | date.rs | 189 ($string:expr) => (
|
/third_party/rust/crates/nix/test/ |
H A D | test_poll.rs | 8 ($poll_expr: expr) => {
|
/third_party/rust/crates/syn/src/ |
H A D | parse_quote.rs | 102 ($span:expr=> $($tt:tt)*) => {
|
/third_party/rust/crates/syn/src/gen/ |
H A D | visit.rs | 12 ($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 D | debug.rs | 579 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 D | sparse-llvm.c | 288 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 D | impls.rs | 384 ($($len:expr => ($($n:tt $name:ident)+))+) => { 757 ($value:expr, $max:expr, $serializer:expr) => {{ 1043 ($($ty:ident $size:expr)*) => {
|
/third_party/ffmpeg/libavfilter/ |
H A D | avf_showcqt.c | 300 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 D | cil_post.c | 60 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 D | ast_function.cpp | 446 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 D | configure | 185 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 D | udp4-uni-basic01 | 311 elapse_epoc=`expr $current_epoc - $start_epoc`
|
/third_party/rust/crates/libc/ci/ |
H A D | style.rs | 37 ($e:expr) => {
|
/third_party/rust/crates/regex/src/ |
H A D | re_set.rs | 2 ($name:ident, $builder_mod:ident, $text_ty:ty, $as_bytes:expr,
|
/third_party/rust/crates/rust-cexpr/src/ |
H A D | literal.rs | 51 use crate::expr::EvalResult;
|
/third_party/rust/crates/syn/examples/trace-var/trace-var/src/ |
H A D | lib.rs | 87 let init = self.fold_expr(*init.unwrap().expr); in let_and_print()
|
/third_party/eudev/ |
H A D | depcomp | 406 i=`expr $i - 1` 409 i=`expr $i - 1`
|
/third_party/elfutils/libdw/ |
H A D | libdw.h | 752 extern int dwarf_getlocation (Dwarf_Attribute *attr, Dwarf_Op **expr, 781 Dwarf_Op **expr, size_t *exprlen);
|
H A D | cfi.c | 214 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 D | test_with_scope.cc | 71 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 D | v32test.cpp | 67 #define TEST_ASSERT(expr) UPRV_BLOCK_MACRO_BEGIN {\ 68 if ((expr)==false) {\
|