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:MakeUnscoped
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/src/sksl/ir/
H
A
D
SkSLBlock.h
38
//
MakeUnscoped
will return the Statement as-is. For an empty Block,
MakeUnscoped
returns Nop.
39
static std::unique_ptr<Statement>
MakeUnscoped
(int line, StatementArray statements);
H
A
D
SkSLBlock.cpp
15
std::unique_ptr<Statement> Block::
MakeUnscoped
(int line, StatementArray statements) {
in MakeUnscoped()
function in SkSL::Block
/third_party/skia/src/sksl/dsl/
H
A
D
DSLStatement.cpp
91
return DSLStatement(SkSL::Block::
MakeUnscoped
(line, std::move(stmts)));
in operator ,()
H
A
D
DSLCore.cpp
162
return SkSL::Block::
MakeUnscoped
(pos.line(), std::move(statements));
in Declare()
/third_party/skia/src/sksl/dsl/priv/
H
A
D
DSLWriter.cpp
108
existing.fStatement = SkSL::Block::
MakeUnscoped
(/*line=*/-1, std::move(stmts));
in AddVarDeclaration()
Completed in 4 milliseconds