HomeSort by: relevance | last modified time | path
    Searched refs:get_finish (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.h 77 location_t get_finish () const function
c-tree.h 153 location_t get_finish () const { return src_range.m_finish; } function in struct:c_expr
160 return make_location (get_start (), get_start (), get_finish ());
c-parser.cc 935 location_t finish_loc = get_finish (token4->location);
7586 set_c_expr_source_range (&ret, lhs.get_start (), rhs.get_finish ());
7722 set_c_expr_source_range (&ret, start, exp2.get_finish ());
8113 set_c_expr_source_range (&ret, cast_loc, expr.get_finish ());
8192 finish = op.get_finish ();
8236 c_parser_peek_token (parser)->get_finish ());
8327 finish = expr.get_finish ();
8342 finish = expr.get_finish ();
9088 location_t end_loc = component_tok->get_finish ();
9186 location_t end_loc = c_parser_peek_token (parser)->get_finish ();
    [all...]
gimple-parser.cc 1114 finish = op.get_finish ();
1800 finish = c_parser_peek_token (parser)->get_finish ();
1846 finish = c_parser_peek_token (parser)->get_finish ();
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.h 77 location_t get_finish () const function
c-tree.h 181 location_t get_finish () const { return src_range.m_finish; } function in struct:c_expr
188 return make_location (get_start (), get_start (), get_finish ());
gimple-parser.cc 1165 finish = op.get_finish ();
1902 finish = c_parser_peek_token (parser)->get_finish ();
1949 finish = c_parser_peek_token (parser)->get_finish ();
c-parser.cc 997 location_t finish_loc = get_finish (token4->location);
9123 set_c_expr_source_range (&ret, lhs.get_start (), rhs.get_finish ());
9262 set_c_expr_source_range (&ret, start, exp2.get_finish ());
9690 set_c_expr_source_range (&ret, cast_loc, expr.get_finish ());
9770 finish = op.get_finish ();
9815 c_parser_peek_token (parser)->get_finish ());
9908 finish = expr.get_finish ();
9925 finish = expr.get_finish ();
10693 location_t end_loc = component_tok->get_finish ();
10794 location_t end_loc = c_parser_peek_token (parser)->get_finish ();
    [all...]
c-typeck.cc 4227 loc, arg.get_finish ());
4278 arg2.get_finish ());
4287 arg2.get_finish ());
  /src/external/gpl3/gcc/dist/gcc/
input.h 245 get_finish (location_t loc)
input.cc 275 location_t finish = get_finish (loc);
2232 ASSERT_EQ (c14, get_finish (aaa));
2233 ASSERT_FALSE (IS_ADHOC_LOC (get_finish (aaa)));
2242 ASSERT_EQ (c14, get_finish (not_aaa));
2243 ASSERT_FALSE (IS_ADHOC_LOC (get_finish (not_aaa)));
2250 ASSERT_EQ (c21, get_finish (aaa_eq_bbb));
2251 ASSERT_FALSE (IS_ADHOC_LOC (get_finish (aaa_eq_bbb)));
2258 ASSERT_EQ (c21, get_finish (not_aaa_eq_bbb));
2259 ASSERT_FALSE (IS_ADHOC_LOC (get_finish (not_aaa_eq_bbb)));
diagnostic-format-json.cc 140 location_t finish_loc = get_finish (loc_range->m_loc);
diagnostic-format-sarif.cc 960 location_t finish_loc = get_finish (loc);
1034 location_t finish_loc = get_finish (loc);
  /src/external/gpl3/gcc.old/dist/gcc/
input.h 232 get_finish (location_t loc)
input.cc 267 location_t finish = get_finish (loc);
1044 src_range.m_finish = get_finish (finish);
2071 ASSERT_EQ (c14, get_finish (aaa));
2072 ASSERT_FALSE (IS_ADHOC_LOC (get_finish (aaa)));
2081 ASSERT_EQ (c14, get_finish (not_aaa));
2082 ASSERT_FALSE (IS_ADHOC_LOC (get_finish (not_aaa)));
2089 ASSERT_EQ (c21, get_finish (aaa_eq_bbb));
2090 ASSERT_FALSE (IS_ADHOC_LOC (get_finish (aaa_eq_bbb)));
2097 ASSERT_EQ (c21, get_finish (not_aaa_eq_bbb));
2098 ASSERT_FALSE (IS_ADHOC_LOC (get_finish (not_aaa_eq_bbb)))
    [all...]
diagnostic-format-json.cc 91 location_t finish_loc = get_finish (loc_range->m_loc);
  /src/external/gpl3/gcc/dist/libcpp/include/
line-map.h 802 get_finish (location_t loc) const function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constraint.cc 207 expr.set_range (lhs.get_start (), rhs.get_finish ());
2810 disj_expr.get_finish ());
parser.cc 2935 location_t finish_loc = get_finish (token4->location);
4480 loc = make_location (loc, loc, get_finish (last_tok_loc));
5987 get_finish (input_location));
6064 location_t finish_loc = get_finish (id_expression.get_location ());
8956 loc = make_location (loc, loc, cast_expression.get_finish ());
9923 expr.get_finish ());
10175 rhs.get_finish ());
10303 assignment_expr.get_finish ());
10384 rhs.get_finish ());
10537 assignment_expression.get_finish ());
    [all...]
semantics.cc 2984 get_finish (input_location));
3096 op_loc, expr.get_finish ());
  /src/external/gpl3/gcc/dist/gcc/cp/
contracts.cc 714 condition.get_finish ());
parser.cc 3139 location_t finish_loc = get_finish (token4->location);
4701 loc = make_location (loc, loc, get_finish (last_tok_loc));
6249 get_finish (input_location));
6326 location_t finish_loc = get_finish (id_expression.get_location ());
9324 loc = make_location (loc, loc, cast_expression.get_finish ());
10289 expr.get_finish ());
10555 rhs.get_finish ());
10684 assignment_expr.get_finish ());
10784 rhs.get_finish ());
10937 assignment_expression.get_finish ());
    [all...]
constraint.cc 207 expr.set_range (lhs.get_start (), rhs.get_finish ());
2932 disj_expr.get_finish ());
semantics.cc 3312 get_finish (input_location));
3451 op_loc, expr.get_finish ());
  /src/external/gpl3/gcc/dist/libcpp/
line-map.cc 283 src_range.m_finish = get_finish (finish);

Completed in 167 milliseconds

1 2