Searched refs:help_msg (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/polly/lib/External/isl/include/isl/ |
| H A D | arg.h | 58 const char *help_msg; member 132 .help_msg = h, \ 139 .help_msg = h, \ 148 .help_msg = h, \ 157 .help_msg = h, \ 167 .help_msg = h, \ 176 .help_msg = h, \ 194 .help_msg = h, \ 205 .help_msg = h, \ 214 .help_msg = h, \ [all …]
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_arg.c | 374 if (!decl->help_msg) in print_help_msg() 377 return wrap_msg(decl->help_msg, 30, pos); in print_help_msg() 388 if (!decl->help_msg) { in print_default() 457 if (!decl->help_msg) { in print_default_flags() 669 if (arg[i].help_msg) in print_help() 670 printf(" %s\n", arg[i].help_msg); in print_help() 738 wrap_msg(arg[i].help_msg, 0, 0); in print_help_and_exit()
|