/third_party/pcre2/pcre2/src/ |
D | pcre2_fuzzsupport.c | 59 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 …]
|
D | pcre2_jit_test.c | 151 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 …]
|
D | pcre2_pattern_info.c | 128 *((uint32_t *)where) = re->compile_options; in pcre2_pattern_info()
|
D | pcre2_intmodedep.h | 625 uint32_t compile_options; /* Options passed to pcre2_compile() */ member
|
D | pcre2test.c | 4414 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()
|
D | pcre2_compile.c | 10178 re->compile_options = options; in pcre2_compile()
|
/third_party/glib/glib/ |
D | gregex.c | 1581 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 …]
|
D | gregex.h | 448 GRegexCompileFlags compile_options, 484 GRegexCompileFlags compile_options, 517 GRegexCompileFlags compile_options,
|
/third_party/python/Lib/distutils/ |
D | bcppcompiler.py | 69 self.compile_options = ['/tWM', '/O2', '/q', '/g0'] 93 compile_opts.extend (self.compile_options)
|
D | msvccompiler.py | 286 self.compile_options = [ '/nologo', '/Ox', '/MD', '/W3', '/GX' , 292 self.compile_options = [ '/nologo', '/Ox', '/MD', '/W3', '/GS-' , 358 compile_opts.extend(self.compile_options)
|
D | msvc9compiler.py | 402 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.py | 246 self.compile_options = [ 333 compile_opts.extend(self.compile_options)
|
/third_party/node/src/ |
D | node_contextify.cc | 761 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/ |
D | meta_kernel.hpp | 370 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/ |
D | meta_kernel.hpp | 370 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/ |
D | compile.dox | 162 @subsection compile_options CMake options
|
/third_party/python/Doc/library/ |
D | sqlite3.rst | 174 where compile_options like 'THREADSAFE=%'
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 71873 compile_options, no_cache_reason,
|