Home
last modified time | relevance | path

Searched refs:object_new (Results 1 – 25 of 42) sorted by relevance

12

/third_party/boost/tools/build/src/engine/
Dconstants.cpp22 constant_empty = object_new( "" ); in constants_init()
23 constant_dot = object_new( "." ); in constants_init()
24 constant_plus = object_new( "+" ); in constants_init()
25 constant_star = object_new( "*" ); in constants_init()
26 constant_question_mark = object_new( "?" ); in constants_init()
27 constant_ok = object_new( "ok" ); in constants_init()
28 constant_true = object_new( "true" ); in constants_init()
29 constant_name = object_new( "__name__" ); in constants_init()
30 constant_bases = object_new( "__bases__" ); in constants_init()
31 constant_class = object_new( "__class__" ); in constants_init()
[all …]
Djam.cpp507 object_new( VERSION_MAJOR_SYM ) ), in main()
508 object_new( VERSION_MINOR_SYM ) ), in main()
509 object_new( VERSION_PATCH_SYM ) ), in main()
525 object_new( u.sysname ) ), in main()
526 object_new( u.nodename ) ), in main()
527 object_new( u.release ) ), in main()
528 object_new( u.version ) ), in main()
529 object_new( u.machine ) ), VAR_SET ); in main()
539 object_new( timestamp_timestr( fmt_resolution ) ) ), VAR_SET ); in main()
573 var_set( root_module(), constant_ARGV, list_new( object_new( in main()
[all …]
Dw32_getreg.cpp97 result = list_push_back( result, object_new(expanded->value) ); in builtin_system_registry()
107 result = list_push_back( result, object_new(s) ); in builtin_system_registry()
116 result = list_push_back( result, object_new(buf) ); in builtin_system_registry()
121 result = list_push_back( result, object_new( (const char *)data ) ); in builtin_system_registry()
151 result = list_append(result, list_new(object_new(name))); in get_subkey_names()
178 result = list_append(result, list_new(object_new(name))); in get_value_names()
Dbuiltins.cpp134 OBJECT * name = object_new( name_ ); in bind_builtin()
150 OBJECT * name = object_new( name_ ); in duplicate_rule()
538 result = list_push_back( result, object_new( buffer ) ); in builtin_calc()
762 result = list_push_back( result, object_new( s->value ) ); in downcase_list()
861 OBJECT * const p = object_new( pattern ); in glob_recursive()
890 : list_push_back( dirs, object_new( dirname->value ) ); in glob_recursive()
894 OBJECT * const b = object_new( basename->value ); in glob_recursive()
917 p = object_new( file_string->value ); in glob_recursive()
937 OBJECT * const p = object_new( pattern ); in glob_recursive()
1013 result = list_push_back( result, object_new( buf->value ) ); in builtin_match()
[all …]
Dsearch.cpp104 boundname = object_new( buf->value ); in set_explicit_binding()
174 key = object_new( buf->value ); in search()
200 test_path = object_new( buf->value ); in search()
247 key = object_new( buf->value ); in search()
252 boundname = object_new( buf->value ); in search()
Dobject.h20 OBJECT * object_new( char const * const );
58 : obj(object_new(val)) {} in object()
60 : obj(object_new(val.c_str())) {} in object()
Dhdrmacro.cpp78 OBJECT * const re_str = object_new( in macro_headers()
115 symbol = object_new( re->startp[ 1 ] ); in macro_headers()
121 v->filename = object_new( re->startp[ 2 ] ); /* never freed */ in macro_headers()
Dvariable.cpp100 l = list_push_back( l, object_new( buf->value ) ); in var_defines()
135 l = list_push_back( l, object_new( buf->value ) ); in var_defines()
139 l = list_push_back( l, object_new( pp ) ); in var_defines()
145 OBJECT * const varname = object_new( buf->value ); in var_defines()
174 result = saved_var = list_new( object_new( path_tmpdir()->value ) ); in var_get()
Dfileunix.cpp149 name = object_new( path->value ); in file_collect_dir_content_()
211 OBJECT * path = object_new( arch ); in file_archscan()
238 OBJECT * const member = object_new( buf ); in file_archscan()
357 archive->members = filelist_push_back( archive->members, object_new( buf ) ); in file_collect_archive_content_()
422 archive->members = filelist_push_back( archive->members, object_new( buf ) ); in collect_archive_content_small()
477 archive->members = filelist_push_back( archive->members, object_new( buf ) ); in collect_archive_content_big()
Dfilevms.cpp111 name = object_new( path->value ); in file_collect_dir_content_()
265 member->files = list_push_back( member->files, object_new( buf ) ); in set_archive_symbol()
315 archive->members = filelist_push_back( archive->members, object_new( buf ) ); in set_archive_member()
335 OBJECT * path = object_new( arch ); in file_archscan()
366 OBJECT * const member = object_new( buf ); in file_archscan()
Dnative.cpp17 OBJECT * const module_obj = module ? object_new( module ) : 0 ; in declare_native_rule()
25 OBJECT * const name = object_new( rule ); in declare_native_rule()
Doutput.cpp144 return object_new( buffer ); in outf_int()
152 return object_new( buffer ); in outf_double()
158 return object_new( timestamp_str( time ) ); in outf_time()
Dvariable.h44 : var_module(m), var_symbol(object_new(v)) {} in variable()
46 : variable(bindmodule(object_new(m)), v) {} in variable()
48 : variable(bindmodule(object_new(m.c_str())), v.c_str()) {} in variable()
Dheaders.cpp144 OBJECT * const re_str = object_new( in headers1()
167 l = list_push_back( l, object_new( re[ i ]->startp[ 1 ] ) ); in headers1()
181 macro_name = object_new( re_macros->startp[ 1 ] ); in headers1()
Dfilent.cpp120 pathname_obj = object_new( pathname->value ); in file_collect_dir_content_()
355 OBJECT * path = object_new( arch ); in file_archscan()
382 OBJECT * const member = object_new( buf ); in file_archscan()
500 archive->members = filelist_push_front( archive->members, object_new( buf ) ); in file_collect_archive_content_()
Dpathnt.cpp153 result->key = object_new( out->value ); in canonicWindowsPath()
249 normalized = object_new( buf->value ); in path_key()
272 nresult->key = object_new( canonic_path->value ); in path_key()
Dclass.cpp52 result = object_new( name->value ); in class_module_name()
80 qname = object_new( qualified_name->value ); in import_base_rule()
Dcwd.cpp63 OBJECT * const cwd = object_new( cwd_buffer ); in cwd_init()
Dpathsys.cpp270 return object_new( name_buffer ); in path_tmpnam()
289 result = object_new( file_path->value ); in path_tmpfile()
Dobject.cpp279 OBJECT * object_new( char const * const string ) in object_new() function
295 return object_new( object_str( obj ) ); in object_copy()
Drules.cpp555 return object_new( name ); in global_rule_name()
666 OBJECT * rule_part = object_new( p + 1 ); in lookup_rule()
672 module_part = object_new( buf->value ); in lookup_rule()
Dfilesys.h87 OBJECT * path_o = object_new(path.c_str()); in is_file()
/third_party/boost/tools/build/src/engine/modules/
Dproperty-set.cpp162 OBJECT * rulename = object_new( "new" ); in property_set_create()
163 OBJECT * varname = object_new( "self.raw" ); in property_set_create()
165 list_new( object_new( "property-set" ) ), 0 ); in property_set_create()
182 LIST * imports = list_new( object_new( "errors" ) ); in property_set_create()
184 rulename = object_new( "errors.error" ); in property_set_create()
186 list_new( object_new( message->value ) ), 0 ); in property_set_create()
202 OBJECT * varname = object_new( "self.raw" ); in property_set_get()
262 object_new( object_str( list_item( begin ) ) + name_len ) ); in property_set_get()
271 OBJECT * varname = object_new( "self.raw" ); in property_set_contains_features()
Dregex.cpp62 result = list_push_back( result, object_new( pos ) ); in regex_split()
128 result = list_new( object_new( buf->value ) ); in regex_replace()
204 result = list_push_back( result, object_new( buf->value in regex_transform()
/third_party/glib/gobject/
Dgobject.stp.in33 * probe gobject.object_new - Called when a #GObject is created
38 probe gobject.object_new = process("@ABS_GLIB_RUNTIME_LIBDIR@/libgobject-2.0.so.0.@LT_CURRENT@.@LT_…
43 probestr = sprintf("gobject.object_new(%s) -> %p", type, object);

12