Searched refs:op (Results 1 – 9 of 9) sorted by relevance
/scripts/gcc-plugins/ |
D | latent_entropy_plugin.c | 309 static enum tree_code op; in get_op() local 314 switch (op) { in get_op() 316 op = PLUS_EXPR; in get_op() 321 op = LROTATE_EXPR; in get_op() 332 op = BIT_XOR_EXPR; in get_op() 337 return op; in get_op() 351 enum tree_code op; in perturb_local_entropy() local 353 op = get_op(&rhs); in perturb_local_entropy() 354 assign = create_assign(op, local_entropy, local_entropy, rhs); in perturb_local_entropy() 365 enum tree_code op; in __perturb_latent_entropy() local [all …]
|
D | gcc-common.h | 284 tree op = gimple_asm_clobber_op(stmt, i); in gimple_asm_clobbers_memory_p() local 286 if (!strcmp(TREE_STRING_POINTER(TREE_VALUE(op)), "memory")) in gimple_asm_clobbers_memory_p()
|
/scripts/ |
D | diffconfig | 51 def print_config(op, config, value, new_value): argument 61 if op=="-": 63 elif op=="+":
|
D | unifdef.c | 804 struct op { struct 807 } op[5]; member 915 const struct op *op; in eval_table() local 927 for (op = ops->op; op->str != NULL; op++) in eval_table() 928 if (strncmp(cp, op->str, strlen(op->str)) == 0) in eval_table() 930 if (op->str == NULL) in eval_table() 932 cp += strlen(op->str); in eval_table() 933 debug("eval%d %s", ops - eval_ops, op->str); in eval_table() 937 lt = op->fn(valp, lt, *valp, rt, val); in eval_table()
|
D | checkpatch.pl | 4371 my $op = $elements[$n + 1]; 4396 my $opv = $op . substr($curr_vars, $off, 1); 4406 } elsif ($op eq ';') { 4410 "space required after that '$op' $at\n" . $hereptr)) { 4417 } elsif ($op eq '//') { 4425 } elsif ($op eq '->') { 4428 "spaces prohibited around that '$op' $at\n" . $hereptr)) { 4438 } elsif ($op eq ',') { 4443 "space prohibited before that '$op' $at\n" . $hereptr)) { 4450 "space required after that '$op' $at\n" . $hereptr)) { [all …]
|
D | Makefile.extrawarn | 64 KBUILD_CFLAGS += $(call cc-option, -Wlogical-op)
|
D | recordmcount.c | 223 unsigned char *op; in make_nop_x86() local 230 op = map + offset - 1; in make_nop_x86() 231 if (*op != 0xe8) in make_nop_x86()
|
/scripts/coccinelle/tests/ |
D | doubletest.cocci | 33 assignment operator op; 39 <+... \(fn(...)\|e1 op e2\|e1++\|e1--\|++e1\|--e1\) ...+>
|
/scripts/kconfig/tests/preprocess/builtin_func/ |
D | Kconfig | 11 # The following is just no-op since the first argument is not y.
|