HomeSort by: relevance | last modified time | path
    Searched refs:BOOL_BITFIELD (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
gimple-walk.h 60 BOOL_BITFIELD val_only : 1;
63 BOOL_BITFIELD is_lhs : 1;
67 BOOL_BITFIELD changed : 1;
70 BOOL_BITFIELD want_locations : 1;
73 BOOL_BITFIELD removed_stmt : 1;
opts.h 97 BOOL_BITFIELD cl_disabled : 1;
103 BOOL_BITFIELD cl_separate_alias : 1;
105 BOOL_BITFIELD cl_negative_alias : 1;
107 BOOL_BITFIELD cl_no_driver_arg : 1;
109 BOOL_BITFIELD cl_reject_driver : 1;
111 BOOL_BITFIELD cl_reject_negative : 1;
113 BOOL_BITFIELD cl_missing_ok : 1;
115 BOOL_BITFIELD cl_uinteger : 1;
117 BOOL_BITFIELD cl_host_wide_int : 1;
119 BOOL_BITFIELD cl_tolower : 1
    [all...]
sel-sched-ir.h 146 BOOL_BITFIELD needs_spec_check_p : 1;
150 BOOL_BITFIELD was_substituted : 1;
153 BOOL_BITFIELD was_renamed : 1;
156 BOOL_BITFIELD cant_move : 1;
292 BOOL_BITFIELD processed_p : 1;
295 BOOL_BITFIELD scheduled_p : 1;
298 BOOL_BITFIELD starts_cycle_p : 1;
301 BOOL_BITFIELD after_stall_p : 1;
716 BOOL_BITFIELD was_target_conflict : 1;
719 BOOL_BITFIELD needs_check : 1
    [all...]
gengtype-lex.l 56 IWORD short|long|(un)?signed|char|int|HOST_WIDE_INT|uint64_t|int64_t|bool|size_t|BOOL_BITFIELD|CPPCHAR_SIGNED_T|ino_t|dev_t|HARD_REG_SET
dwarf2out.h 165 BOOL_BITFIELD indirect : 1; /* 1 if CFA is accessed via a dereference. */
166 BOOL_BITFIELD in_use : 1; /* 1 if a saved cfa is stored here. */
sched-int.h 575 BOOL_BITFIELD readonly : 1;
system.h 909 #define BOOL_BITFIELD unsigned int
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-walk.h 60 BOOL_BITFIELD val_only : 1;
63 BOOL_BITFIELD is_lhs : 1;
67 BOOL_BITFIELD changed : 1;
70 BOOL_BITFIELD want_locations : 1;
73 BOOL_BITFIELD removed_stmt : 1;
opts.h 96 BOOL_BITFIELD cl_disabled : 1;
102 BOOL_BITFIELD cl_separate_alias : 1;
104 BOOL_BITFIELD cl_negative_alias : 1;
106 BOOL_BITFIELD cl_no_driver_arg : 1;
108 BOOL_BITFIELD cl_reject_driver : 1;
110 BOOL_BITFIELD cl_reject_negative : 1;
112 BOOL_BITFIELD cl_missing_ok : 1;
114 BOOL_BITFIELD cl_uinteger : 1;
116 BOOL_BITFIELD cl_host_wide_int : 1;
118 BOOL_BITFIELD cl_tolower : 1
    [all...]
sel-sched-ir.h 146 BOOL_BITFIELD needs_spec_check_p : 1;
150 BOOL_BITFIELD was_substituted : 1;
153 BOOL_BITFIELD was_renamed : 1;
156 BOOL_BITFIELD cant_move : 1;
292 BOOL_BITFIELD processed_p : 1;
295 BOOL_BITFIELD scheduled_p : 1;
298 BOOL_BITFIELD starts_cycle_p : 1;
301 BOOL_BITFIELD after_stall_p : 1;
716 BOOL_BITFIELD was_target_conflict : 1;
719 BOOL_BITFIELD needs_check : 1
    [all...]
gengtype-lex.l 56 IWORD short|long|(un)?signed|char|int|HOST_WIDE_INT|uint64_t|int64_t|bool|size_t|BOOL_BITFIELD|CPPCHAR_SIGNED_T|ino_t|dev_t|HARD_REG_SET
dwarf2out.h 165 BOOL_BITFIELD indirect : 1; /* 1 if CFA is accessed via a dereference. */
166 BOOL_BITFIELD in_use : 1; /* 1 if a saved cfa is stored here. */
sched-int.h 573 BOOL_BITFIELD readonly : 1;
  /src/external/gpl3/gcc/dist/gcc/c/
c-tree.h 391 BOOL_BITFIELD expr_const_operands : 1;
393 BOOL_BITFIELD declspecs_seen_p : 1;
397 BOOL_BITFIELD non_std_attrs_seen_p : 1;
404 BOOL_BITFIELD non_sc_seen_p : 1;
406 BOOL_BITFIELD typedef_p : 1;
409 BOOL_BITFIELD explicit_signed_p : 1;
411 BOOL_BITFIELD deprecated_p : 1;
413 BOOL_BITFIELD unavailable_p : 1;
416 BOOL_BITFIELD default_int_p : 1;
418 BOOL_BITFIELD long_p : 1
    [all...]
c-decl.cc 214 BOOL_BITFIELD invisible : 1; /* normal lookup should ignore this binding */
215 BOOL_BITFIELD nested : 1; /* do not set DECL_CONTEXT when popping */
216 BOOL_BITFIELD inner_comp : 1; /* incomplete array completed in inner scope */
217 BOOL_BITFIELD in_struct : 1; /* currently defined as struct field */
495 BOOL_BITFIELD parm_flag : 1;
499 BOOL_BITFIELD had_vla_unspec : 1;
504 BOOL_BITFIELD warned_forward_parm_decls : 1;
510 BOOL_BITFIELD function_body : 1;
513 BOOL_BITFIELD keep : 1;
516 BOOL_BITFIELD float_const_decimal64 : 1
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-tree.h 352 BOOL_BITFIELD expr_const_operands : 1;
354 BOOL_BITFIELD declspecs_seen_p : 1;
358 BOOL_BITFIELD non_std_attrs_seen_p : 1;
365 BOOL_BITFIELD non_sc_seen_p : 1;
367 BOOL_BITFIELD typedef_p : 1;
370 BOOL_BITFIELD explicit_signed_p : 1;
372 BOOL_BITFIELD deprecated_p : 1;
374 BOOL_BITFIELD unavailable_p : 1;
377 BOOL_BITFIELD default_int_p : 1;
379 BOOL_BITFIELD long_p : 1
    [all...]
c-decl.cc 208 BOOL_BITFIELD invisible : 1; /* normal lookup should ignore this binding */
209 BOOL_BITFIELD nested : 1; /* do not set DECL_CONTEXT when popping */
210 BOOL_BITFIELD inner_comp : 1; /* incomplete array completed in inner scope */
211 BOOL_BITFIELD in_struct : 1; /* currently defined as struct field */
460 BOOL_BITFIELD parm_flag : 1;
464 BOOL_BITFIELD had_vla_unspec : 1;
469 BOOL_BITFIELD warned_forward_parm_decls : 1;
475 BOOL_BITFIELD function_body : 1;
478 BOOL_BITFIELD keep : 1;
481 BOOL_BITFIELD float_const_decimal64 : 1
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.h 2732 BOOL_BITFIELD sp_valid : 1;
2733 BOOL_BITFIELD fp_valid : 1;
2734 BOOL_BITFIELD drap_valid : 1;
2739 BOOL_BITFIELD realigned : 1;
2746 BOOL_BITFIELD sp_realigned : 1;
2750 BOOL_BITFIELD apx_ppx_used : 1;
2821 BOOL_BITFIELD accesses_prev_frame : 1;
2825 BOOL_BITFIELD use_fast_prologue_epilogue : 1;
2829 BOOL_BITFIELD pc_thunk_call_expanded : 1;
2840 BOOL_BITFIELD tls_descriptor_call_expanded_p : 1
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.h 2626 BOOL_BITFIELD sp_valid : 1;
2627 BOOL_BITFIELD fp_valid : 1;
2628 BOOL_BITFIELD drap_valid : 1;
2633 BOOL_BITFIELD realigned : 1;
2640 BOOL_BITFIELD sp_realigned : 1;
2697 BOOL_BITFIELD accesses_prev_frame : 1;
2701 BOOL_BITFIELD use_fast_prologue_epilogue : 1;
2705 BOOL_BITFIELD pc_thunk_call_expanded : 1;
2716 BOOL_BITFIELD tls_descriptor_call_expanded_p : 1;
2720 BOOL_BITFIELD static_chain_on_stack : 1
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-tree.h 1848 BOOL_BITFIELD x_processing_explicit_instantiation : 1;
1849 BOOL_BITFIELD need_pop_function_context : 1;
1853 BOOL_BITFIELD discarded_stmt : 1;
1857 BOOL_BITFIELD consteval_if_p : 1;
2073 BOOL_BITFIELD returns_value : 1;
2074 BOOL_BITFIELD returns_null : 1;
2075 BOOL_BITFIELD returns_abnormally : 1;
2076 BOOL_BITFIELD infinite_loop: 1;
2077 BOOL_BITFIELD x_in_function_try_handler : 1;
2078 BOOL_BITFIELD x_in_base_initializer : 1
    [all...]
name-lookup.h 294 BOOL_BITFIELD explicit_spec_p : 1;
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-tree.h 1897 BOOL_BITFIELD x_processing_explicit_instantiation : 1;
1898 BOOL_BITFIELD need_pop_function_context : 1;
1902 BOOL_BITFIELD discarded_stmt : 1;
1906 BOOL_BITFIELD consteval_if_p : 1;
2141 BOOL_BITFIELD returns_value : 1;
2142 BOOL_BITFIELD returns_null : 1;
2143 BOOL_BITFIELD returns_abnormally : 1;
2144 BOOL_BITFIELD infinite_loop: 1;
2145 BOOL_BITFIELD x_in_function_try_handler : 1;
2146 BOOL_BITFIELD x_in_base_initializer : 1
    [all...]
name-lookup.h 296 BOOL_BITFIELD explicit_spec_p : 1;
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.h 305 BOOL_BITFIELD has_cxx_cdtors : 1;
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.h 301 BOOL_BITFIELD has_cxx_cdtors : 1;

Completed in 54 milliseconds

1 2