Searched refs:I (Results 1 – 8 of 8) sorted by relevance
| /scripts/coccinelle/misc/ |
| A D | doubleinit.cocci | 18 identifier I, s, fld; 23 struct I s =@p0 { ..., .fld@p = E, ...}; 26 identifier I, s, r.fld; 31 struct I s =@p0 { ..., .fld@p = E, ...};
|
| /scripts/coccinelle/iterators/ |
| A D | itnull.cocci | 23 iterator I; 28 I(x,...) { <... 66 iterator I; 71 *I@p1(x,...)
|
| /scripts/atomic/ |
| A D | atomics.tbl | 8 # * I/i - int: returns base type 30 xchg I v i:new 31 cmpxchg I v i:old i:new
|
| /scripts/gcc-plugins/ |
| A D | gcc-common.h | 390 #define ipa_ref_list_referring_iterate(L, I, P) \ argument 391 (L)->referring.iterate((I), &(P)) 392 #define ipa_ref_list_reference_iterate(L, I, P) \ argument 393 (L)->reference.iterate((I), &(P))
|
| /scripts/lib/kdoc/ |
| A D | kdoc_parser.py | 47 known_sections = KernRe(known_section_names, flags = re.I) 50 flags=re.I, cache=False) 58 flags=re.I | re.S, cache=False) 571 (KernRe(r'\/\*\s*private:.*?\/\*\s*public:.*?\*\/', re.S | re.I), ''), 572 (KernRe(r'\/\*\s*private:.*', re.S | re.I), ''),
|
| /scripts/coccinelle/null/ |
| A D | badzero.cocci | 7 //# using the option -all_includes and the option -I to specify an
|
| A D | deref_null.cocci | 11 // Comments: -I ... -all_includes can give more complete results
|
| /scripts/lib/abi/ |
| A D | abi_parser.py | 53 self.re_tag = re.compile(r"(\S+)(:\s*)(.*)", re.I) 580 regex = re.compile(expr, re.I)
|
Completed in 12 milliseconds