Home
last modified time | relevance | path

Searched refs:verify_type_context (Results 1 – 25 of 41) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtarget.h262 extern bool verify_type_context (location_t, type_context_kind, const_tree,
H A Dtree.cc14523 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 Dtarget.h267 extern bool verify_type_context (location_t, type_context_kind, const_tree,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-protos.h741 bool verify_type_context (location_t, type_context_kind, const_tree, bool);
H A Daarch64-sve-builtins.cc3833 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 Daarch64-protos.h1018 bool verify_type_context (location_t, type_context_kind, const_tree, bool);
H A Daarch64-sve-builtins.cc3833 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 Dexcept.cc878 if (!verify_type_context (input_location, TCTX_EXCEPTIONS, nonref_type)) in is_admissible_throw_operand_or_catch_parameter()
H A DChangeLog-2019359 * 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 Dinit.cc3136 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 Dlambda.cc603 else if (!verify_type_context (input_location, in add_capture()
H A Dtypeck2.cc2494 else if (!verify_type_context (input_location, TCTX_EXCEPTIONS, core, in add_exception_specifier()
H A Dtypeck.cc2060 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 Ddecl.cc7200 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 Dexcept.c933 if (!verify_type_context (input_location, TCTX_EXCEPTIONS, nonref_type)) in is_admissible_throw_operand_or_catch_parameter()
H A Dlambda.c604 else if (!verify_type_context (input_location, in add_capture()
H A Dinit.c3060 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 Dtypeck2.c2528 else if (!verify_type_context (input_location, TCTX_EXCEPTIONS, core, in add_exception_specifier()
H A Dtypeck.c1883 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 Ddecl.c5518 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 Dc-decl.c5346 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 Dc-typeck.c4023 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 Dc-common.c3128 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 Dc-decl.cc5457 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 Dc-common.cc3322 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()

12