Searched defs:match_options (Results 1 – 5 of 5) sorted by relevance
88 boost::regex_constants::match_flag_type match_options; member127 boost::regex_constants::match_flag_type match_options = boost::match_default, in set_info()165 static boost::regex_constants::match_flag_type match_options() in match_options() function in test_info_base
101 static void print_match_options(FILE *stream, uint32_t match_options) in print_match_options()175 uint32_t match_options, in describe_failure()282 uint32_t match_options; in LLVMFuzzerTestOneInput() local
153 int match_options; member
491 MatchOptions* match_options, in GetEntriesFromProperty()623 const std::string& current_path, MatchOptions* match_options, in RetrieveSnippetForSection()687 MatchOptions match_options = {snippet_spec}; in RetrieveSnippet() local
100 def match_options(name: str, options: ParsedOptions) -> CodegenOptions: function