Home
last modified time | relevance | path

Searched refs:compile_options (Results 1 – 18 of 18) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_fuzzsupport.c59 uint32_t compile_options; in LLVMFuzzerTestOneInput() local
90 compile_options = in LLVMFuzzerTestOneInput()
100 if (((compile_options|match_options) & PCRE2_ENDANCHORED) != 0) in LLVMFuzzerTestOneInput()
114 printf("Compile options %.8x never_backslash_c", compile_options); in LLVMFuzzerTestOneInput()
116 ((compile_options & PCRE2_ALT_BSUX) != 0)? ",alt_bsux" : "", in LLVMFuzzerTestOneInput()
117 ((compile_options & PCRE2_ALT_CIRCUMFLEX) != 0)? ",alt_circumflex" : "", in LLVMFuzzerTestOneInput()
118 ((compile_options & PCRE2_ALT_VERBNAMES) != 0)? ",alt_verbnames" : "", in LLVMFuzzerTestOneInput()
119 ((compile_options & PCRE2_ALLOW_EMPTY_CLASS) != 0)? ",allow_empty_class" : "", in LLVMFuzzerTestOneInput()
120 ((compile_options & PCRE2_ANCHORED) != 0)? ",anchored" : "", in LLVMFuzzerTestOneInput()
121 ((compile_options & PCRE2_AUTO_CALLOUT) != 0)? ",auto_callout" : "", in LLVMFuzzerTestOneInput()
[all …]
Dpcre2_jit_test.c151 int compile_options; member
1266 current->compile_options & ~disabled_options, in regression_tests()
1278 if ((current->compile_options & PCRE2_UTF) || (current->start_offset & F_FORCECONV)) in regression_tests()
1293 current->compile_options & ~disabled_options, in regression_tests()
1305 if ((current->compile_options & PCRE2_UTF) || (current->start_offset & F_FORCECONV)) in regression_tests()
1320 current->compile_options & ~disabled_options, in regression_tests()
1408 if ((current->compile_options & PCRE2_UTF) || (current->start_offset & F_FORCECONV)) in regression_tests()
1453 if ((current->compile_options & PCRE2_UTF) || (current->start_offset & F_FORCECONV)) in regression_tests()
1552 if (current->compile_options & PCRE2_UTF) { in regression_tests()
1829 int compile_options; member
[all …]
Dpcre2_pattern_info.c128 *((uint32_t *)where) = re->compile_options; in pcre2_pattern_info()
Dpcre2_intmodedep.h625 uint32_t compile_options; /* Options passed to pcre2_compile() */ member
Dpcre2test.c4414 uint32_t compile_options, overall_options, extra_options; in show_pattern_info() local
4600 pattern_info(PCRE2_INFO_ARGOPTIONS, &compile_options, FALSE); in show_pattern_info()
4609 compile_options &= ~PCRE2_NEVER_UTF; in show_pattern_info()
4615 compile_options &= ~PCRE2_NEVER_UCP; in show_pattern_info()
4619 if ((compile_options|overall_options) != 0) in show_pattern_info()
4621 if (compile_options == overall_options) in show_pattern_info()
4622 show_compile_options(compile_options, "Options:", "\n"); in show_pattern_info()
4625 show_compile_options(compile_options, "Compile options:", "\n"); in show_pattern_info()
Dpcre2_compile.c10178 re->compile_options = options; in pcre2_compile()
/third_party/glib/glib/
Dgregex.c1581 GRegexCompileFlags compile_options,
1603 GRegexCompileFlags compile_options, in g_regex_new() argument
1611 compile_options = map_to_pcre2_compile_flags (compile_options); in g_regex_new()
1616 g_return_val_if_fail ((compile_options & ~G_REGEX_COMPILE_MASK) == 0, NULL); in g_regex_new()
1637 re = regex_compile (pattern, compile_options, &compile_options, in g_regex_new()
1646 regex->compile_opts = compile_options; in g_regex_new()
1654 GRegexCompileFlags compile_options, in regex_compile() argument
1666 compile_options = map_to_pcre2_compile_flags (compile_options); in regex_compile()
1669 nonpcre_compile_options = compile_options & G_REGEX_COMPILE_NONPCRE_MASK; in regex_compile()
1673 if (compile_options & PCRE2_UTF) in regex_compile()
[all …]
Dgregex.h448 GRegexCompileFlags compile_options,
484 GRegexCompileFlags compile_options,
517 GRegexCompileFlags compile_options,
/third_party/python/Lib/distutils/
Dbcppcompiler.py69 self.compile_options = ['/tWM', '/O2', '/q', '/g0']
93 compile_opts.extend (self.compile_options)
Dmsvccompiler.py286 self.compile_options = [ '/nologo', '/Ox', '/MD', '/W3', '/GX' ,
292 self.compile_options = [ '/nologo', '/Ox', '/MD', '/W3', '/GS-' ,
358 compile_opts.extend(self.compile_options)
Dmsvc9compiler.py402 self.compile_options = [ '/nologo', '/Ox', '/MD', '/W3',
408 self.compile_options = [ '/nologo', '/Ox', '/MD', '/W3', '/GS-' ,
470 compile_opts.extend(self.compile_options)
D_msvccompiler.py246 self.compile_options = [
333 compile_opts.extend(self.compile_options)
/third_party/node/src/
Dnode_contextify.cc761 ScriptCompiler::CompileOptions compile_options = in New() local
765 compile_options = ScriptCompiler::kConsumeCodeCache; in New()
774 compile_options); in New()
790 if (compile_options == ScriptCompiler::kConsumeCodeCache) { in New()
/third_party/boost/boost/compute/detail/
Dmeta_kernel.hpp370 std::string compile_options = m_options + options; in compile() local
374 cache->get_or_build(cache_key, compile_options, source, context); in compile()
/third_party/boost/libs/compute/include/boost/compute/detail/
Dmeta_kernel.hpp370 std::string compile_options = m_options + options; in compile() local
374 cache->get_or_build(cache_key, compile_options, source, context); in compile()
/third_party/flutter/glfw/docs/
Dcompile.dox162 @subsection compile_options CMake options
/third_party/python/Doc/library/
Dsqlite3.rst174 where compile_options like 'THREADSAFE=%'
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch71873 compile_options, no_cache_reason,