Searched defs:option (Results 1 – 2 of 2) sorted by relevance
/DragonStub/inc/dragonstub/ |
H A D | compiler_types.h | 279 #define __diag_ignore(compiler, version, option, comment) \ argument 281 #define __diag_warn(compiler, version, option, comment) \ argument 283 #define __diag_error(compiler, version, option, comment) \ argument 287 #define __diag_ignore_all(option, comment) argument
|
/DragonStub/apps/ |
H A D | helper.c | 225 bool parse_option_str(const char *str, const char *option) in parse_option_str()
|