Searched refs:__range__ (Results 1 – 5 of 5) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | range-syntax.c | 4 __range__(a, 0, 8); in ok() 5 __range__(a, b, c); in ok() 10 __range__ a, 0, 8; in ko() 11 __range__ a, b, c; in ko()
|
D | reserved.c | 58 static int (__range__); variable
|
/third_party/ltp/tools/sparse/sparse-src/validation/linear/ |
D | range-op.c | 3 __range__(a, 0, 8); in foo() 8 __range__(a, b, c); in bar()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | ident-list.h | 74 IDENT_RESERVED(__range__);
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.6.0.rst | 553 * use function-like syntax for __range__
|