Home
last modified time | relevance | path

Searched defs:defobj (Results 1 – 25 of 50) sorted by relevance

12

/dports/x11-toolkits/xforms/xforms-1.2.4/fdesign/
H A Dsp_pixmap.c163 FL_OBJECT *defobj = create_default_pixmap( obj ); in pixmap_emit_spec_fd_code() local
204 FL_OBJECT *defobj = create_default_pixmap( obj ); in pixmap_emit_spec_c_code() local
359 FL_OBJECT *defobj = NULL; in create_default_pixmap() local
H A Dsp_twheel.c113 FL_OBJECT *defobj = fl_create_thumbwheel( obj->type, 0, 0, 0, 0, "" ); in twheel_emit_spec_fd_code() local
143 FL_OBJECT *defobj = fl_create_thumbwheel( obj->type, 0, 0, 0, 0, "" ); in twheel_emit_spec_c_code() local
H A Dsp_counter.c133 FL_OBJECT *defobj = fl_create_counter( obj->type, 0, 0, 0, 0, "" ); in counter_emit_spec_fd_code() local
164 FL_OBJECT *defobj = fl_create_counter( obj->type, 0, 0, 0, 0, "" ); in counter_emit_spec_c_code() local
H A Dsp_positioner.c127 FL_OBJECT *defobj = fl_create_positioner( obj->type, 0, 0, 0, 0, "" ); in positioner_emit_spec_fd_code() local
160 FL_OBJECT *defobj = fl_create_positioner( obj->type, 0, 0, 0, 0, "" ); in positioner_emit_spec_c_code() local
H A Dsp_spinner.c169 FL_OBJECT *defobj = fl_create_spinner( obj->type, 0, 0, 0, 0, "" ); in spinner_emit_spec_fd_code() local
211 FL_OBJECT *defobj = fl_create_spinner( obj->type, 0, 0, 0, 0, "" ); in spinner_emit_spec_c_code() local
H A Dsp_button.c226 FL_OBJECT *defobj = defobj = create_default_button( obj ); in button_emit_spec_fd_code() local
299 FL_OBJECT *defobj = defobj = create_default_button( obj ); in button_emit_spec_c_code() local
589 FL_OBJECT *defobj = NULL; in create_default_button() local
H A Dsp_dial.c144 FL_OBJECT *defobj = fl_create_dial( obj->type, 0, 0, 0, 0, "" ); in dial_emit_spec_fd_code() local
175 FL_OBJECT *defobj = fl_create_dial( obj->type, 0, 0, 0, 0, "" ); in dial_emit_spec_c_code() local
H A Dsp_slider.c123 FL_OBJECT *defobj = ( obj->objclass == FL_SLIDER ? in slider_emit_spec_fd_code() local
182 FL_OBJECT *defobj = ( obj->objclass == FL_SLIDER ? in slider_emit_spec_c_code() local
H A Dsp_xyplot.c144 FL_OBJECT *defobj; in xyplot_emit_spec_fd_code() local
197 FL_OBJECT *defobj; in xyplot_emit_spec_c_code() local
H A Dsp_scrollbar.c149 FL_OBJECT *defobj = fl_create_scrollbar( obj->type, 0, 0, 0, 0, "" ); in scrollbar_emit_spec_fd_code() local
185 FL_OBJECT *defobj = fl_create_scrollbar( obj->type, 0, 0, 0, 0, "" ); in scrollbar_emit_spec_c_code() local
H A Dsp_browser.c98 FL_OBJECT *defobj = fl_create_browser( obj->type, 0, 0, 0, 0, "" ); in browser_emit_spec_fd_code() local
124 FL_OBJECT *defobj = fl_create_browser( obj->type, 0, 0, 0, 0, "" ); in browser_emit_spec_c_code() local
H A Dsp_choice.c111 FL_OBJECT *defobj = fl_create_choice( obj->type, 0, 0, 0, 0, "" ); in choice_emit_spec_fd_code() local
150 FL_OBJECT *defobj = fl_create_choice( obj->type, 0, 0, 0, 0, "" ); in choice_emit_spec_c_code() local
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-diag3.C54 constexpr Def defobj; // { dg-error "uninitialized" } variable
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-diag3.C54 constexpr Def defobj; // { dg-error "uninitialized" } variable
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-diag3.C54 constexpr Def defobj; // { dg-error "uninitialized" } variable
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-diag3.C54 constexpr Def defobj; // { dg-error "uninitialized" } variable
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-diag3.C54 constexpr Def defobj; // { dg-error "uninitialized" } variable
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-diag3.C54 constexpr Def defobj; // { dg-error "uninitialized" } variable
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-diag3.C54 constexpr Def defobj; // { dg-error "uninitialized" } variable
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-diag3.C54 constexpr Def defobj; // { dg-error "uninitialized" } variable
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-diag3.C54 constexpr Def defobj; // { dg-error "uninitialized" } variable
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-diag3.C54 constexpr Def defobj; // { dg-error "uninitialized" } variable
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-diag3.C54 constexpr Def defobj; // { dg-error "uninitialized" } variable
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-diag3.C54 constexpr Def defobj; // { dg-error "uninitialized" } variable
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-diag3.C54 constexpr Def defobj; // { dg-error "uninitialized" } variable

12