HomeSort by: relevance | last modified time | path
    Searched defs:bool_type (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
cp-valprint.c 746 type *bool_type = builtin_type (arch)->builtin_bool; local
754 f = append_composite_type_field_raw (the_struct, "A", bool_type);
760 f = append_composite_type_field_raw (the_struct, "C", bool_type);
769 f = append_composite_type_field_raw (the_struct, "A", bool_type);
775 f = append_composite_type_field_raw (the_struct, "C", bool_type);
language.c 950 return ld->arch_info[la->la_language].bool_type (); function in class:language_arch_info
956 language_arch_info::bool_type () const
rust-lang.c 1719 struct type *bool_type
1746 lai->set_bool_type (bool_type);
1713 struct type *bool_type local
valprint.c 1303 struct type *bool_type = builtin_type (gdbarch)->builtin_bool;
1312 if (field_type == bool_type
1302 struct type *bool_type = builtin_type (gdbarch)->builtin_bool; local
  /src/external/gpl3/gdb.old/dist/gdb/
cp-valprint.c 746 type *bool_type = builtin_type (arch)->builtin_bool; local
754 f = append_composite_type_field_raw (the_struct, "A", bool_type);
760 f = append_composite_type_field_raw (the_struct, "C", bool_type);
769 f = append_composite_type_field_raw (the_struct, "A", bool_type);
775 f = append_composite_type_field_raw (the_struct, "C", bool_type);
language.c 940 return ld->arch_info[la->la_language].bool_type (); function in class:language_arch_info
946 language_arch_info::bool_type () const
rust-lang.c 1724 struct type *bool_type
1751 lai->set_bool_type (bool_type);
1718 struct type *bool_type local
valprint.c 1229 struct type *bool_type = builtin_type (gdbarch)->builtin_bool;
1238 if (field_type == bool_type
1228 struct type *bool_type = builtin_type (gdbarch)->builtin_bool; local
  /src/external/gpl3/binutils/dist/binutils/
debug.h 199 bool (*bool_type) (void *, unsigned int); member in struct:debug_write_fns
  /src/external/gpl3/binutils.old/dist/binutils/
debug.h 199 bool (*bool_type) (void *, unsigned int); member in struct:debug_write_fns
  /src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/
toyvm.c 389 gcc_jit_type *bool_type; member in struct:compilation_state
509 state.bool_type =
731 state.bool_type),
  /src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/
toyvm.c 389 gcc_jit_type *bool_type; member in struct:compilation_state
509 state.bool_type =
731 state.bool_type),
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-lang.cc 1069 tree bool_type = build_nonstandard_boolean_type (elem_bits); local
1070 return build_vector_type_for_mode (bool_type, mode);
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-lang.cc 1046 tree bool_type = build_nonstandard_boolean_type (elem_bits); local
1047 return build_vector_type_for_mode (bool_type, mode);
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-types.cc 3429 tree bool_type = build_nonstandard_boolean_type (elem_bits);
3430 return build_vector_type_for_mode (bool_type, mode);
3415 tree bool_type = build_nonstandard_boolean_type (elem_bits); local
  /src/external/gpl3/gcc/dist/gcc/jit/
libgccjit.cc 2930 gcc::jit::recording::type *bool_type = local
2932 return actual_type == bool_type;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-types.cc 3399 tree bool_type = build_nonstandard_boolean_type (elem_bits);
3400 return build_vector_type_for_mode (bool_type, mode);
3385 tree bool_type = build_nonstandard_boolean_type (elem_bits); local
  /src/external/gpl3/gcc.old/dist/gcc/jit/
libgccjit.cc 2897 gcc::jit::recording::type *bool_type = local
2899 return actual_type == bool_type;
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 2536 tree bool_type = build_nonstandard_boolean_type (elem_bits);
2537 return build_vector_type_for_mode (bool_type, mode);
2531 tree bool_type = build_nonstandard_boolean_type (elem_bits); local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 2483 tree bool_type = build_nonstandard_boolean_type (elem_bits);
2484 return build_vector_type_for_mode (bool_type, mode);
2478 tree bool_type = build_nonstandard_boolean_type (elem_bits); local

Completed in 71 milliseconds