Home
last modified time | relevance | path

Searched refs:T (Results 1 – 19 of 19) sorted by relevance

/scripts/
A Ddecodecode14 rm -f $T $T.s $T.o $T.oo $T.aa $T.dis
51 rm $T
215 touch $T.oo
221 echo All code >> $T.oo
228 disas $T $pc_sub
230 cat $T.dis >> $T.oo
238 rm -f $T.o $T.s $T.dis
245 echo $code >> $T.s
246 disas $T 0
247 cat $T.dis >> $T.aa
[all …]
A Dgenerate_rust_target.rs29 fn comma_sep<T>( in comma_sep()
30 seq: &[T], in comma_sep() argument
32 f: impl Fn(&mut Formatter<'_>, &T) -> Result, in comma_sep()
98 impl<T: Into<Value>, const N: usize> From<[T; N]> for Value {
99 fn from(i: [T; N]) -> Self { in from()
A Dleaking_addresses.pl502 if (! -T $file) {
/scripts/coccinelle/misc/
A Dnoderef.cocci21 type T;
30 f(...,(T)(x),...,sizeof(
38 ),...,(T)(x),...)
40 f(...,(T)(x),...,i*sizeof(
48 ),...,(T)(x),...)
56 type T;
62 *f(...,(T)(x),...,sizeof@p(x),...)
64 *f(...,sizeof@p(x),...,(T)(x),...)
66 *f(...,(T)(x),...,i*sizeof@p(x),...)
68 *f(...,i*sizeof@p(x),...,(T)(x),...)
A Dflexible_array.cocci28 type T;
35 * T array@p[\(0\|1\)];
40 * T array@p[\(0\|1\)];
45 * T array@p[\(0\|1\)];
50 * T array@p[\(0\|1\)];
56 type T;
62 T array[0];
66 T array[0];
72 type T;
82 T array@p[
[all …]
A Dbadty.cocci26 type T;
27 T **x;
32 * T
40 type T;
41 T **x;
46 - T
55 type T;
56 T **x;
62 T@p
A Darray_size.cocci29 type T;
30 T[] E;
37 * (sizeof(E)/sizeof(T))
45 type T;
46 T[] E;
55 - (sizeof(E)/sizeof(T))
64 type T;
65 T[] E;
73 (sizeof(E)@p /sizeof(T))
A Dswap.cocci20 type T;
25 * T tmp;
27 * T tmp = 0;
29 * T *tmp = NULL;
50 type T;
54 - T tmp;
56 - T tmp = 0;
58 - T *tmp = NULL;
A Dreturnvar.cocci19 type T;
23 - T ret = C;
32 type T;
36 * T ret = C;
42 type T;
47 T ret@p1 = C;
A Duninitialized_var.cocci32 type T;
37 * T var =@p var;
39 * T var =@p *(&(var));
/scripts/coccinelle/api/alloc/
A Dzalloc-simple.cocci31 type T, T2;
48 type T, T2;
131 type T, T2;
145 type T, T2;
175 type T, T2;
205 type T, T2;
235 type T, T2;
265 type T, T2;
295 type T, T2;
325 type T, T2;
[all …]
A Dalloc_cast.cocci30 type T;
33 (T *)
46 t << r1.T;
53 type r1.T;
56 * (T *)
69 t << r1.T;
76 type r1.T;
79 - (T *)
92 type T;
96 (T@p *)
[all …]
/scripts/coccinelle/api/
A Dkvmalloc.cocci28 type T;
90 type T;
116 - T x = kmalloc(size, flags | __GFP_NOWARN);
119 + T x = kvmalloc(size, flags);
124 + T x = kvmalloc(size, GFP_KERNEL);
148 - T x = kzalloc(size, flags | __GFP_NOWARN);
151 + T x = kvzalloc(size, flags);
156 + T x = kvzalloc(size, GFP_KERNEL);
183 + T x = kvmalloc_node(size, flags, node);
188 + T x = kvmalloc_node(size, GFP_KERNEL, node);
[all …]
A Dkfree_sensitive.cocci38 type T;
42 * memset@m((T)E, 0, ...);
44 * memzero_explicit@m((T)E, ...);
54 type T;
57 - memzero_explicit@m((T)E, size);
72 type T;
75 - memset@m((T)E, 0, size);
/scripts/coccinelle/free/
A Dput_device.cocci16 type T,T1,T2,T3;
25 when != e1 = (T)id
26 when != e1 = (T)(&id->dev)
A Dpci_free_consistent.cocci17 type T;
26 when != e = (T)id
A Dkfree.cocci33 type T;
39 f(...,c,...,(T)E@p,...)
/scripts/coccinelle/iterators/
A Duse_after_iter.cocci39 type T;
132 T c;
/scripts/genksyms/
A Dlex.l101 #define _APP(T,L) do { \
105 cur_node->string = memcpy(xmalloc(L+1), T, L+1); \

Completed in 14 milliseconds