Searched refs:an (Results 1 – 25 of 26) sorted by relevance
12
/scripts/coccinelle/misc/ |
D | bugon.cocci | 4 //# This makes an effort to find cases where BUG() follows an if 5 //# condition on an expression and replaces the if condition and BUG()
|
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 | uninitialized_var.cocci | 6 /// an initializer. Using warning-silencing tricks is dangerous as it 10 /// changes. Keep in mind that in most cases, if an initialization is
|
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 | badty.cocci | 4 //# This makes an effort to find cases where the argument to sizeof is wrong
|
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 | cond_no_effect.cocci | 11 // on kernelnewbies though it seems that this is not really an
|
/scripts/dtc/ |
D | livetree.c | 797 struct node *an; in build_root_node() local 799 an = get_subnode(dt, name); in build_root_node() 800 if (!an) in build_root_node() 801 an = build_and_name_child_node(dt, name); in build_root_node() 803 if (!an) in build_root_node() 806 return an; in build_root_node() 824 struct node *an, struct node *node, in generate_label_tree_internal() argument 839 p = get_property(an, l->label); in generate_label_tree_internal() 843 an->name); in generate_label_tree_internal() 852 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/ |
D | Kconfig.include | 52 # $(m32-flag): -m32 if the compiler supports it, or an empty string otherwise. 53 # $(m64-flag): -m64 if the compiler supports it, or an empty string otherwise.
|
D | dev-needs.sh | 21 It also takes an optional modifier flag as the first parameter to change
|
D | spelling.txt | 123 an union||a union 124 an user||a user 125 an userspace||a userspace 126 an one||a one
|
/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 | device_attr_show.cocci | 5 /// returned to user space. If you can guarantee that an overflow
|
D | simple_open.cocci | 2 /// Remove an open coded simple_open() function
|
D | stream_open.cocci | 204 // 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
|
/scripts/atomic/ |
D | gen-atomic-instrumented.sh | 146 * To use this functionality an arch's atomic.h file needs to define all
|
/scripts/kconfig/tests/preprocess/variable/ |
D | Kconfig | 30 # Use += operator to an undefined variable.
|
/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/coccinelle/free/ |
D | iounmap.cocci | 4 //# This only signals a missing iounmap when there is an iounmap later
|
/scripts/coccinelle/api/alloc/ |
D | alloc_cast.cocci | 5 //# This makes an effort to find cases of casting of values returned by
|
/scripts/gcc-plugins/ |
D | Kconfig | 71 This can introduce the requirement of an additional information
|
12