Searched refs:after (Results 1 – 12 of 12) sorted by relevance
/scripts/ |
D | config | 29 --enable-after|-E beforeopt option 30 Enable option directly after other option 31 --disable-after|-D beforeopt option 32 Disable option directly after other option 33 --module-after|-M beforeopt option 34 Turn option into module directly after other option
|
/scripts/gcc-plugins/ |
D | stackleak_plugin.c | 54 static void add_stack_tracking_gcall(gimple_stmt_iterator *gsi, bool after) in add_stack_tracking_gcall() argument 64 if (after) in add_stack_tracking_gcall() 115 static void add_stack_tracking_gasm(gimple_stmt_iterator *gsi, bool after) in add_stack_tracking_gasm() argument 136 add_stack_tracking_gcall(gsi, after); in add_stack_tracking_gasm() 145 if (after) in add_stack_tracking_gasm() 152 static void add_stack_tracking(gimple_stmt_iterator *gsi, bool after) in add_stack_tracking() argument 163 add_stack_tracking_gasm(gsi, after); in add_stack_tracking() 165 add_stack_tracking_gcall(gsi, after); in add_stack_tracking()
|
D | Kconfig | 78 source tree isn't cleaned after kernel installation). 81 scripts/gcc-plugins/randomize_layout_seed.h. It remains after
|
/scripts/kconfig/ |
D | qconf.h | 119 ConfigItem(ConfigList *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument 120 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem() 124 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument 125 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem() 129 ConfigItem(ConfigList *parent, ConfigItem *after, bool v) in ConfigItem() argument 130 : Parent(parent, after), nextItem(0), menu(0), visible(v), goParent(true) in ConfigItem()
|
/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)
|
D | array_size_dup.cocci | 6 /// 2. An opencoded expression is used after array_size() to compute the same size
|
/scripts/coccinelle/api/ |
D | platform_get_irq.cocci | 2 /// Remove dev_err() messages after platform_get_irq*() failures
|
/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
|