Home
last modified time | relevance | path

Searched refs:global_scope (Results 1 - 13 of 13) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dscope.h40 *global_scope;
44 return scope == file_scope || scope == global_scope; in toplevel()
H A Dscope.c42 *global_scope = &builtin_scope; // externally visible variable
H A Dctags.c223 examine_symbol_list(global_scope->symbols); in main()
H A Dc2xml.c325 examine_symbol_list(file, global_scope->symbols); in main()
H A Dsymbol.c768 scope = global_scope; in bind_symbol_with_scope()
/third_party/node/test/fixtures/wpt/resources/
H A Dtestharness.js7 (function (global_scope)
519 if ('document' in global_scope) {
522 if ('DedicatedWorkerGlobalScope' in global_scope &&
523 global_scope instanceof DedicatedWorkerGlobalScope) {
526 if ('SharedWorkerGlobalScope' in global_scope &&
527 global_scope instanceof SharedWorkerGlobalScope) {
530 if ('ServiceWorkerGlobalScope' in global_scope &&
531 global_scope instanceof ServiceWorkerGlobalScope) {
534 if ('WorkerGlobalScope' in global_scope &&
535 global_scope instanceo
[all...]
/third_party/libabigail/include/
H A Dabg-fwd.h264 class global_scope;
266 /// Convenience typedef for shared pointer on @ref global_scope.
267 typedef shared_ptr<global_scope> global_scope_sptr;
319 const global_scope*
322 const global_scope*
325 const global_scope*
340 const global_scope*
H A Dabg-ir.h655 /// Convenience typedef for a shared pointer on a @ref global_scope.
1913 class global_scope : public scope_decl class
1917 global_scope(translation_unit *tu);
1927 virtual ~global_scope();
/third_party/skia/buildtools/checkdeps/
H A Dbuilddeps.py233 global_scope = {
254 exec(file.read(), global_scope, local_scope)
/third_party/skia/third_party/externals/angle2/scripts/
H A Droll_chromium_deps.py154 global_scope = {
159 exec (deps_content, global_scope, local_scope)
/third_party/libabigail/src/
H A Dabg-ir.cc1169 (new global_scope(const_cast<translation_unit*>(this))); in get_global_scope()
8175 /// Constructor of the @ref global_scope type.
8178 global_scope::global_scope(translation_unit *tu) in global_scope() function in abigail::ir::global_scope
8196 const global_scope*
8199 if (const global_scope* s = dynamic_cast<const global_scope*>(&decl)) in get_global_scope()
8203 while (scope && !dynamic_cast<global_scope*>(scope)) in get_global_scope()
8206 return scope ? dynamic_cast<global_scope*> (scope) : 0; in get_global_scope()
8215 const global_scope*
[all...]
H A Dabg-dwarf-reader.cc4740 global_scope() const in global_scope() function in abigail::dwarf::reader
11592 return rdr.global_scope();
15771 const scope_decl_sptr& scop = rdr.global_scope();
H A Dabg-reader.cc448 const global_scope* global = 0; in get_translation_unit()

Completed in 57 milliseconds