Searched refs:an (Results 1 – 25 of 25) sorted by relevance
| /scripts/coccinelle/misc/ |
| D | ifcol.cocci | 2 /// Find confusingly indented code in or after an if. An if branch should 3 /// be indented. The code following an if should not be indented. 4 /// Sometimes, code after an if that is indented is actually intended to be
|
| D | array_size.cocci | 2 /// Use ARRAY_SIZE instead of dividing sizeof array with sizeof an element 4 //# This makes an effort to find cases where ARRAY_SIZE can be used such as
|
| D | uninitialized_var.cocci | 8 /// an initializer. Using warning-silencing tricks is dangerous as it 12 /// changes. Keep in mind that in most cases, if an initialization is
|
| D | badty.cocci | 4 //# This makes an effort to find cases where the argument to sizeof is wrong
|
| D | cond_no_effect.cocci | 11 // on kernelnewbies though it seems that this is not really an
|
| D | array_size_dup.cocci | 8 /// perform arithmetic overflow check. Thus, if we use an opencoded expression 9 /// before a call to the *_size() function we can miss an overflow.
|
| D | do_div.cocci | 7 //# This makes an effort to find those inappropriate do_div() calls.
|
| /scripts/dtc/ |
| D | livetree.c | 832 struct node *an; in build_root_node() local 834 an = get_subnode(dt, name); in build_root_node() 835 if (!an) in build_root_node() 836 an = build_and_name_child_node(dt, name); in build_root_node() 838 if (!an) in build_root_node() 841 return an; in build_root_node() 859 struct node *an, struct node *node, in generate_label_tree_internal() argument 874 p = get_property(an, l->label); in generate_label_tree_internal() 878 an->name); in generate_label_tree_internal() 887 add_property(an, p); in generate_label_tree_internal() [all …]
|
| /scripts/coccinelle/locks/ |
| D | mini_lock.cocci | 3 /// where the unlock is missing from an if branch, and there is a lock 4 /// before the if and an unlock after the if. False positives are due to
|
| D | double_lock.cocci | 4 /// an intervening function call that releases the lock.
|
| /scripts/coccinelle/api/ |
| D | platform_get_irq.cocci | 101 msg = "line %s is redundant because platform_get_irq() already prints an error" % (p1[0].line)
|
| D | simple_open.cocci | 2 /// Remove an open coded simple_open() function
|
| D | stream_open.cocci | 203 // if both are used in the same file_operations together with an opener -
|
| /scripts/coccinelle/iterators/ |
| D | use_after_iter.cocci | 3 /// variable ends up pointing to an address at an offset from the list head,
|
| D | device_node_continue.cocci | 2 /// Device node iterators put the previous value of the index variable, so an
|
| D | for_each_child.cocci | 4 //# loop that may encapsulate an of_node_put.
|
| /scripts/kconfig/tests/preprocess/variable/ |
| D | Kconfig | 30 # Use += operator to an undefined variable.
|
| /scripts/coccinelle/free/ |
| D | iounmap.cocci | 4 //# This only signals a missing iounmap when there is an iounmap later
|
| /scripts/coccinelle/null/ |
| D | badzero.cocci | 4 //# This makes an effort to choose between !x and x == NULL. !x is used 7 //# using the option -all_includes and the option -I to specify an
|
| /scripts/ |
| D | Kconfig.include | 62 # $(m32-flag): -m32 if the compiler supports it, or an empty string otherwise. 63 # $(m64-flag): -m64 if the compiler supports it, or an empty string otherwise.
|
| D | head-object-list.txt | 4 # is an object that contains the entry point. This is kept for compatibility
|
| D | dev-needs.sh | 21 It also takes an optional modifier flag as the first parameter to change
|
| D | check-uapi.sh | 27 will use BASE_REF^1. Must be an ancestor of BASE_REF. Only headers
|
| D | spelling.txt | 131 an union||a union 132 an user||a user 133 an userspace||a userspace 134 an one||a one
|
| /scripts/coccinelle/api/alloc/ |
| D | alloc_cast.cocci | 5 //# This makes an effort to find cases of casting of values returned by
|