Home
last modified time | relevance | path

Searched refs:check_stack (Results 1 – 25 of 438) sorted by relevance

12345678910>>...18

/dports/devel/libslang2/slang-2.3.2/src/test/
H A Dstack.sl11 private define check_stack (f, a) function
26 check_stack ("_stk_roll 0", [1,2,3,4,5]);
28 check_stack ("_stk_roll 1", [1,2,3,4,5]);
30 check_stack ("_stk_roll 2", [1,2,3,5,4]);
32 check_stack ("_stk_roll -2", [1,2,3,4,5]);
33 _stk_roll (-5); check_stack ("_stk_roll -5", [2,3,4,5,1]);
34 _stk_roll (5); check_stack ("_stk_roll 5", [1,2,3,4,5]);
45 check_stack ("_stk_reverse -3 corruption", [1,2,5,4,3]);
47 dup (); check_stack ("dup", [1,2,5,4,3,3]);
48 pop (); check_stack ("pop", [1,2,5,4,3]);
[all …]
/dports/science/nest/nest-simulator-3.1/pynest/nest/lib/
H A Dhl_api_simulation.py48 @check_stack
67 @check_stack
106 @check_stack
122 @check_stack
175 @check_stack
199 @check_stack
246 @check_stack
295 @check_stack
325 @check_stack
338 @check_stack
H A Dhl_api_parallel_computing.py40 @check_stack
64 @check_stack
78 @check_stack
95 @check_stack
112 @check_stack
120 @check_stack
H A Dhl_api_info.py50 @check_stack
59 @check_stack
68 @check_stack
92 @check_stack
131 @check_stack
150 @check_stack
171 @check_stack
192 @check_stack
213 @check_stack
305 @check_stack
H A Dhl_api_models.py39 @check_stack
96 @check_stack
111 @check_stack
137 @check_stack
191 @check_stack
H A Dhl_api_nodes.py43 @check_stack
145 @check_stack
180 @check_stack
H A Dhl_api_connections.py47 @check_stack
115 @check_stack
290 @check_stack
/dports/math/gnubc/bc-1.07.1/bc/
H A Dexecute.c369 if (check_stack(2)) in execute()
379 if (check_stack(2)) in execute()
389 if (check_stack(2)) in execute()
400 if (check_stack(2)) in execute()
411 if (check_stack(2)) in execute()
423 if (check_stack(2)) in execute()
439 if (check_stack(2)) in execute()
456 if (check_stack(2)) in execute()
470 if (check_stack(2)) in execute()
480 if (check_stack(2)) in execute()
[all …]
/dports/devel/monotone/monotone-1.1/src/
H A Dlua.cc114 Lua::check_stack(int count) in check_stack() function in Lua
298 check_stack(1); in begin()
312 if (!check_stack(1)) return false; in next()
327 if (!check_stack(1)) return *this; in push_str()
336 if (!check_stack(1)) return *this; in push_int()
345 if (check_stack(1)) return *this; in push_double()
354 if (!check_stack(1)) return *this; in push_bool()
363 if (!check_stack(1)) return *this; in push_nil()
372 if (!check_stack(1)) return *this; in push_table()
381 if (!check_stack(1)) return *this; in set_table()
[all …]
/dports/devel/p5-Devel-TraceCalls/Devel-TraceCalls-0.04/t/
H A Dcaller.t81 sub check_stack {
99check_stack } use Devel::TraceCalls; BEGIN { compile_stack_checker } BEGIN { %after_use = check_st…
/dports/lang/gcc48/gcc-4.8.5/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace.cc205 StackTrace check_stack; in CompressStack()
206 UncompressStack(&check_stack, compressed, size); in CompressStack()
207 if (res < check_stack.size) { in CompressStack()
209 check_stack.size, size); in CompressStack()
213 CHECK(res >= check_stack.size); in CompressStack()
214 CHECK_EQ(0, REAL(memcmp)(check_stack.trace, stack->trace, in CompressStack()
215 check_stack.size * sizeof(uptr))); in CompressStack()
/dports/devel/mingw32-gcc/gcc-4.8.1/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace.cc205 StackTrace check_stack; in CompressStack()
206 UncompressStack(&check_stack, compressed, size); in CompressStack()
207 if (res < check_stack.size) { in CompressStack()
209 check_stack.size, size); in CompressStack()
213 CHECK(res >= check_stack.size); in CompressStack()
214 CHECK_EQ(0, REAL(memcmp)(check_stack.trace, stack->trace, in CompressStack()
215 check_stack.size * sizeof(uptr))); in CompressStack()
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dauto4_lua.cpp412 stackcheck.check_stack(0); in Create()
429 stackcheck.check_stack(0); in Create()
436 stackcheck.check_stack(0); in Create()
441 stackcheck.check_stack(0); in Create()
464 stackcheck.check_stack(0); in Create()
472 stackcheck.check_stack(1); in Create()
483 stackcheck.check_stack(0); in Create()
752 stackcheck.check_stack(0); in operator ()()
845 stackcheck.check_stack(0); in operator ()()
855 stackcheck.check_stack(0); in IsActive()
[all …]
/dports/net/py-DTLSSocket/DTLSSocket-0.1.12/DTLSSocket/tinydtls/
H A Ddtls_debug.h36 static inline void check_stack(void) { in check_stack() function
45 static inline void check_stack(void) { in check_stack() function
51 static inline void check_stack(void) { in check_stack() function
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/rdi-share/
H A Dlogging.c298 #pragma check_stack
316 #pragma check_stack
337 #pragma check_stack
364 #pragma check_stack
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/rdi-share/
H A Dlogging.c298 #pragma check_stack
316 #pragma check_stack
337 #pragma check_stack
364 #pragma check_stack
/dports/misc/xplr/xplr-0.17.0/cargo-crates/mlua-0.7.0/src/
H A Dtable.rs14 use crate::util::{assert_stack, check_stack, StackGuard};
66 check_stack(lua.state, 5)?; in set()
105 check_stack(lua.state, 4)?; in get()
123 check_stack(lua.state, 4)?; in contains_key()
196 check_stack(lua.state, 5)?; in raw_set()
212 check_stack(lua.state, 3)?; in raw_get()
235 check_stack(lua.state, 5)?; in raw_insert()
268 check_stack(lua.state, 4)?; in raw_remove()
294 check_stack(lua.state, 4)?; in len()
727 check_stack(lua.state, 5)?; in next()
[all …]
/dports/sysutils/vector/rlua-25bd7e6bffef9597466a98bfca80a3056c9e6320/src/
H A Dthread.rs7 assert_stack, check_stack, error_traceback, pop_error, protect_lua_closure, StackGuard,
94 check_stack(lua.state, nargs)?; in resume()
95 check_stack(thread_state, nargs + 1)?; in resume()
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/sol/
H A Dstack_guard.hpp49 bool check_stack(int modification = 0) const { in check_stack() function
58 check_stack(); in ~stack_guard()
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/sol/
H A Dstack_guard.hpp49 bool check_stack(int modification = 0) const { in check_stack() function
58 check_stack(); in ~stack_guard()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/sol/
H A Dstack_guard.hpp55 bool check_stack(int modification = 0) const { in check_stack() function
64 check_stack(); in ~stack_guard()
/dports/devel/sol2/sol2-4.0.0-alpha/include/sol/
H A Dstack_guard.hpp53 bool check_stack(int modification = 0) const { in check_stack() function
62 check_stack(); in ~stack_guard()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/test/Isl/CodeGen/
H A D20100708.ll6 br i1 undef, label %check_stack.exit456.thread, label %bb.i451.preheader
14 check_stack.exit456.thread: ; preds = %bb116
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/test/CodeGen/
H A D20100708.ll6 br i1 undef, label %check_stack.exit456.thread, label %bb.i451.preheader
14 check_stack.exit456.thread: ; preds = %bb116
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/test/Isl/CodeGen/
H A D20100708.ll6 br i1 undef, label %check_stack.exit456.thread, label %bb.i451.preheader
14 check_stack.exit456.thread: ; preds = %bb116

12345678910>>...18