Home
last modified time | relevance | path

Searched defs:func_call (Results 1 – 25 of 141) sorted by relevance

123456

/dports/textproc/py-duecredit/duecredit-0.9.1/duecredit/tests/
H A Dtest_injections.py59 def _test_simple_injection(self, func, import_stmt, func_call=None): argument
99 def _test_double_injection(self, func, import_stmt, func_call=None): argument
152 def test_simple_injection(self, func, import_stmt, func_call): argument
156 def test_double_injection(self, func, import_stmt, func_call): argument
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/vx-share/
H A Dxdr_rdb.h44 struct func_call { struct
51 typedef struct func_call func_call; typedef
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/vx-share/
H A Dxdr_rdb.h44 struct func_call { struct
51 typedef struct func_call func_call; argument
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_internals.h304 #define gmt_M_err_trap(func_call) if ((err = (func_call)) != GMT_NOERROR) {GMT_Report(GMT->parent,G… argument
306 #define gmt_M_err_trap(func_call) if ((err = (func_call)) != GMT_NOERROR) return(err) argument
/dports/www/firefox-esr/firefox-91.8.0/mfbt/tests/
H A DTestPoisonArea.cpp372 struct func_call { in JumpTo() struct
373 uintptr_t mFunc; in JumpTo()
374 uintptr_t mGp; in JumpTo()
/dports/www/firefox/firefox-99.0/mfbt/tests/
H A DTestPoisonArea.cpp375 struct func_call { in JumpTo() struct
376 uintptr_t mFunc; in JumpTo()
377 uintptr_t mGp; in JumpTo()
/dports/lang/spidermonkey60/firefox-60.9.0/mfbt/tests/
H A DTestPoisonArea.cpp401 struct func_call in JumpTo() struct
403 uintptr_t mFunc; in JumpTo()
404 uintptr_t mGp; in JumpTo()
/dports/www/firefox-legacy/firefox-52.8.0esr/mfbt/tests/
H A DTestPoisonArea.cpp394 struct func_call in JumpTo() struct
396 uintptr_t mFunc; in JumpTo()
397 uintptr_t mGp; in JumpTo()
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/tests/
H A DTestPoisonArea.cpp372 struct func_call { in JumpTo() struct
373 uintptr_t mFunc; in JumpTo()
374 uintptr_t mGp; in JumpTo()
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/tests/
H A DTestPoisonArea.cpp366 struct func_call { in JumpTo() struct
367 uintptr_t mFunc; in JumpTo()
368 uintptr_t mGp; in JumpTo()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/sljit/dist/doc/tutorial/
H A Dfunc_call.c25 static int func_call(long a, long b, long c) in func_call() function
/dports/devel/libbpfjit/sljit-849950a/doc/tutorial/
H A Dfunc_call.c25 static int func_call(long a, long b, long c) in func_call() function
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/expected/cpp/
H A D33076-multi_line.cpp40 void func_call() in func_call() function
H A D33071-multi_line.cpp39 void func_call() in func_call() function
H A D33072-multi_line.cpp39 void func_call() in func_call() function
H A D33074-multi_line.cpp38 void func_call() in func_call() function
H A D33077-multi_line.cpp54 void func_call() in func_call() function
H A D33078-multi_line.cpp36 void func_call() in func_call() function
H A D33079-multi_line.cpp36 void func_call() in func_call() function
H A D33080-multi_line.cpp36 void func_call() in func_call() function
H A D33070-multi_line.cpp36 void func_call() in func_call() function
H A D33073-multi_line.cpp38 void func_call() in func_call() function
H A D33075-multi_line.cpp40 void func_call() in func_call() function
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/input/cpp/
H A Dmulti_line.cpp34 void func_call() in func_call() function
/dports/devel/upp/upp/bazaar/plugin/tcc/
H A Dil-gen.c71 int func_call; /* func call type (FUNC_STDCALL or FUNC_CDECL) */ member
380 void gfunc_start(GFuncContext *c, int func_call) in gfunc_start()
420 int addr, u, func_call; in gfunc_prolog() local

123456