/third_party/mesa3d/src/compiler/glsl/ |
D | lower_mat_op_to_vec.cpp | 50 ir_dereference *get_column(ir_dereference *val, int col); 106 val = get_column(val, col); in get_element() 112 ir_mat_op_to_vec_visitor::get_column(ir_dereference *val, int row) in get_column() function in ir_mat_op_to_vec_visitor 136 get_column(a, 0), in do_mul_mat_mat() 144 get_column(a, i), in do_mul_mat_mat() 151 assign = new(mem_ctx) ir_assignment(get_column(result, b_col), expr); in do_mul_mat_mat() 167 get_column(a, 0), in do_mul_mat_vec() 175 get_column(a, i), in do_mul_mat_vec() 202 get_column(b, i)); in do_mul_vec_mat() 222 get_column(a, i), in do_mul_mat_scalar() [all …]
|
/third_party/boost/boost/wave/util/ |
D | file_position.hpp | 63 std::size_t get_column() const { return column; } in get_column() function 94 return lhs.get_column() == rhs.get_column() && in operator ==() 102 o << pos.get_file() << ":" << pos.get_line() << ":" << pos.get_column(); in operator <<() 172 pos.set_column(pos.get_column() + 1); in next_char() 177 pos.set_column(pos.get_column() + m_CharsPerTab - in tabulation() 178 (pos.get_column() - 1) % m_CharsPerTab); in tabulation()
|
D | macro_helpers.hpp | 142 pos.get_column(), pos.get_file()); in as_stringlit() 202 pos.get_column(), pos.get_file()); in as_stringlit()
|
D | cpp_iterator.hpp | 99 act_pos.set_column(act_pos.get_column() + macroname.get_value().size()); in retrieve_macroname() 139 act_pos.get_column() + (*inserted).get_value().size()); in retrieve_macrodefinition() 147 act_pos.set_column((*last_nonwhite).get_position().get_column() + in retrieve_macrodefinition() 669 if ((!seen_newline || act_pos.get_column() > 1) && in get_next_token()
|
D | cpp_include_paths.hpp | 107 static unsigned int get_column() { return 0; } in get_column() function
|
/third_party/boost/boost/wave/ |
D | cpp_throw.hpp | 37 pos.get_line(), pos.get_column(), pos.get_file().c_str())); in throw_() 52 Exception(throwmsg.c_str(), code, pos.get_line(), pos.get_column(), in throw_() 68 pos.get_line(), pos.get_column(), pos.get_file().c_str(), name)); in throw_() 84 Exception(throwmsg.c_str(), code, pos.get_line(), pos.get_column(), in throw_() 99 pos.get_line(), pos.get_column(), pos.get_file().c_str())); 114 Exception(throwmsg.c_str(), code, pos.get_line(), pos.get_column(), 130 pos.get_line(), pos.get_column(), pos.get_file().c_str(), name)); 146 Exception(throwmsg.c_str(), code, pos.get_line(), pos.get_column(),
|
/third_party/boost/libs/wave/samples/real_positions/ |
D | correct_token_positions.hpp | 105 pos.set_column(current_pos.get_column() + in generated_token() 112 pos.set_column(current_pos.get_column() + v.size()); in generated_token()
|
D | real_positions.cpp | 82 << setw(2) << right << t.get_position().get_column() in operator <<() 86 << setw(2) << right << t.get_corrected_position().get_column() in operator <<()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | v8stack_frame_ctocpp.cc | 99 if (CEF_MEMBER_MISSING(_struct, get_column)) in GetColumn() 105 int _retval = _struct->get_column(_struct); in GetColumn()
|
/third_party/boost/boost/spirit/home/support/iterators/ |
D | line_pos_iterator.hpp | 109 inline std::size_t get_column(Iterator lower_bound, Iterator current, 167 inline std::size_t get_column(Iterator lower_bound, in get_column() function
|
/third_party/boost/libs/wave/samples/list_includes/lexertl/ |
D | lexertl_lexer.hpp | 476 pos.get_line(), pos.get_column(), pos.get_file().c_str()); in init_dfa() 630 pos.get_line(), pos.get_column(), pos.get_file()); in get() 645 pos.get_line(), pos.get_column(), pos.get_file()); in get() 655 pos.get_line(), pos.get_column(), in get() 713 msg.c_str(), pos.get_line(), pos.get_column(), in get()
|
/third_party/boost/boost/spirit/home/karma/detail/ |
D | output_iterator.hpp | 54 std::size_t get_column() const { return column; } in get_column() function in boost::spirit::karma::detail::position_sink 89 std::size_t get_column() const in get_column() function 91 return track_position_data.get_column(); in get_column()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | v8stack_frame_cpptoc.cc | 150 GetStruct()->get_column = v8stack_frame_get_column; in CefV8StackFrameCppToC()
|
/third_party/boost/libs/wave/samples/cpp_tokens/ |
D | slex_token.hpp | 98 << std::setw(2) << std::right << get_position().get_column() in print()
|
/third_party/boost/libs/wave/samples/lexed_tokens/ |
D | lexed_tokens.cpp | 61 << setw(2) << right << t.get_position().get_column() in operator <<()
|
/third_party/boost/libs/spirit/test/support/ |
D | regression_line_pos_iterator.cpp | 46 BOOST_TEST_EQ(expected->column, get_column(input_begin, position)); in test()
|
/third_party/boost/libs/wave/samples/cpp_tokens/slex/ |
D | cpp_slex_lexer.hpp | 653 pos.get_line(), pos.get_column(), pos.get_file()); in get() 675 pos.get_line(), pos.get_column(), pos.get_file()); in get() 685 pos.get_line(), pos.get_column(), in get()
|
/third_party/boost/libs/wave/samples/token_statistics/xlex/ |
D | xlex_lexer.hpp | 76 column = pos.get_column(); in set_position() 436 filename(pos.get_file()), line(pos.get_line()), column(pos.get_column()), in lexer()
|
/third_party/boost/libs/wave/samples/hannibal/ |
D | hannibal.cpp | 283 << "," << pos.get_column() << ")" << std::endl; in main()
|
/third_party/cef/include/capi/ |
D | cef_v8_capi.h | 911 int(CEF_CALLBACK* get_column)(struct _cef_v8stack_frame_t* self);
|
/third_party/boost/boost/wave/cpplexer/re2clex/ |
D | cpp_re2c_lexer.hpp | 128 scanner.column = scanner.curr_column = pos.get_column(); in lexer()
|