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:clause
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/parser/
H
A
D
ETSparserStatements.cpp
285
ir::CatchClause *
clause
{};
in ParseTryStatement()
287
clause
= ParseCatchClause();
in ParseTryStatement()
289
catchClauses.push_back(
clause
);
in ParseTryStatement()
300
ThrowSyntaxError("A try statement should contain either finally
clause
or at least one catch
clause
.",
in ParseTryStatement()
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H
A
D
tryStatement.cpp
82
for (auto
clause
: catchClauses_) {
in Dump()
84
clause
->Dump(dumper);
in Dump()
/arkcompiler/ets_frontend/es2panda/ir/statements/
H
A
D
switchStatement.cpp
59
const auto *
clause
= cases_[i];
in Compile()
local
61
if (!
clause
->Test()) {
in Compile()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
ETSCompiler.cpp
1607
const auto *
clause
= self->Cases()[i];
in CompileImpl()
local
1609
if (
clause
->Test() == nullptr) {
in CompileImpl()
1649
for (ir::CatchClause *
clause
: st->CatchClauses()) {
in Compile()
1650
tryCtx.AddNewCathTable(
clause
->TsType()->AsETSObjectType()->AssemblerName(), tryLabelPair);
in Compile()
H
A
D
JSCompiler.cpp
1526
const auto *
clause
= self->Cases()[i];
in CompileImpl()
local
1528
if (
clause
->Test() == nullptr) {
in CompileImpl()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H
A
D
helpers.cpp
1947
"catch
clause
",
in CheckThrowingStatements()
1974
"catch
clause
",
in CheckThrowingStatements()
1989
const auto predicateFunc = [&enclosingCatchClause](ir::CatchClause *
clause
) {
in CheckThrowingPlacement()
1990
return
clause
== enclosingCatchClause;
in CheckThrowingPlacement()
Completed in 12 milliseconds