Searched defs:cmt (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ |
D | flag-definitions.h | 23 #define FLAG_FULL(ftype, ctype, nam, def, cmt) extern ctype FLAG_##nam; argument 24 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \ argument 30 #define FLAG_FULL(ftype, ctype, nam, def, cmt) ctype FLAG_##nam = def; argument 36 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 42 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 63 #define FLAG_FULL(ftype, ctype, nam, def, cmt) argument 67 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument 128 #define DEFINE_BOOL(nam, def, cmt) FLAG(BOOL, bool, nam, def, cmt) argument 129 #define DEFINE_MAYBE_BOOL(nam, cmt) \ argument 131 #define DEFINE_INT(nam, def, cmt) FLAG(INT, int, nam, def, cmt) argument [all …]
|