Searched refs:__range__ (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A 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() 18 range-syntax.c:10:19: error: Expected ( after __range__ statement 20 range-syntax.c:11:19: error: Expected ( after __range__ statement
|
H A D | reserved.c | 58 static int (__range__); variable 139 reserved.c:58:12: error: Trying to use reserved word '__range__' as identifier
|
/third_party/ltp/tools/sparse/sparse-src/validation/linear/ |
H A 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/ |
H A D | ident-list.h | 74 IDENT_RESERVED(__range__); variable
|
Completed in 2 milliseconds