Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:global_scope
(Results
1 - 13
of
13
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
scope.h
40
*
global_scope
;
44
return scope == file_scope || scope ==
global_scope
;
in toplevel()
H
A
D
scope.c
42
*
global_scope
= &builtin_scope; // externally visible
variable
H
A
D
ctags.c
223
examine_symbol_list(
global_scope
->symbols);
in main()
H
A
D
c2xml.c
325
examine_symbol_list(file,
global_scope
->symbols);
in main()
H
A
D
symbol.c
768
scope =
global_scope
;
in bind_symbol_with_scope()
/third_party/node/test/fixtures/wpt/resources/
H
A
D
testharness.js
7
(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
D
abg-fwd.h
264
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
D
abg-ir.h
655
/// 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
D
builddeps.py
233
global_scope
= {
254
exec(file.read(),
global_scope
, local_scope)
/third_party/skia/third_party/externals/angle2/scripts/
H
A
D
roll_chromium_deps.py
154
global_scope
= {
159
exec (deps_content,
global_scope
, local_scope)
/third_party/libabigail/src/
H
A
D
abg-ir.cc
1169
(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
D
abg-dwarf-reader.cc
4740
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
D
abg-reader.cc
448
const
global_scope
* global = 0;
in get_translation_unit()
Completed in 57 milliseconds