Searched refs:ISL_ARG_OFFSET_NONE (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/polly/lib/External/isl/ |
D | isl_arg.c | 24 if (arg->offset == ISL_ARG_OFFSET_NONE) in set_default_choice() 36 if (arg->offset == ISL_ARG_OFFSET_NONE) in set_default_bool() 45 if (arg->offset == ISL_ARG_OFFSET_NONE) in set_default_child() 140 if (arg->offset == ISL_ARG_OFFSET_NONE) in free_child() 523 if (decl->offset != ISL_ARG_OFFSET_NONE) in print_bool_help() 670 if (arg[i].offset == ISL_ARG_OFFSET_NONE) in print_help() 815 if (decl->offset != ISL_ARG_OFFSET_NONE) in parse_choice_option() 833 if (decl->offset != ISL_ARG_OFFSET_NONE) in parse_choice_option() 907 if (decl->offset != ISL_ARG_OFFSET_NONE) in parse_bool_option() 914 if (decl->offset != ISL_ARG_OFFSET_NONE) in parse_bool_option() [all …]
|
D | isl_ctx.c | 167 if (arg->offset == ISL_ARG_OFFSET_NONE) in find_nested_options()
|
/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | arg.h | 56 #define ISL_ARG_OFFSET_NONE ((size_t) -1) macro 156 .offset = ISL_ARG_OFFSET_NONE, \ 185 _ISL_ARG_BOOL_F(ISL_ARG_OFFSET_NONE,s,l,setter,0,h,fl) 267 _ISL_ARG_CHILD(ISL_ARG_OFFSET_NONE,l,c,h,fl)
|