Home
last modified time | relevance | path

Searched refs:set_location (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser.yy434 $$->set_location(@1);
441 $$->set_location(@1);
448 $$->set_location(@1);
455 $$->set_location(@1);
462 $$->set_location(@1);
469 $$->set_location(@1);
476 $$->set_location(@1);
483 $$->set_location(@1);
551 $$->set_location(@1);
557 $$->set_location(@1);
[all …]
Dast.h95 void set_location(const struct YYLTYPE &locp) in set_location() function
356 set_location(locp); in ast_array_specifier()
383 set_location(locp); in ast_layout_expression()
1302 set_location(locp); in ast_tcs_output_layout()
1320 set_location(locp); in ast_gs_input_layout()
1344 set_location(locp); in ast_cs_input_layout()
/third_party/python/Lib/
Dshelve.py192 def set_location(self, key): member in BsdDbShelf
193 (key, value) = self.dict.set_location(key)
/third_party/gn/src/gn/
Dtoken.h68 void set_location(Location location) { location_ = location; } in set_location() function
Dparse_tree.cc446 base_.set_location(Location(old.file(), line_number, old.column_number())); in SetNewLocation()
785 function_.set_location(func_new_loc); in SetNewLocation()
790 const_cast<Token&>(args_->Begin()).set_location(args_new_loc); in SetNewLocation()
791 const_cast<Token&>(args_->End()->value()).set_location(args_new_loc); in SetNewLocation()
848 value_.set_location(Location(old.file(), line_number, old.column_number())); in SetNewLocation()
1134 value_.set_location(Location(old.file(), line_number, old.column_number())); in SetNewLocation()
/third_party/mindspore/mindspore/core/utils/
Dinfo.h114 void set_location(const LocationPtr &loc) { location_ = loc; } in set_location() function
147 void set_location(const LocationPtr &loc) { location_ = loc; } in set_location() function
/third_party/libpng/
Dpngtest.c663 set_location(png_structp png_ptr, struct user_chunk_data *data, int what) in set_location() function
723 if (set_location(png_ptr, my_user_chunk_data, have_sTER) != 0) in read_user_chunk_callback()
742 if (set_location(png_ptr, my_user_chunk_data, have_vpAg) == 0) in read_user_chunk_callback()
/third_party/skia/third_party/externals/libpng/
Dpngtest.c663 set_location(png_structp png_ptr, struct user_chunk_data *data, int what) in set_location() function
723 if (set_location(png_ptr, my_user_chunk_data, have_sTER) != 0) in read_user_chunk_callback()
742 if (set_location(png_ptr, my_user_chunk_data, have_vpAg) == 0) in read_user_chunk_callback()
/third_party/flutter/skia/third_party/externals/libpng/
Dpngtest.c663 set_location(png_structp png_ptr, struct user_chunk_data *data, int what) in set_location() function
723 if (set_location(png_ptr, my_user_chunk_data, have_sTER) != 0) in read_user_chunk_callback()
742 if (set_location(png_ptr, my_user_chunk_data, have_vpAg) == 0) in read_user_chunk_callback()
/third_party/python/Doc/library/
Dshelve.rst150 :meth:`previous`, :meth:`last` and :meth:`set_location` which are available
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.cc1517 true_block->func_graph()->debug_info()->set_location(GetLocation(bodyNode)); in ParseIfExp()
1522 false_block->func_graph()->debug_info()->set_location(GetLocation(orelseNode)); in ParseIfExp()
2161 func_graph->debug_info()->set_location(current_graph->debug_info()->location()); in MakeTopGraph()
2170 param->debug_info()->set_location(param->debug_info()->location()); in MakeTopGraph()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.h702 gboolean set_location; member
Datoms.c2986 if (udta->set_location) { in atom_udta_copy_data()
Dgstqtmux.c2462 qtmux->moov->udta.set_location = TRUE; in gst_qt_mux_send_moov()