Home
last modified time | relevance | path

Searched refs:closure_t (Results 1 – 25 of 77) sorted by relevance

1234

/dports/games/nazghul/nazghul-0.7.1/src/
H A Dclosure.h37 } closure_t; typedef
41 extern closure_t *closure_new(scheme *interp, pointer code);
42 extern closure_t *closure_new_ref(scheme *interp, pointer code);
43 extern void closure_init(closure_t *closure, scheme *interp, pointer code);
44 extern int closure_exec(closure_t *closure, const char *fmt, ...);
45 extern pointer closure_execv(closure_t *closure, const char *fmt, va_list args);
47 extern void closure_save(closure_t *closure, struct save *save);
48 extern void closure_ref(closure_t *closure);
49 extern void closure_unref(closure_t *closure);
52 int closure_execlpv(closure_t *closure, pointer gob, void *obj,
[all …]
H A Dclosure.c39 static void closure_del(closure_t *closure) in closure_del()
152 closure_t *closure_new(scheme *sc, pointer code) in closure_new()
154 closure_t *clx = (closure_t*)calloc(1, sizeof(*clx)); in closure_new()
162 closure_t *closure_new_ref(scheme *sc, pointer code) in closure_new_ref()
164 closure_t *clx = closure_new(sc, code); in closure_new_ref()
169 void closure_init(closure_t *clx, scheme *sc, pointer code) in closure_init()
175 int closure_exec(closure_t *closure, const char *fmt, ...) in closure_exec()
193 void closure_save(closure_t *closure, struct save *save) in closure_save()
206 void closure_ref(closure_t *closure) in closure_ref()
211 void closure_unref(closure_t *closure) in closure_unref()
[all …]
H A Deffect.h43 closure_t *exec; /* scheme proc to execute on-hook */
44 closure_t *apply; /* scheme proc to execute on-attach */
45 closure_t *rm; /* scheme proc to execute on-removal */
46 closure_t *restart; /* scheme proc to restart effect on reload */
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dpr13394-crash-on-invalid.cpp5 struct closure_t { struct
11 …struct closure_t { // expected-note {{'closure_t' declared here}} expected-note {{'gatekeeper_fact… struct
12 …gatekeeper_v1::closure_t* create(); // expected-error {{no type named 'closure_t' in namespace 'ga…
16 …gatekeeper_v1::closure_t *x; // expected-error {{no type named 'closure_t' in namespace 'gatekeepe…
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dpr13394-crash-on-invalid.cpp5 struct closure_t { struct
11 …struct closure_t { // expected-note {{'closure_t' declared here}} expected-note {{'gatekeeper_fact… struct
12 …gatekeeper_v1::closure_t* create(); // expected-error {{no type named 'closure_t' in namespace 'ga…
16 …gatekeeper_v1::closure_t *x; // expected-error {{no type named 'closure_t' in namespace 'gatekeepe…
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dpr13394-crash-on-invalid.cpp5 struct closure_t { struct
11 …struct closure_t { // expected-note {{'closure_t' declared here}} expected-note {{'gatekeeper_fact… struct
12 …gatekeeper_v1::closure_t* create(); // expected-error {{no type named 'closure_t' in namespace 'ga…
16 …gatekeeper_v1::closure_t *x; // expected-error {{no type named 'closure_t' in namespace 'gatekeepe…
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dpr13394-crash-on-invalid.cpp5 struct closure_t { struct
11 …struct closure_t { // expected-note {{'closure_t' declared here}} expected-note {{'gatekeeper_fact… struct
12 …gatekeeper_v1::closure_t* create(); // expected-error {{no type named 'closure_t' in namespace 'ga…
16 …gatekeeper_v1::closure_t *x; // expected-error {{no type named 'closure_t' in namespace 'gatekeepe…
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dpr13394-crash-on-invalid.cpp5 struct closure_t { struct
11 …struct closure_t { // expected-note {{'closure_t' declared here}} expected-note {{'gatekeeper_fact… struct
12 …gatekeeper_v1::closure_t* create(); // expected-error {{no type named 'closure_t' in namespace 'ga…
16 …gatekeeper_v1::closure_t *x; // expected-error {{no type named 'closure_t' in namespace 'gatekeepe…
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dpr13394-crash-on-invalid.cpp5 struct closure_t { struct
11 …struct closure_t { // expected-note {{'closure_t' declared here}} expected-note {{'gatekeeper_fact… struct
12 …gatekeeper_v1::closure_t* create(); // expected-error {{no type named 'closure_t' in namespace 'ga…
16 …gatekeeper_v1::closure_t *x; // expected-error {{no type named 'closure_t' in namespace 'gatekeepe…
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dpr13394-crash-on-invalid.cpp5 struct closure_t { struct
11 …struct closure_t { // expected-note {{'closure_t' declared here}} expected-note {{'gatekeeper_fact… struct
12 …gatekeeper_v1::closure_t* create(); // expected-error {{no type named 'closure_t' in namespace 'ga…
16 …gatekeeper_v1::closure_t *x; // expected-error {{no type named 'closure_t' in namespace 'gatekeepe…
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dpr13394-crash-on-invalid.cpp5 struct closure_t { struct
11 …struct closure_t { // expected-note {{'closure_t' declared here}} expected-note {{'gatekeeper_fact… struct
12 …gatekeeper_v1::closure_t* create(); // expected-error {{no type named 'closure_t' in namespace 'ga…
16 …gatekeeper_v1::closure_t *x; // expected-error {{no type named 'closure_t' in namespace 'gatekeepe…
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dpr13394-crash-on-invalid.cpp5 struct closure_t { struct
11 …struct closure_t { // expected-note {{'closure_t' declared here}} expected-note {{'gatekeeper_fact… struct
12 …gatekeeper_v1::closure_t* create(); // expected-error {{no type named 'closure_t' in namespace 'ga…
16 …gatekeeper_v1::closure_t *x; // expected-error {{no type named 'closure_t' in namespace 'gatekeepe…
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dpr13394-crash-on-invalid.cpp5 struct closure_t { struct
11 …struct closure_t { // expected-note {{'closure_t' declared here}} expected-note {{'gatekeeper_fact… struct
12 …gatekeeper_v1::closure_t* create(); // expected-error {{no type named 'closure_t' in namespace 'ga…
16 …gatekeeper_v1::closure_t *x; // expected-error {{no type named 'closure_t' in namespace 'gatekeepe…
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dpr13394-crash-on-invalid.cpp5 struct closure_t { struct
11 …struct closure_t { // expected-note {{'closure_t' declared here}} expected-note {{'gatekeeper_fact… struct
12 …gatekeeper_v1::closure_t* create(); // expected-error {{no type named 'closure_t' in namespace 'ga…
16 …gatekeeper_v1::closure_t *x; // expected-error {{no type named 'closure_t' in namespace 'gatekeepe…
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dpr13394-crash-on-invalid.cpp5 struct closure_t { struct
11 …struct closure_t { // expected-note {{'closure_t' declared here}} expected-note {{'gatekeeper_fact… struct
12 …gatekeeper_v1::closure_t* create(); // expected-error {{no type named 'closure_t' in namespace 'ga…
16 …gatekeeper_v1::closure_t *x; // expected-error {{no type named 'closure_t' in namespace 'gatekeepe…
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dpr13394-crash-on-invalid.cpp5 struct closure_t { struct
11 …struct closure_t { // expected-note {{'closure_t' declared here}} expected-note {{'gatekeeper_fact… struct
12 …gatekeeper_v1::closure_t* create(); // expected-error {{no type named 'closure_t' in namespace 'ga…
16 …gatekeeper_v1::closure_t *x; // expected-error {{no type named 'closure_t' in namespace 'gatekeepe…
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dpr13394-crash-on-invalid.cpp5 struct closure_t { struct
11 …struct closure_t { // expected-note {{'closure_t' declared here}} expected-note {{'gatekeeper_fact… struct
12 …gatekeeper_v1::closure_t* create(); // expected-error {{no type named 'closure_t' in namespace 'ga…
16 …gatekeeper_v1::closure_t *x; // expected-error {{no type named 'closure_t' in namespace 'gatekeepe…
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dpr13394-crash-on-invalid.cpp5 struct closure_t { struct
11 …struct closure_t { // expected-note {{'closure_t' declared here}} expected-note {{'gatekeeper_fact… struct
12 …gatekeeper_v1::closure_t* create(); // expected-error {{no type named 'closure_t' in namespace 'ga…
16 …gatekeeper_v1::closure_t *x; // expected-error {{no type named 'closure_t' in namespace 'gatekeepe…
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dpr13394-crash-on-invalid.cpp5 struct closure_t { struct
11 …struct closure_t { // expected-note {{'closure_t' declared here}} expected-note {{'gatekeeper_fact… struct
12 …gatekeeper_v1::closure_t* create(); // expected-error {{no type named 'closure_t' in namespace 'ga…
16 …gatekeeper_v1::closure_t *x; // expected-error {{no type named 'closure_t' in namespace 'gatekeepe…
/dports/devel/p5-FFI-Platypus-Declare/FFI-Platypus-Declare-1.34/t/ffi/
H A Duint8.c4 typedef uint8_t (*closure_t)(uint8_t); typedef
5 static closure_t my_closure;
8 uint8_set_closure(closure_t closure) in uint8_set_closure()
H A Dstring.c18 typedef void (*closure_t)(my_string_t); typedef
19 static closure_t my_closure;
22 string_set_closure(closure_t closure) in string_set_closure()
/dports/devel/p5-FFI-Platypus/FFI-Platypus-1.56/examples/
H A Dclosure.c7 typedef int (*closure_t)(int); typedef
8 closure_t my_closure = NULL;
10 void set_closure(closure_t value) in set_closure()
/dports/devel/p5-FFI-Platypus/FFI-Platypus-1.56/t/ffi/
H A Dfloat.c58 typedef float (*closure_t)(float); typedef
59 static closure_t my_closure;
62 float_set_closure(closure_t closure) in float_set_closure()
H A Ddouble.c63 typedef double (*closure_t)(double); typedef
64 static closure_t my_closure;
67 double_set_closure(closure_t closure) in double_set_closure()
H A Duint8.c58 typedef uint8_t (*closure_t)(uint8_t); typedef
59 static closure_t my_closure;
62 uint8_set_closure(closure_t closure) in uint8_set_closure()

1234