/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | expr.c | 106 mark_exp_read (expr); in mark_use() 345 mark_exp_read (expr); in mark_type_use() 353 mark_exp_read (tree exp) in mark_exp_read() function 362 mark_exp_read (DECL_DECOMP_BASE (exp)); in mark_exp_read() 378 mark_exp_read (TREE_OPERAND (exp, 0)); in mark_exp_read() 381 mark_exp_read (TREE_OPERAND (exp, 1)); in mark_exp_read() 385 mark_exp_read (TREE_OPERAND (exp, 1)); in mark_exp_read() 387 mark_exp_read (TREE_OPERAND (exp, 2)); in mark_exp_read()
|
H A D | cvt.c | 543 mark_exp_read (val); in convert_from_reference() 1148 mark_exp_read (expr); in convert_to_void()
|
H A D | lambda.c | 1157 mark_exp_read (tgt); in maybe_add_lambda_conv_op()
|
H A D | init.c | 1266 mark_exp_read (t); in mark_exp_read_r()
|
H A D | typeck.c | 2585 mark_exp_read (object); in build_class_member_access_expr() 10063 mark_exp_read (retval); in check_return_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | expr.cc | 106 mark_exp_read (expr); in mark_use() 343 mark_exp_read (expr); in mark_type_use() 351 mark_exp_read (tree exp) in mark_exp_read() function 360 mark_exp_read (DECL_DECOMP_BASE (exp)); in mark_exp_read() 376 mark_exp_read (TREE_OPERAND (exp, 0)); in mark_exp_read() 379 mark_exp_read (TREE_OPERAND (exp, 1)); in mark_exp_read() 383 mark_exp_read (TREE_OPERAND (exp, 1)); in mark_exp_read() 385 mark_exp_read (TREE_OPERAND (exp, 2)); in mark_exp_read()
|
H A D | cvt.cc | 543 mark_exp_read (val); in convert_from_reference() 1155 mark_exp_read (expr); in convert_to_void()
|
H A D | lambda.cc | 1158 mark_exp_read (tgt); in maybe_add_lambda_conv_op()
|
H A D | ChangeLog-2010 | 2437 * expr.c (mark_exp_read): Handle INDIRECT_REF. 2546 * typeck.c (build_class_member_access_expr): Call mark_exp_read 2602 instead of calling mark_exp_read only when not an assignment. 3117 * semantics.c (finish_expr_stmt): Don't call mark_exp_read here... 3180 * cp-tree.h (mark_exp_read, rvalue_use, lvalue_use, type_use): 3182 * expr.c (mark_exp_read, rvalue_use, lvalue_use, type_use): ... new fns.
|
H A D | ChangeLog-2016 | 2545 * expr.c (mark_exp_read): Handle VIEW_CONVERT_EXPR. 2920 * expr.c (mark_exp_read): Handle NON_DEPENDENT_EXPR. 2921 * pt.c (make_pack_expansion): Call mark_exp_read.
|
H A D | ChangeLog-2017 | 3450 * expr.c (mark_exp_read): Recurse on DECL_DECOMP_BASE instead of 3602 * expr.c (mark_exp_read): Look through DECL_VALUE_EXPR. 4918 whole arguments instead of plain mark_exp_read on TREE_LIST values.
|
H A D | init.cc | 1470 mark_exp_read (t); in mark_exp_read_r()
|
H A D | typeck.cc | 2753 mark_exp_read (object); in build_class_member_access_expr() 10660 mark_exp_read (retval); in check_return_expr()
|
H A D | ChangeLog-2011 | 2666 * semantics.c (maybe_add_lambda_conv_op): Call mark_exp_read for 4779 * cvt.c (convert_from_reference): Call mark_exp_read.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 3700 mark_exp_read (expr.value); in c_parser_typeof_specifier() 5419 mark_exp_read (first); in c_parser_initelt() 5457 mark_exp_read (first); in c_parser_initelt() 5464 mark_exp_read (second); in c_parser_initelt() 6218 mark_exp_read (expr.value); in c_parser_statement_after_labels() 7290 mark_exp_read (expr.value); in c_parser_asm_operands() 7700 mark_exp_read (exp1.value); in c_parser_conditional_expression() 8190 mark_exp_read (op.value); in c_parser_unary_expression() 8353 mark_exp_read (expr.value); in c_parser_sizeof_expression() 8444 mark_exp_read (expr.value); in c_parser_alignof_expression() [all …]
|
H A D | c-tree.h | 682 extern void mark_exp_read (tree);
|
H A D | c-typeck.c | 1945 mark_exp_read (tree exp) in mark_exp_read() function 1961 mark_exp_read (TREE_OPERAND (exp, 0)); in mark_exp_read() 2003 mark_exp_read (TREE_OPERAND (arg, 0)); in mark_exp_read() 2009 mark_exp_read (TREE_OPERAND (exp, 1)); in mark_exp_read() 2074 mark_exp_read (exp.value); in default_function_array_read_conversion() 2119 mark_exp_read (exp.value); in convert_lvalue_to_rvalue() 2154 mark_exp_read (exp.value); in convert_lvalue_to_rvalue() 2223 mark_exp_read (exp); in default_conversion() 4130 mark_exp_read (lhs); in build_atomic_assign() 11248 mark_exp_read (exprv); in c_process_expr_stmt()
|
H A D | gimple-parser.c | 1087 mark_exp_read (op.value); in c_parser_gimple_unary_expression()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.cc | 3742 mark_exp_read (expr.value); in c_parser_typeof_specifier() 5419 mark_exp_read (first); in c_parser_initelt() 5457 mark_exp_read (first); in c_parser_initelt() 5464 mark_exp_read (second); in c_parser_initelt() 6188 mark_exp_read (expr.value); in c_parser_statement_after_labels() 7248 mark_exp_read (expr.value); in c_parser_asm_operands() 7663 mark_exp_read (exp1.value); in c_parser_conditional_expression() 8183 mark_exp_read (op.value); in c_parser_unary_expression() 8346 mark_exp_read (expr.value); in c_parser_sizeof_expression() 8437 mark_exp_read (expr.value); in c_parser_alignof_expression() [all …]
|
H A D | c-tree.h | 699 extern void mark_exp_read (tree);
|
H A D | c-typeck.cc | 1957 mark_exp_read (tree exp) in mark_exp_read() function 1973 mark_exp_read (TREE_OPERAND (exp, 0)); in mark_exp_read() 2015 mark_exp_read (TREE_OPERAND (arg, 0)); in mark_exp_read() 2021 mark_exp_read (TREE_OPERAND (exp, 1)); in mark_exp_read() 2085 mark_exp_read (exp.value); in default_function_array_read_conversion() 2130 mark_exp_read (exp.value); in convert_lvalue_to_rvalue() 2166 mark_exp_read (exp.value); in convert_lvalue_to_rvalue() 2238 mark_exp_read (exp); in default_conversion() 4161 mark_exp_read (lhs); in build_atomic_assign() 11352 mark_exp_read (exprv); in c_process_expr_stmt()
|
H A D | gimple-parser.cc | 1101 mark_exp_read (op.value); in c_parser_gimple_unary_expression()
|
H A D | ChangeLog | 904 * c-typeck.c (mark_exp_read): Recognize what build_atomic_assign 908 rather than STATEMENT_LIST. Otherwise call mark_exp_read on lhs. 1269 to int, holding index of the match. Call mark_exp_read on the selector 4465 instead of mark_exp_read on low_bound/length expression. 4676 * c-typeck.c (mark_exp_read): Handle VIEW_CONVERT_EXPR. 6702 * c-parser.c (c_parser_omp_variable_list): Call mark_exp_read 7330 Call mark_exp_read on exp.value.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-act.cc | 5518 mark_exp_read (receiver); in objc_finish_message_expr() 10010 mark_exp_read (collection_expression); in objc_finish_foreach_loop()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-act.c | 5439 mark_exp_read (receiver); in objc_finish_message_expr() 9880 mark_exp_read (collection_expression); in objc_finish_foreach_loop()
|