Home
last modified time | relevance | path

Searched refs:type_void (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/math/geogram/geogram-1.7.7/src/bin/fpg/
H A DASTtype.cpp114 if( t1 == type_void || t2 == type_void ) in computeType()
141 return type_void; in computeType()
175 return type_void; in computeType()
184 t = type_void; in computeType()
198 return type_void; in computeType()
207 return type_void; in computeType()
216 return type_void; in computeType()
H A DSymbol.cpp15 Type *type_void = new BaseType("void", BaseType::VOIDTYPE ); variable
29 fun_std_swap = new FunctionType( "std_swap", type_void ); in Funtype_init()
125 return (this == type_void) == (target_type == type_void); in isConvertible()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libdss/
H A Dcxcomp.c825 if (x.callout = cxcallout(cx, op, cx->state->type_void, cx->state->type_void, cx->disc)) in code()
898 t = cx->state->type_void; in prototype()
905 t = cx->state->type_void; in prototype()
969 t = cx->state->type_void; in parse()
1375 if (!code(cx, cc, expr, CX_POP, -1, cx->state->type_void, cx->state->type_void, NiL, 0, NiL)) in parse()
1508 if (!code(cx, cc, expr, CX_TST, 0, cx->state->type_void, cx->state->type_void, NiL, 0, NiL)) in parse()
1579 return cx->state->type_void; in parse()
1634 cc->type = cx->state->type_void; in compile()
1639 if (!code(cx, cc, expr, CX_END, 0, cx->state->type_void, cx->state->type_void, NiL, 0, NiL)) in compile()
1657 if (!code(cx, cc, expr, CX_END, 0, cx->state->type_void, cx->state->type_void, NiL, 0, NiL)) in compile()
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libdss/
H A Dcxcomp.c825 if (x.callout = cxcallout(cx, op, cx->state->type_void, cx->state->type_void, cx->disc)) in code()
898 t = cx->state->type_void; in prototype()
905 t = cx->state->type_void; in prototype()
969 t = cx->state->type_void; in parse()
1375 if (!code(cx, cc, expr, CX_POP, -1, cx->state->type_void, cx->state->type_void, NiL, 0, NiL)) in parse()
1508 if (!code(cx, cc, expr, CX_TST, 0, cx->state->type_void, cx->state->type_void, NiL, 0, NiL)) in parse()
1579 return cx->state->type_void; in parse()
1634 cc->type = cx->state->type_void; in compile()
1639 if (!code(cx, cc, expr, CX_END, 0, cx->state->type_void, cx->state->type_void, NiL, 0, NiL)) in compile()
1657 if (!code(cx, cc, expr, CX_END, 0, cx->state->type_void, cx->state->type_void, NiL, 0, NiL)) in compile()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libdss/
H A Dcxcomp.c829 if (x.callout = cxcallout(cx, op, cx->state->type_void, cx->state->type_void, cx->disc)) in code()
904 t = cx->state->type_void; in prototype()
911 t = cx->state->type_void; in prototype()
975 t = cx->state->type_void; in parse()
1388 if (!code(cx, cc, expr, CX_POP, -1, cx->state->type_void, cx->state->type_void, NiL, 0, NiL)) in parse()
1521 if (!code(cx, cc, expr, CX_TST, 0, cx->state->type_void, cx->state->type_void, NiL, 0, NiL)) in parse()
1592 return cx->state->type_void; in parse()
1647 cc->type = cx->state->type_void; in compile()
1652 if (!code(cx, cc, expr, CX_END, 0, cx->state->type_void, cx->state->type_void, NiL, 0, NiL)) in compile()
1673 if (!code(cx, cc, expr, CX_END, 0, cx->state->type_void, cx->state->type_void, NiL, 0, NiL)) in compile()
[all …]
/dports/lang/cparser/cparser-0.9.14/
H A Dbuiltins.c110 b(BUILTIN_VA_END, "va_end", make_function_1_type(type_void, type_valist, DM_NONE)); in create_gnu_builtins()
136 f(ir_bk_trap, "trap", make_function_type(type_void, 0, NULL, DM_NORETURN)); in create_gnu_builtins()
139 l("abort", make_function_type(type_void, 0, NULL, DM_NORETURN)); in create_gnu_builtins()
157 l("exit", make_function_type(type_void, 1, (type_t *[]) { type_int }, DM_NORETURN)); in create_gnu_builtins()
205 f(ir_bk_debugbreak, "__debugbreak", make_function_0_type(type_void, DM_NONE)); in create_microsoft_intrinsics()
213 …f(ir_bk_outport, "__outbyte", make_function_2_type(type_void, type_unsigned_short, typ… in create_microsoft_intrinsics()
214 …f(ir_bk_outport, "__outword", make_function_2_type(type_void, type_unsigned_short, typ… in create_microsoft_intrinsics()
215 …f(ir_bk_outport, "__outdword", make_function_2_type(type_void, type_unsigned_short, typ… in create_microsoft_intrinsics()
216 f(ir_bk_trap, "__ud2", make_function_type(type_void, 0, NULL, DM_NORETURN)); in create_microsoft_intrinsics()
H A Dtypes.c44 type_t *type_void; variable
135 type_void = make_atomic_type(ATOMIC_TYPE_VOID, TYPE_QUALIFIER_NONE); in init_basic_types()
166 type_void_ptr = make_pointer_type(type_void, TYPE_QUALIFIER_NONE); in init_basic_types()
168 type_void_ptr_restrict = make_pointer_type(type_void, TYPE_QUALIFIER_RESTRICT); in init_basic_types()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/jit.dg/
H A Dtest-error-dereferencing-void-ptr.c10 gcc_jit_type *type_void = in create_code() local
38 type_void, /* gcc_jit_type *return_type */ in create_code()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/jit.dg/
H A Dtest-error-dereferencing-void-ptr.c10 gcc_jit_type *type_void = in create_code() local
38 type_void, /* gcc_jit_type *return_type */ in create_code()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/jit.dg/
H A Dtest-error-dereferencing-void-ptr.c10 gcc_jit_type *type_void = in create_code() local
38 type_void, /* gcc_jit_type *return_type */ in create_code()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/jit.dg/
H A Dtest-error-dereferencing-void-ptr.c10 gcc_jit_type *type_void = in create_code() local
38 type_void, /* gcc_jit_type *return_type */ in create_code()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/jit.dg/
H A Dtest-error-dereferencing-void-ptr.c10 gcc_jit_type *type_void = in create_code() local
38 type_void, /* gcc_jit_type *return_type */ in create_code()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/jit.dg/
H A Dtest-error-dereferencing-void-ptr.c10 gcc_jit_type *type_void = in create_code() local
38 type_void, /* gcc_jit_type *return_type */ in create_code()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/jit.dg/
H A Dtest-error-dereferencing-void-ptr.c10 gcc_jit_type *type_void = in create_code() local
38 type_void, /* gcc_jit_type *return_type */ in create_code()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/jit.dg/
H A Dtest-error-dereferencing-void-ptr.c10 gcc_jit_type *type_void = in create_code() local
38 type_void, /* gcc_jit_type *return_type */ in create_code()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/jit.dg/
H A Dtest-error-dereferencing-void-ptr.c10 gcc_jit_type *type_void = in create_code() local
38 type_void, /* gcc_jit_type *return_type */ in create_code()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/jit.dg/
H A Dtest-error-dereferencing-void-ptr.c10 gcc_jit_type *type_void = in create_code() local
38 type_void, /* gcc_jit_type *return_type */ in create_code()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/jit.dg/
H A Dtest-error-dereferencing-void-ptr.c10 gcc_jit_type *type_void = in create_code() local
38 type_void, /* gcc_jit_type *return_type */ in create_code()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/jit.dg/
H A Dtest-error-dereferencing-void-ptr.c10 gcc_jit_type *type_void = in create_code() local
38 type_void, /* gcc_jit_type *return_type */ in create_code()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/jit.dg/
H A Dtest-error-dereferencing-void-ptr.c10 gcc_jit_type *type_void = in create_code() local
38 type_void, /* gcc_jit_type *return_type */ in create_code()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/jit.dg/
H A Dtest-error-dereferencing-void-ptr.c10 gcc_jit_type *type_void = in create_code() local
38 type_void, /* gcc_jit_type *return_type */ in create_code()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/jit.dg/
H A Dtest-error-dereferencing-void-ptr.c10 gcc_jit_type *type_void = in create_code() local
38 type_void, /* gcc_jit_type *return_type */ in create_code()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/jit.dg/
H A Dtest-error-dereferencing-void-ptr.c10 gcc_jit_type *type_void =
38 type_void, /* gcc_jit_type *return_type */
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/jit.dg/
H A Dtest-error-dereferencing-void-ptr.c10 gcc_jit_type *type_void = in create_code() local
38 type_void, /* gcc_jit_type *return_type */ in create_code()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/jit.dg/
H A Dtest-error-dereferencing-void-ptr.c10 gcc_jit_type *type_void = in create_code() local
38 type_void, /* gcc_jit_type *return_type */ in create_code()

1234567