| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | target.h | 262 extern bool verify_type_context (location_t, type_context_kind, const_tree,
|
| H A D | tree.cc | 14523 verify_type_context (location_t loc, type_context_kind context, in verify_type_context() function 14530 return (!targetm.verify_type_context in verify_type_context() 14531 || targetm.verify_type_context (loc, context, type, silent_p)); in verify_type_context()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | target.h | 267 extern bool verify_type_context (location_t, type_context_kind, const_tree,
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64-protos.h | 741 bool verify_type_context (location_t, type_context_kind, const_tree, bool);
|
| H A D | aarch64-sve-builtins.cc | 3833 verify_type_context (location_t loc, type_context_kind context, in verify_type_context() function
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64-protos.h | 1018 bool verify_type_context (location_t, type_context_kind, const_tree, bool);
|
| H A D | aarch64-sve-builtins.cc | 3833 verify_type_context (location_t loc, type_context_kind context, in verify_type_context() function
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | except.cc | 878 if (!verify_type_context (input_location, TCTX_EXCEPTIONS, nonref_type)) in is_admissible_throw_operand_or_catch_parameter()
|
| H A D | ChangeLog-2019 | 359 * decl.c (start_decl_1): Use verify_type_context to check whether 362 (check_array_initializer): Use verify_type_context to check whether 365 (cp_finish_decl): Use verify_type_context to check whether 367 (grokdeclarator): Likewise. Also use verify_type_context to check 372 verify_type_context to check whether the target allows particular 375 * init.c (build_new_1): Use verify_type_context to check whether 377 (build_vec_delete_1, build_delete): Use verify_type_context to check 379 * lambda.c (add_capture): Use verify_type_context to check 382 (instantiate_class_template_1): Use verify_type_context to check 385 * typeck.c (cxx_alignof_expr): Use verify_type_context to check [all …]
|
| H A D | init.cc | 3136 if (!verify_type_context (input_location, TCTX_ALLOCATION, elt_type, in build_new_1() 4086 if (!verify_type_context (loc, TCTX_DEALLOCATION, type, in build_vec_delete_1() 5034 && !verify_type_context (loc, TCTX_DEALLOCATION, type, in build_delete()
|
| H A D | lambda.cc | 603 else if (!verify_type_context (input_location, in add_capture()
|
| H A D | typeck2.cc | 2494 else if (!verify_type_context (input_location, TCTX_EXCEPTIONS, core, in add_exception_specifier()
|
| H A D | typeck.cc | 2060 if (!verify_type_context (loc, TCTX_ALIGNOF, TREE_TYPE (e), in cxx_alignof_expr() 6427 else if (!verify_type_context (loc, TCTX_POINTER_ARITH, in pointer_diff() 6430 || !verify_type_context (loc, TCTX_POINTER_ARITH, in pointer_diff() 7238 else if (!verify_type_context (location, TCTX_POINTER_ARITH, in cp_build_unary_op()
|
| H A D | decl.cc | 7200 if (!verify_type_context (loc, TCTX_ARRAY_ELEMENT, element_type)) in check_array_initializer() 8188 && verify_type_context (DECL_SOURCE_LOCATION (decl), in cp_finish_decl() 8198 verify_type_context (input_location, context, TREE_TYPE (decl)); in cp_finish_decl() 11362 if (!verify_type_context (name ? loc : input_location, in create_array_type_for_decl() 14155 else if (!verify_type_context (input_location, in grokdeclarator()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | except.c | 933 if (!verify_type_context (input_location, TCTX_EXCEPTIONS, nonref_type)) in is_admissible_throw_operand_or_catch_parameter()
|
| H A D | lambda.c | 604 else if (!verify_type_context (input_location, in add_capture()
|
| H A D | init.c | 3060 if (!verify_type_context (input_location, TCTX_ALLOCATION, elt_type, in build_new_1() 3978 if (!verify_type_context (loc, TCTX_DEALLOCATION, type, in build_vec_delete_1() 4879 && !verify_type_context (loc, TCTX_DEALLOCATION, type, in build_delete()
|
| H A D | typeck2.c | 2528 else if (!verify_type_context (input_location, TCTX_EXCEPTIONS, core, in add_exception_specifier()
|
| H A D | typeck.c | 1883 if (!verify_type_context (loc, TCTX_ALIGNOF, TREE_TYPE (e), in cxx_alignof_expr() 5917 else if (!verify_type_context (loc, TCTX_POINTER_ARITH, in pointer_diff() 5920 || !verify_type_context (loc, TCTX_POINTER_ARITH, in pointer_diff() 6723 else if (!verify_type_context (location, TCTX_POINTER_ARITH, in cp_build_unary_op()
|
| H A D | decl.c | 5518 verify_type_context (input_location, context, TREE_TYPE (decl)); in start_decl_1() 6642 if (!verify_type_context (loc, TCTX_ARRAY_ELEMENT, element_type)) in check_array_initializer() 7596 && verify_type_context (DECL_SOURCE_LOCATION (decl), in cp_finish_decl() 10719 if (!verify_type_context (name ? loc : input_location, in create_array_type_for_decl() 13439 else if (!verify_type_context (input_location, in grokdeclarator()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-decl.c | 5346 if (!verify_type_context (input_location, context, TREE_TYPE (decl))) in finish_decl() 5702 && !verify_type_context (loc, TCTX_STATIC_STORAGE, type)) in build_compound_literal() 6389 if (!verify_type_context (loc, TCTX_ARRAY_ELEMENT, type)) in grokdeclarator() 7249 && !verify_type_context (loc, TCTX_FIELD, type)) in grokdeclarator()
|
| H A D | c-typeck.c | 4023 else if (verify_type_context (loc, TCTX_POINTER_ARITH, in pointer_diff() 4025 verify_type_context (loc, TCTX_POINTER_ARITH, in pointer_diff() 4690 verify_type_context (location, TCTX_POINTER_ARITH, in build_unary_op()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-common.c | 3128 else if (!verify_type_context (loc, TCTX_POINTER_ARITH, in pointer_int_sum() 3676 else if (!verify_type_context (loc, is_sizeof ? TCTX_SIZEOF : TCTX_ALIGNOF, in c_sizeof_or_alignof_type() 3715 if (!verify_type_context (loc, TCTX_ALIGNOF, TREE_TYPE (expr))) in c_alignof_expr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-decl.cc | 5457 if (!verify_type_context (input_location, context, TREE_TYPE (decl))) in finish_decl() 6020 && !verify_type_context (loc, TCTX_STATIC_STORAGE, type)) in build_compound_literal() 6713 if (!verify_type_context (loc, TCTX_ARRAY_ELEMENT, type)) in grokdeclarator() 7573 && !verify_type_context (loc, TCTX_FIELD, type)) in grokdeclarator()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-common.cc | 3322 else if (!verify_type_context (loc, TCTX_POINTER_ARITH, in pointer_int_sum() 3923 else if (!verify_type_context (loc, is_sizeof ? TCTX_SIZEOF : TCTX_ALIGNOF, in c_sizeof_or_alignof_type() 3962 if (!verify_type_context (loc, TCTX_ALIGNOF, TREE_TYPE (expr))) in c_alignof_expr()
|