Home | History | Annotate | Download | only in Sema

Lines Matching full:__attribute

1294   // after being held.  free() should be __attribute((ownership_takes)), whereas
1295 // a list append function may well be __attribute((ownership_holds)).
3550 /// type attribute: 'int ** __attribute((mode(HI))) *G;' tries to make 'G' be
5128 if (W.getAlias()) { // clone decl, impersonate __attribute(weak,alias(...))