Searched refs:set_options (Results 1 – 4 of 4) sorted by relevance
235 Flags set_options; in CreateFromStructuredData() local245 set_options.Set(eEnabled); in CreateFromStructuredData()255 set_options.Set(eOneShot); in CreateFromStructuredData()265 set_options.Set(eAutoContinue); in CreateFromStructuredData()275 set_options.Set(eIgnoreCount); in CreateFromStructuredData()285 set_options.Set(eCondition); in CreateFromStructuredData()
86 static __isl_give isl_ast_build *set_options(__isl_take isl_ast_build *build, in set_options() function131 build = set_options(build, options_map, options, schedule); in construct_ast_from_union_map()
41 disassembler.set_options(Option_UseMarkup)
143 def set_options(self, options): member in Disassembler