Home
last modified time | relevance | path

Searched refs:recursion (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/third_party/pcre2/pcre2/testdata/
Dtestoutput15215 Failed: error -52: nested recursion at the same subject position
219 Failed: error -52: nested recursion at the same subject position
223 Failed: error -52: nested recursion at the same subject position
376 # These tests provoke recursion loops, which give a different error message
384 Failed: error -52: nested recursion at the same subject position
394 Failed: error -52: nested recursion at the same subject position
404 Failed: error -52: nested recursion at the same subject position
414 Failed: error -52: nested recursion at the same subject position
424 Failed: error -52: nested recursion at the same subject position
428 Failed: error -52: nested recursion at the same subject position
[all …]
/third_party/mesa3d/src/compiler/glsl/
Dlink_uniforms.cpp56 recursion(type, &name_copy, strlen(name), false, NULL, packing, false, in process()
92 recursion(var->type, &name, strlen(name), row_major, NULL, packing, in process()
101 recursion(t, &name, strlen(name), row_major, NULL, packing, in process()
111 program_resource_visitor::recursion(const glsl_type *t, char **name, in recursion() function in program_resource_visitor
128 recursion(named_ifc_member->type, name, name_length, row_major, NULL, in recursion()
166 recursion(t->fields.structure[i].type, name, new_length, in recursion()
204 recursion(t->fields.array, name, new_length, row_major, in recursion()
Dlinker.h191 void recursion(const glsl_type *t, char **name, size_t name_length,
/third_party/glslang/Test/
Drecurse2.frag3 // cross-unit recursion
5 // two-level recursion
Drecurse1.vert7 // direct recursion
14 // two-level recursion
Drecurse1.frag3 // cross-unit recursion
7 // two-level recursion
/third_party/skia/third_party/externals/tint/tools/
Dknown_tint_failures9 self-recursion-v2.fail.wgsl
10 self-recursion.fail.wgsl
/third_party/typescript/tests/baselines/reference/
DnoUnusedLocals_selfReference.types46 // back when all non-blocks were checked for recursion.
60 // Does not detect mutual recursion.
DnoUnusedLocals_selfReference.errors.txt44 // back when all non-blocks were checked for recursion.
52 // Does not detect mutual recursion.
DnoUnusedLocals_selfReference.symbols48 // back when all non-blocks were checked for recursion.
65 // Does not detect mutual recursion.
/third_party/mesa3d/docs/relnotes/
D9.2.2.rst34 Valgrind error in program_resource_visitor::recursion
72 program_resource_visitor::recursion.
/third_party/openssl/crypto/encode_decode/
Ddecoder_lib.c34 size_t recursion; member
699 new_data.recursion = data->recursion + 1; in decoder_process()
702 #define LEVEL (new_data.recursion < sizeof(LEVEL_STR) \ in decoder_process()
703 ? &LEVEL_STR[sizeof(LEVEL_STR) - new_data.recursion - 1] \ in decoder_process()
/third_party/skia/tests/sksl/runtime_errors/
DIllegalRecursionSimple.skvm3 error: 4: potential recursion (function call cycle) not allowed:
DIllegalRecursionMutual.skvm3 error: 5: potential recursion (function call cycle) not allowed:
DIllegalRecursionComplex.skvm3 error: 16: potential recursion (function call cycle) not allowed:
/third_party/skia/resources/sksl/runtime_errors/
DIllegalRecursionSimple.rts3 // Simple recursion is not allowed, even with branching:
DIllegalRecursionMutual.rts3 // Straightforward mutual recursion (not allowed)
DIllegalRecursionComplex.rts3 // Complex recursion spanning several functions with overloads, etc.
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/m4sugar/
Dforeach.m44 # Speeds up GNU M4 1.4.x by avoiding quadratic $@ recursion, but penalizes
42 # recursion by writing a variant of m4_foreach that uses m4_for rather
43 # than $@ recursion to operate on the list. This involves more macro
47 # costs additional time; therefore, in M4 1.6, where $@ recursion uses
62 # ARG, expand PRE[ARG]POST[]. The IGNORED argument makes recursion
67 # that temporary macro. Thus, the recursion is done in m4_for without
/third_party/json/doc/mkdocs/docs/api/basic_json/
Dparser_callback_t.md11 `event`) with a set recursion depth `depth` and context JSON value `parsed`. The return value of th…
39 : the depth of the recursion during parsing
/third_party/libwebsockets/lib/system/async-dns/
Dprivate-lib-async-dns.h86 uint8_t recursion; member
/third_party/json/
D.clang-tidy29 -misc-no-recursion,
/third_party/ltp/tools/sparse/sparse-src/
Dgdbhelpers7 # If a gdb_show_* function is running at a non-zero recursion
9 # recursion. Also note that gdb has only one, global, scope
/third_party/pcre2/pcre2/
Dconfigure.ac334 # Recognize old synonym --with-match-limit-recursion
347 AC_ARG_WITH(match-limit-recursion,,
368 # Handle --disable-stack-for-recursion
370 AC_ARG_ENABLE(stack-for-recursion,,
374 # AC_ARG_ENABLE(stack-for-recursion,
375 # AS_HELP_STRING([--disable-stack-for-recursion],
376 # [don't use stack recursion when matching]),
794 # --with-match-limit-recursion is an obsolete synonym for --with-match-limit-depth
799 WARNING: --with-match-limit-recursion is an obsolete option. Please use
1059 # --disable-stack-for-recursion is obsolete and has no effect.
[all …]
/third_party/jerryscript/docs/
D01.CONFIGURATION.md214 ### GC mark recursion limit
216recursion depth during the GC mark phase. The provided value should be an integer, which represent…
227 …o cap the stack usage of the engine, and prevent stack overflows due to recursion. The provided va…

12345678910>>...13