Home
last modified time | relevance | path

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

12345678910>>...20

/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/boost/libs/histogram/benchmark/
Drun_benchmarks.py48 def recursion(results, commits, comments, ia, ib): function
55 recursion(results, commits, comments, ic, ib)
56 recursion(results, commits, comments, ia, ic)
113 recursion(results, commits, comments, a, b)
/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/boost/libs/local_function/test/
Dfactorial_seq.cpp23 (bool recursion)(default false) ) { in factorials()
29 if(!recursion) this_->results.push_back(result); in factorials()
Dfactorial.cpp29 bool recursion, default false) { in factorials()
35 if(!recursion) this_->results.push_back(result); in factorials()
/third_party/skia/third_party/externals/tint/tools/
Dknown_tint_failures9 self-recursion-v2.fail.wgsl
10 self-recursion.fail.wgsl
/third_party/glib/gobject/
Dgobject-query.c33 static gboolean recursion = TRUE; variable
79 if (children && recursion) in show_nodes()
176 recursion = FALSE; in main()
/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/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/libwebsockets/lib/system/async-dns/
Dprivate-lib-async-dns.h86 uint8_t recursion; member
/third_party/boost/libs/mpl/doc/src/refmanual/
DAlgorithms-Iteration.rst5 iteration and employing various optimizations such as recursion
/third_party/mesa3d/src/compiler/glsl/
Dlinker.h211 void recursion(const glsl_type *t, char **name, size_t name_length,
Dlink_uniforms.cpp273 recursion(type, &name_copy, strlen(name), false, NULL, packing, false, in process()
309 recursion(var->type, &name, strlen(name), row_major, NULL, packing, in process()
318 recursion(t, &name, strlen(name), row_major, NULL, packing, in process()
328 program_resource_visitor::recursion(const glsl_type *t, char **name, in recursion() function in program_resource_visitor
345 recursion(named_ifc_member->type, name, name_length, row_major, NULL, in recursion()
383 recursion(t->fields.structure[i].type, name, new_length, in recursion()
421 recursion(t->fields.array, name, new_length, row_major, in 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

12345678910>>...20