Home
last modified time | relevance | path

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

12345678910>>...13

/third_party/pcre2/pcre2/testdata/
Dtestoutput15209 Failed: error -52: nested recursion at the same subject position
213 Failed: error -52: nested recursion at the same subject position
217 Failed: error -52: nested recursion at the same subject position
370 # These tests provoke recursion loops, which give a different error message
378 Failed: error -52: nested recursion at the same subject position
388 Failed: error -52: nested recursion at the same subject position
398 Failed: error -52: nested recursion at the same subject position
408 Failed: error -52: nested recursion at the same subject position
418 Failed: error -52: nested recursion at the same subject position
422 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/node/deps/openssl/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/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/node/deps/v8/tools/ubsan/
Dvptr_ignorelist.txt9 # UBsan goes into an infinite recursion when __dynamic_cast instrumented with
/third_party/json/docs/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/node/deps/v8/src/builtins/
Dtyped-array-sort.tq67 // On the next recursion step source becomes target and vice versa.
69 // array into a work array on each recursion step.
/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

12345678910>>...13