Searched refs:c_mark_addressable (Results 1 – 11 of 11) sorted by relevance
689 extern bool c_mark_addressable (tree, bool = false);
2739 if (!c_mark_addressable (array, true)) in build_array_ref()2750 if (!c_mark_addressable (array)) in build_array_ref()4901 if (!c_mark_addressable (arg)) in build_unary_op()5046 c_mark_addressable (tree exp, bool array_ref_p) in c_mark_addressable() function6999 if (!c_mark_addressable (rhs)) in convert_for_assignment()10728 if (!allows_reg && !c_mark_addressable (output)) in build_asm_expr()10763 if (!c_mark_addressable (input)) in build_asm_expr()13849 && !c_mark_addressable (t)) in handle_omp_array_sections()14224 c_mark_addressable (t); in c_finish_omp_clauses()14363 c_mark_addressable (placeholder); in c_finish_omp_clauses()[all …]
731 * c-typeck.c (c_mark_addressable): Diagnose trying to make2724 ADDR_EXPR and build_indirect_ref instead of c_mark_addressable.2992 * c-typeck.c (c_mark_addressable) <case COMPOUND_LITERAL_EXPR>: Mark3974 * c-tree.h (c_mark_addressable): Add array_ref_p argument.3975 * c-typeck.c (c_mark_addressable): Likewise. Look through3978 (build_array_ref): Pass true as array_ref_p to c_mark_addressable.4550 (c_mark_addressable): Likewise.5598 (c_mark_addressable): ...here.
7810 c_mark_addressable (decl); in grokdeclarator()
672 extern bool c_mark_addressable (tree, bool = false);
2723 if (!c_mark_addressable (array, true)) in build_array_ref()2734 if (!c_mark_addressable (array)) in build_array_ref()4871 if (!c_mark_addressable (arg)) in build_unary_op()5008 c_mark_addressable (tree exp, bool array_ref_p) in c_mark_addressable() function6887 if (!c_mark_addressable (rhs)) in convert_for_assignment()10548 if (!allows_reg && !c_mark_addressable (output)) in build_asm_expr()10583 if (!c_mark_addressable (input)) in build_asm_expr()13615 && !c_mark_addressable (t)) in handle_omp_array_sections()13982 c_mark_addressable (t); in c_finish_omp_clauses()14119 c_mark_addressable (placeholder); in c_finish_omp_clauses()[all …]
7489 c_mark_addressable (decl); in grokdeclarator()
7102 * c-typeck.c (c_mark_addressable): Issue error if address of a26328 * c-typeck.c (c_mark_addressable): Don't put_var_into_stack.37065 (build_array_ref, c_mark_addressable): Set and use it.37066 * c-decl.c (grokdeclarator), c-typeck.c (c_mark_addressable):38915 * c-typeck.c (c_mark_addressable): A register variable should
14329 (c_mark_addressable): Remove #if 0 code.28826 * c-typeck.c (c_mark_addressable): Adjust calls to
26617 * c-tree.h (c_mark_addressable): New.
3282 c_mark_addressable.