/netbsd-src/external/gpl2/groff/dist/src/libs/libbib/ |
H A D | linear.cpp | 47 const char *get_start() const; 296 const char *file_buffer::get_start() const in get_start() function in file_buffer 494 const char *bufstart = lsi->fbuf.get_start(); in next()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-tree.h | 152 location_t get_start () const { return src_range.m_start; } in get_start() function 160 return make_location (get_start (), get_start (), get_finish ()); in get_location()
|
H A D | gimple-parser.cc | 1464 error_at (ptr.get_start (), in c_parser_gimple_postfix_expression() 1750 start = expr.get_start (); in c_parser_gimple_postfix_expression_after_primary() 1799 start = expr.get_start (); in c_parser_gimple_postfix_expression_after_primary() 1845 start = expr.get_start (); in c_parser_gimple_postfix_expression_after_primary()
|
H A D | c-parser.cc | 7584 set_c_expr_source_range (&ret, lhs.get_start (), rhs.get_finish ()); in c_parser_expr_no_commas() 7625 start = cond.get_start (); in c_parser_conditional_expression() 7684 location_t loc1 = make_location (exp1.get_start (), exp1.src_range); in c_parser_conditional_expression() 7685 location_t loc2 = make_location (exp2.get_start (), exp2.src_range); in c_parser_conditional_expression() 10524 start = expr.get_start (); in c_parser_postfix_expression_after_primary() 10572 start = expr.get_start (); in c_parser_postfix_expression_after_primary() 10610 start = expr.get_start (); in c_parser_postfix_expression_after_primary() 10647 start = expr.get_start (); in c_parser_postfix_expression_after_primary() 10671 start = expr.get_start (); in c_parser_postfix_expression_after_primary() 10683 start = expr.get_start (); in c_parser_postfix_expression_after_primary()
|
H A D | c-typeck.cc | 3829 arg1.get_start (), in parser_build_binary_op() 3838 arg1.get_start (), in parser_build_binary_op() 3926 inform (arg1.get_start (), in parser_build_binary_op() 3937 inform (arg2.get_start (), in parser_build_binary_op()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-tree.h | 152 location_t get_start () const { return src_range.m_start; } in get_start() function 160 return make_location (get_start (), get_start (), get_finish ()); in get_location()
|
H A D | gimple-parser.c | 1453 error_at (ptr.get_start (), in c_parser_gimple_postfix_expression() 1739 start = expr.get_start (); in c_parser_gimple_postfix_expression_after_primary() 1782 start = expr.get_start (); in c_parser_gimple_postfix_expression_after_primary() 1820 start = expr.get_start (); in c_parser_gimple_postfix_expression_after_primary()
|
H A D | c-parser.c | 7622 set_c_expr_source_range (&ret, lhs.get_start (), rhs.get_finish ()); in c_parser_expr_no_commas() 7662 start = cond.get_start (); in c_parser_conditional_expression() 7721 location_t loc1 = make_location (exp1.get_start (), exp1.src_range); in c_parser_conditional_expression() 7722 location_t loc2 = make_location (exp2.get_start (), exp2.src_range); in c_parser_conditional_expression() 10471 start = expr.get_start (); in c_parser_postfix_expression_after_primary() 10517 start = expr.get_start (); in c_parser_postfix_expression_after_primary() 10555 start = expr.get_start (); in c_parser_postfix_expression_after_primary() 10592 start = expr.get_start (); in c_parser_postfix_expression_after_primary() 10616 start = expr.get_start (); in c_parser_postfix_expression_after_primary() 10628 start = expr.get_start (); in c_parser_postfix_expression_after_primary()
|
H A D | c-typeck.c | 3804 arg1.get_start (), in parser_build_binary_op() 3813 arg1.get_start (), in parser_build_binary_op() 3901 inform (arg1.get_start (), in parser_build_binary_op() 3912 inform (arg2.get_start (), in parser_build_binary_op()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | input.cc | 260 location_t start = get_start (loc); in expand_location_1() 1043 src_range.m_start = get_start (start); in make_location() 2069 ASSERT_EQ (c12, get_start (aaa)); in test_make_location_nonpure_range_endpoints() 2070 ASSERT_FALSE (IS_ADHOC_LOC (get_start (aaa))); in test_make_location_nonpure_range_endpoints() 2079 ASSERT_EQ (c12, get_start (not_aaa)); in test_make_location_nonpure_range_endpoints() 2080 ASSERT_FALSE (IS_ADHOC_LOC (get_start (not_aaa))); in test_make_location_nonpure_range_endpoints() 2087 ASSERT_EQ (c12, get_start (aaa_eq_bbb)); in test_make_location_nonpure_range_endpoints() 2088 ASSERT_FALSE (IS_ADHOC_LOC (get_start (aaa_eq_bbb))); in test_make_location_nonpure_range_endpoints() 2095 ASSERT_EQ (c12, get_start (not_aaa_eq_bbb)); in test_make_location_nonpure_range_endpoints() 2096 ASSERT_FALSE (IS_ADHOC_LOC (get_start (not_aaa_eq_bbb))); in test_make_location_nonpure_range_endpoints()
|
H A D | gcc-rich-location.cc | 171 int indent_column = LOCATION_COLUMN (get_start (indent)); in add_fixit_insert_formatted()
|
H A D | input.h | 224 get_start (location_t loc) in get_start() function
|
H A D | diagnostic-format-json.cc | 90 location_t start_loc = get_start (loc_range->m_loc); in json_from_location_range()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | input.c | 207 location_t start = get_start (loc); in expand_location_1() 893 src_range.m_start = get_start (start); in make_location() 1909 ASSERT_EQ (c12, get_start (aaa)); in test_make_location_nonpure_range_endpoints() 1910 ASSERT_FALSE (IS_ADHOC_LOC (get_start (aaa))); in test_make_location_nonpure_range_endpoints() 1919 ASSERT_EQ (c12, get_start (not_aaa)); in test_make_location_nonpure_range_endpoints() 1920 ASSERT_FALSE (IS_ADHOC_LOC (get_start (not_aaa))); in test_make_location_nonpure_range_endpoints() 1927 ASSERT_EQ (c12, get_start (aaa_eq_bbb)); in test_make_location_nonpure_range_endpoints() 1928 ASSERT_FALSE (IS_ADHOC_LOC (get_start (aaa_eq_bbb))); in test_make_location_nonpure_range_endpoints() 1935 ASSERT_EQ (c12, get_start (not_aaa_eq_bbb)); in test_make_location_nonpure_range_endpoints() 1936 ASSERT_FALSE (IS_ADHOC_LOC (get_start (not_aaa_eq_bbb))); in test_make_location_nonpure_range_endpoints()
|
H A D | gcc-rich-location.c | 171 int indent_column = LOCATION_COLUMN (get_start (indent)); in add_fixit_insert_formatted()
|
H A D | input.h | 154 get_start (location_t loc) in get_start() function
|
H A D | diagnostic-format-json.cc | 67 location_t start_loc = get_start (loc_range->m_loc); in json_from_location_range()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | mshtml.d | 119 HRESULT get_start(BSTR*);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | constraint.cc | 166 expr.set_range (lhs.get_start (), rhs.get_finish ()); in finish_constraint_binary_op() 2487 disj_expr.get_start (), in satisfy_disjunction()
|
H A D | parser.c | 5700 = make_location (input_location, id_expression.get_start (), in cp_parser_primary_expression() 5771 location_t start_loc = get_start (id_expr_token->location); in cp_parser_primary_expression() 7702 location_t start_loc = postfix_expression.get_start (); in cp_parser_postfix_dot_deref_expression() 9704 current.lhs.get_start (), in cp_parser_binary_expression() 9832 logical_or_expr.get_start (), in cp_parser_question_colon_clause() 9913 expr.get_start (), in cp_parser_assignment_expression() 10066 expression.get_start (), in cp_parser_expression() 41976 location_t start_loc = get_start (varid_token->location); in cp_finish_omp_declare_variant()
|
H A D | cp-tree.h | 76 location_t get_start () const in get_start() function
|
H A D | semantics.c | 2725 expr.get_start (), in finish_increment_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | constraint.cc | 207 expr.set_range (lhs.get_start (), rhs.get_finish ()); in finish_constraint_binary_op() 2808 disj_expr.get_start (), in satisfy_disjunction()
|
H A D | parser.cc | 5984 = make_location (input_location, id_expression.get_start (), in cp_parser_primary_expression() 6061 location_t start_loc = get_start (id_expr_token->location); in cp_parser_primary_expression() 8192 location_t start_loc = postfix_expression.get_start (); in cp_parser_postfix_dot_deref_expression() 10172 current.lhs.get_start (), in cp_parser_binary_expression() 10300 logical_or_expr.get_start (), in cp_parser_question_colon_clause() 10381 expr.get_start (), in cp_parser_assignment_expression() 10534 expression.get_start (), in cp_parser_expression() 22308 iloc.add_fixit_replace (get_start (loc), "{"); in warn_about_ambiguous_parse() 22315 iloc.add_fixit_insert_after (get_start (loc), "("); in warn_about_ambiguous_parse() 22329 iloc.add_fixit_replace (get_start (loc), "{"); in warn_about_ambiguous_parse() [all …]
|
H A D | cp-tree.h | 76 location_t get_start () const in get_start() function
|