Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser.yy433 $$->set_location(@1);
440 $$->set_location(@1);
447 $$->set_location(@1);
454 $$->set_location(@1);
461 $$->set_location(@1);
468 $$->set_location(@1);
475 $$->set_location(@1);
482 $$->set_location(@1);
550 $$->set_location(@1);
556 $$->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/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/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()
/third_party/libabigail/include/
Dabg-ir.h1622 set_location(const location& l);
/third_party/libabigail/src/
Dabg-dwarf-reader.cc12823 result->set_location(loc); in add_or_update_class_type()
13210 result->set_location(loc); in add_or_update_union_type()
14916 result->set_location(floc); in build_function_decl()
Dabg-ir.cc4428 set_location(locus); in decl_base()
4452 set_location(locus); in decl_base()
4466 set_location(l); in decl_base()
4634 decl_base::set_location(const location& l) in set_location() function in abigail::ir::decl_base
Dabg-reader.cc4726 decl->set_location(loc); in build_class_decl()
/third_party/libabigail/
DChangeLog5940 (decl_base::decl_base): Use decl_base::set_location in the
5942 (decl_base::set_location): Adjust this to support setting a
37473 set_location, set_name, set_mangled_name, get_visibility,
37488 set_location, set_name, get_mangled_name, set_mangled_name,
41798 * include/abg-ir.h (decl_base::set_location): Remove useless white
43980 * src/abg-ir.h (decl_base::{get_location, set_location, get_name,