| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/ |
| H A D | toyvm.cc | 475 gccjit::type bool_type; member in compilation_state 584 bool_type = ctxt.get_type (GCC_JIT_TYPE_BOOL); in create_types() 776 ctxt.new_cast (x, bool_type, loc), in create_function()
|
| H A D | toyvm.c | 389 gcc_jit_type *bool_type; member 509 state.bool_type = in toyvm_function_compile() 731 state.bool_type), in toyvm_function_compile()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/ |
| H A D | toyvm.cc | 475 gccjit::type bool_type; member in compilation_state 584 bool_type = ctxt.get_type (GCC_JIT_TYPE_BOOL); in create_types() 776 ctxt.new_cast (x, bool_type, loc), in create_function()
|
| H A D | toyvm.c | 389 gcc_jit_type *bool_type; member 509 state.bool_type = in toyvm_function_compile() 731 state.bool_type), in toyvm_function_compile()
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | debug.h | 199 bool (*bool_type) (void *, unsigned int); member
|
| H A D | debug.c | 2507 return (*fns->bool_type) (fhandle, type->size); in debug_write_type()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | debug.h | 199 bool (*bool_type) (void *, unsigned int); member
|
| H A D | debug.c | 2507 return (*fns->bool_type) (fhandle, type->size); in debug_write_type()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
| H A D | lto-lang.c | 1042 tree bool_type = build_nonstandard_boolean_type (elem_bits); in lto_type_for_mode() local 1043 return build_vector_type_for_mode (bool_type, mode); in lto_type_for_mode()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
| H A D | lto-lang.cc | 1046 tree bool_type = build_nonstandard_boolean_type (elem_bits); in lto_type_for_mode() local 1047 return build_vector_type_for_mode (bool_type, mode); in lto_type_for_mode()
|
| /netbsd-src/external/gpl3/binutils/dist/include/ |
| H A D | gcc-c-fe.def | 147 GCC_METHOD0 (gcc_type, bool_type)
|
| /netbsd-src/external/gpl3/gcc/dist/include/ |
| H A D | gcc-c-fe.def | 147 GCC_METHOD0 (gcc_type, bool_type)
|
| /netbsd-src/external/gpl3/gcc.old/dist/include/ |
| H A D | gcc-c-fe.def | 147 GCC_METHOD0 (gcc_type, bool_type)
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/ |
| H A D | gcc-c-fe.def | 147 GCC_METHOD0 (gcc_type, bool_type)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64-sve-builtins.cc | 2619 tree bool_type = TREE_TYPE (svbool_type); in fold_to_ptrue() local 2625 builder.quick_push (build_all_ones_cst (bool_type)); in fold_to_ptrue() 2627 builder.quick_push (build_zero_cst (bool_type)); in fold_to_ptrue()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64-sve-builtins.cc | 2620 tree bool_type = TREE_TYPE (svbool_type); in fold_to_ptrue() local 2626 builder.quick_push (build_all_ones_cst (bool_type)); in fold_to_ptrue() 2628 builder.quick_push (build_zero_cst (bool_type)); in fold_to_ptrue()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | libgccjit.c | 2037 gcc::jit::recording::type *bool_type = in is_bool() local 2039 return actual_type == bool_type; in is_bool()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | libgccjit.cc | 2897 gcc::jit::recording::type *bool_type = in is_bool() local 2899 return actual_type == bool_type; in is_bool()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans-types.c | 3275 tree bool_type = build_nonstandard_boolean_type (elem_bits); in gfc_type_for_mode() local 3276 return build_vector_type_for_mode (bool_type, mode); in gfc_type_for_mode()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans-types.cc | 3385 tree bool_type = build_nonstandard_boolean_type (elem_bits); in gfc_type_for_mode() local 3386 return build_vector_type_for_mode (bool_type, mode); in gfc_type_for_mode()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree.cc | 10077 tree bool_type = build_nonstandard_boolean_type (esize); in build_truth_vector_type_for_mode() local 10079 return make_vector_type (bool_type, nunits, mask_mode); in build_truth_vector_type_for_mode() 10099 tree bool_type = build_nonstandard_boolean_type (esize); in build_truth_vector_type_for() local 10101 return make_vector_type (bool_type, nunits, VOIDmode); in build_truth_vector_type_for()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree.c | 10959 tree bool_type = build_nonstandard_boolean_type (esize); in build_truth_vector_type_for_mode() local 10961 return make_vector_type (bool_type, nunits, mask_mode); in build_truth_vector_type_for_mode() 10981 tree bool_type = build_nonstandard_boolean_type (esize); in build_truth_vector_type_for() local 10983 return make_vector_type (bool_type, nunits, BLKmode); in build_truth_vector_type_for()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-common.c | 2284 tree bool_type = build_nonstandard_boolean_type (elem_bits); in c_common_type_for_mode() local 2285 return build_vector_type_for_mode (bool_type, mode); in c_common_type_for_mode()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-common.cc | 2478 tree bool_type = build_nonstandard_boolean_type (elem_bits); in c_common_type_for_mode() local 2479 return build_vector_type_for_mode (bool_type, mode); in c_common_type_for_mode()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
| H A D | libgccjit.texi | 2371 gcc_jit_type *bool_type; 2407 state.bool_type = 2840 state.bool_type), 11131 gccjit::type bool_type; 11169 bool_type = ctxt.get_type (GCC_JIT_TYPE_BOOL); 11562 ctxt.new_cast (x, bool_type, loc),
|