HomeSort by relevance Sort by last modified time
    Searched refs:dest_scope (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
UtilityCode.py 141 def declare_in_scope(self, dest_scope, used=False, cython_scope=None,
144 Declare all entries from the utility code in dest_scope. Code will only
161 dest_scope.merge_in(original_scope, merge_unused=True,
163 tree.scope = dest_scope
167 dep.declare_in_scope(dest_scope)
Nodes.py     [all...]
  /external/chromium_org/tools/gn/
scope.cc 278 Scope** dest_scope = &dest->target_defaults_[i->first]; local
279 if (*dest_scope)
280 delete *dest_scope;
281 *dest_scope = new Scope(settings_);
282 i->second->NonRecursiveMergeTo(*dest_scope, options, node_for_err,
  /external/checkpolicy/
module_compiler.c 1490 scope_index_t *dest_scope = &dest->required; local
    [all...]

Completed in 1271 milliseconds