Searched refs:__context__ (Results 1 – 4 of 4) sorted by relevance
3 __context__(0); // OK in foo()4 __context__(x, 0); // OK in foo()5 __context__ (x, 1); // OK in foo()7 __context__(x); // KO: no const expr in foo()8 __context__(1,x); // KO: no const expr in foo()10 __context__; // KO: no expression at all in foo()11 __context__(; // KO: no expression at all in foo()13 __context__ 0; // KO: need parens in foo()14 __context__ x, 0; // KO: need parens in foo()15 __context__(x, 0; // KO: unmatched parens in foo()[all …]
1 #define __cond_lock(c) ((c) ? ({ __context__(1); 1; }) : 0)5 __context__(1); in a()10 __context__(-1); in r()
57 static int (__context__); variable
72 IDENT_RESERVED(__context__);