Searched refs:void_type (Results 1 - 25 of 54) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/jit.dg/
H A Dtest-error-value-not-a-numeric-type.c14 gcc_jit_type *void_type = local
17 (void)gcc_jit_context_new_rvalue_from_double (ctxt, void_type, 42.0);
H A Dtest-error-param-sharing.c25 gcc_jit_type *void_type = local
37 void_type,
43 void_type,
H A Dtest-error-call-through-ptr-with-mismatching-args.c21 gcc_jit_type *void_type = local
31 void_type,
41 void_type,
H A Dtest-error-call-through-ptr-with-not-enough-args.c21 gcc_jit_type *void_type = local
29 void_type,
39 void_type,
H A Dtest-error-call-with-mismatching-args.c33 gcc_jit_type *void_type = local
46 void_type,
55 void_type,
H A Dtest-error-call-with-not-enough-args.c33 gcc_jit_type *void_type = local
44 void_type,
53 void_type,
H A Dtest-error-call-with-too-many-args.c34 gcc_jit_type *void_type = local
43 void_type,
54 void_type,
H A Dtest-error-dereference-read-of-non-pointer.c19 gcc_jit_type *void_type = local
30 void_type,
H A Dtest-error-param-reuse.c14 gcc_jit_type *void_type = local
30 void_type,
H A Dtest-error-return-within-void-function.c21 gcc_jit_type *void_type = local
29 void_type, /* "void" return */
H A Dtest-compile-to-dynamic-library.c22 gcc_jit_type *void_type = local
31 void_type,
H A Dtest-error-call-through-ptr-with-non-function.c21 gcc_jit_type *void_type = local
35 void_type,
H A Dtest-error-call-through-ptr-with-non-pointer.c21 gcc_jit_type *void_type = local
30 void_type,
H A Dtest-error-local-used-from-other-function.c27 gcc_jit_type *void_type = local
35 void_type,
H A Dtest-error-mismatching-types-in-assignment-op.c15 gcc_jit_type *void_type = local
25 void_type, /* gcc_jit_type *return_type */
H A Dtest-error-mismatching-types-in-assignment.c23 gcc_jit_type *void_type = local
31 void_type,
H A Dtest-error-param-used-from-other-function.c26 gcc_jit_type *void_type = local
36 void_type,
H A Dtest-error-call-through-ptr-with-too-many-args.c32 gcc_jit_type *void_type = local
40 void_type,
55 void_type,
H A Dtest-error-mismatching-types-in-call.c26 gcc_jit_type *void_type = local
38 void_type,
46 void_type,
H A Dtest-calling-external-function.c32 gcc_jit_type *void_type = local
48 void_type,
59 void_type,
H A Dtest-calling-function-ptr.c22 gcc_jit_type *void_type = local
35 void_type,
57 void_type,
H A Dtest-error-dereference-field-of-non-pointer.c26 gcc_jit_type *void_type = local
50 void_type,
H A Dtest-error-gcc_jit_lvalue_access_field-wrong-struct.c31 gcc_jit_type *void_type = local
73 void_type,
/haiku-buildtools/gcc/gcc/jit/docs/examples/
H A Dtut01-hello-world.c35 gcc_jit_type *void_type = local
44 void_type,
H A Dtut01-hello-world.cc35 gccjit::type void_type = ctxt.get_type (GCC_JIT_TYPE_VOID); local
44 void_type,

Completed in 193 milliseconds

123