Searched refs:after (Results 1 – 12 of 12) sorted by relevance
/scripts/ |
D | config | 26 --enable-after|-E beforeopt option 27 Enable option directly after other option 28 --disable-after|-D beforeopt option 29 Disable option directly after other option 30 --module-after|-M beforeopt option 31 Turn option into module directly after other option
|
D | Kbuild.include | 80 # should be kept for a long time since this issue was fixed only after the
|
/scripts/coccinelle/misc/ |
D | ifcol.cocci | 2 /// Find confusingly indented code in or after an if. An if branch should 4 /// Sometimes, code after an if that is indented is actually intended to be 40 cocci.print_secs("after",p2)
|
D | cstptr.cocci | 41 msg = "ERROR: PTR_ERR applied after initialization to constant on line %s" % (p1[0].line)
|
/scripts/kconfig/ |
D | qconf.h | 126 ConfigItem(ConfigList *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument 127 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem() 131 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument 132 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem() 136 ConfigItem(ConfigList *parent, ConfigItem *after, bool v) in ConfigItem() argument 137 : Parent(parent, after), nextItem(0), menu(0), visible(v), goParent(true) in ConfigItem()
|
/scripts/coccinelle/api/ |
D | platform_get_irq.cocci | 2 /// Remove dev_err() messages after platform_get_irq*() failures
|
/scripts/gcc-plugins/ |
D | stackleak_plugin.c | 49 static void stackleak_add_track_stack(gimple_stmt_iterator *gsi, bool after) in stackleak_add_track_stack() argument 60 if (after) { in stackleak_add_track_stack()
|
D | Kconfig | 86 source tree isn't cleaned after kernel installation). 89 scripts/gcc-plgins/randomize_layout_seed.h. It remains after
|
/scripts/coccinelle/locks/ |
D | mini_lock.cocci | 4 /// before the if and an unlock after the if. False positives are due to
|
/scripts/coccinelle/free/ |
D | kfree.cocci | 2 /// Find a use after free.
|
/scripts/coccinelle/iterators/ |
D | fen.cocci | 123 msg = "ERROR: of_node_put not needed after iterator on line %s" % (p1[0].line)
|
D | use_after_iter.cocci | 4 /// and not a meaningful structure. Thus this value should not be used after
|