Searched refs:builtin_scope (Results 1 – 6 of 6) sorted by relevance
64 field_type = builtin_scope.lookup(self.field_type_name).type344 builtin_scope = BuiltinScope() variable348 bf.declare_in_scope(builtin_scope)362 the_type = builtin_scope.declare_builtin_type(name, cname, utility, objstruct_cname)373 builtin_scope.declare_struct_or_union(381 builtin_scope.declare_var(387 type_type = builtin_scope.lookup('type').type388 list_type = builtin_scope.lookup('list').type389 tuple_type = builtin_scope.lookup('tuple').type390 dict_type = builtin_scope.lookup('dict').type[all …]
403 def builtin_scope(self): member in Scope405 return self.outer_scope.builtin_scope()933 def builtin_scope(self): member in BuiltinScope999 outer_scope = Builtin.builtin_scope
62 self.modules = {"__builtin__" : Builtin.builtin_scope}
574 function.entry is self.current_env().builtin_scope().lookup_here(function.name))
2529 … entry=self.current_env().builtin_scope().lookup_here(attribute))
1258 if entry is not env.builtin_scope().lookup_here(function.name):