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:scope_stack_
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/tint/src/resolver/
H
A
D
dependency_graph.cc
134
scope_stack_
.Set(it.first, it.second->node);
in DependencyScanner()
176
scope_stack_
.Push();
in TraverseFunction()
177
TINT_DEFER(
scope_stack_
.Pop());
in TraverseFunction()
180
if (auto* shadows =
scope_stack_
.Get(param->symbol)) {
in TraverseFunction()
212
scope_stack_
.Push();
in TraverseStatement()
213
TINT_DEFER(
scope_stack_
.Pop());
in TraverseStatement()
222
scope_stack_
.Push();
in TraverseStatement()
223
TINT_DEFER(
scope_stack_
.Pop());
in TraverseStatement()
231
scope_stack_
.Push();
in TraverseStatement()
232
TINT_DEFER(
scope_stack_
in TraverseStatement()
462
ScopeStack<const ast::Node*>
scope_stack_
;
global()
member in tint::resolver::__anon26049::DependencyScanner
[all...]
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H
A
D
builder.cc
298
: builder_(ProgramBuilder::Wrap(program)),
scope_stack_
({}) {}
in Builder()
476
uint32_t var_id =
scope_stack_
.Get(var->Declaration()->symbol);
in GenerateEntryPoint()
621
scope_stack_
.Push();
in GenerateFunction()
622
TINT_DEFER(
scope_stack_
.Pop());
in GenerateFunction()
645
scope_stack_
.Set(param->Declaration()->symbol, param_id);
in GenerateFunction()
722
scope_stack_
.Set(var->symbol, init_id);
in GenerateFunctionVariable()
756
scope_stack_
.Set(var->symbol, var_id);
in GenerateFunctionVariable()
813
scope_stack_
.Set(var->symbol, init_id);
in GenerateGlobalVariable()
908
scope_stack_
.Set(var->symbol, var_id);
in GenerateGlobalVariable()
1176
uint32_t val =
scope_stack_
in GenerateIdentifierExpression()
[all...]
H
A
D
builder.h
602
ScopeStack<uint32_t>
scope_stack_
;
member in tint::writer::spirv::Builder
/third_party/node/deps/v8/src/parsing/
H
A
D
parser-base.h
329
:
scope_stack_
(scope_stack), outer_scope_(*scope_stack) {
in BlockState()
330
*
scope_stack_
= scope;
in BlockState()
337
~BlockState() { *
scope_stack_
= outer_scope_; }
in ~BlockState()
340
Scope** const
scope_stack_
;
member in v8::internal::ParseFunctionFlag::ParserBase::BlockState
/third_party/libabigail/src/
H
A
D
abg-dwarf-reader.cc
1840
scope_stack_type
scope_stack_
;
member in abigail::dwarf::reader
4752
{return
scope_stack_
;}
in scope_stack()
4756
{return
scope_stack_
;}
in scope_stack()
Completed in 31 milliseconds