Searched refs:op (Results 1 – 9 of 9) sorted by relevance
/scripts/gcc-plugins/ |
D | latent_entropy_plugin.c | 315 static enum tree_code op; in get_op() local 320 switch (op) { in get_op() 322 op = PLUS_EXPR; in get_op() 327 op = LROTATE_EXPR; in get_op() 338 op = BIT_XOR_EXPR; in get_op() 343 return op; in get_op() 357 enum tree_code op; in perturb_local_entropy() local 359 op = get_op(&rhs); in perturb_local_entropy() 360 assign = create_assign(op, local_entropy, local_entropy, rhs); in perturb_local_entropy() 371 enum tree_code op; in __perturb_latent_entropy() local [all …]
|
D | gcc-common.h | 289 tree op = gimple_asm_clobber_op(stmt, i); in gimple_asm_clobbers_memory_p() local 291 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 | 5131 my $op = $elements[$n + 1]; 5156 my $opv = $op . substr($curr_vars, $off, 1); 5166 } elsif ($op eq ';') { 5170 "space required after that '$op' $at\n" . $hereptr)) { 5177 } elsif ($op eq '//') { 5185 } elsif ($op eq '->') { 5188 "spaces prohibited around that '$op' $at\n" . $hereptr)) { 5198 } elsif ($op eq ',') { 5203 "space prohibited before that '$op' $at\n" . $hereptr)) { 5210 "space required after that '$op' $at\n" . $hereptr)) { [all …]
|
D | recordmcount.c | 229 unsigned char *op; in make_nop_x86() local 236 op = map + offset - 1; in make_nop_x86() 237 if (*op != 0xe8) in make_nop_x86()
|
D | Makefile.extrawarn | 68 KBUILD_CFLAGS += $(call cc-option, -Wlogical-op)
|
/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.
|