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:LEX_CHAR_LF
(Results
1 - 12
of
12
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/lexer/
H
A
D
lexer.cpp
158
case
LEX_CHAR_LF
:
in SkipMultiLineComment()
187
if (Iterator().Peek() ==
LEX_CHAR_LF
) {
in SkipSingleLineComment()
193
case
LEX_CHAR_LF
:
in SkipSingleLineComment()
455
if (Iterator().Peek() !=
LEX_CHAR_LF
) {
in ScanTemplateString()
461
case
LEX_CHAR_LF
: {
in ScanTemplateString()
463
templateStr.str.Append(
LEX_CHAR_LF
);
in ScanTemplateString()
537
if (Iterator().Peek() !=
LEX_CHAR_LF
) {
in ScanUnicodeCharacter()
545
case
LEX_CHAR_LF
: {
in ScanUnicodeCharacter()
559
cp =
LEX_CHAR_LF
;
in ScanUnicodeCharacter()
999
case
LEX_CHAR_LF
in IsLineTerminatorOrEos()
[all...]
H
A
D
lexer.h
367
case
LEX_CHAR_LF
: {
in ScanString()
379
if (Iterator().Peek() !=
LEX_CHAR_LF
) {
in ScanString()
385
str.Append(
LEX_CHAR_LF
);
in ScanString()
/arkcompiler/ets_frontend/ets2panda/lexer/token/
H
A
D
sourceLocation.cpp
53
if (iter.HasNext() && iter.Peek() ==
LEX_CHAR_LF
) {
59
case
LEX_CHAR_LF
:
H
A
D
letters.h
26
inline constexpr char32_t
LEX_CHAR_LF
= 0x0A; /* line feed */
member
/arkcompiler/ets_frontend/es2panda/lexer/token/
H
A
D
sourceLocation.cpp
52
// Add the last entry if the ending character is not
LEX_CHAR_LF
/ LEX_CHAR_PS / LEX_CHAR_LS
60
if (iter.HasNext() && iter.Peek() ==
LEX_CHAR_LF
) {
66
case
LEX_CHAR_LF
:
H
A
D
letters.h
26
#define
LEX_CHAR_LF
0x0A /* line feed */
macro
/arkcompiler/ets_frontend/es2panda/lexer/
H
A
D
lexer.cpp
160
if (Iterator().Peek() ==
LEX_CHAR_LF
) {
in SkipMultiLineComment()
166
case
LEX_CHAR_LF
:
in SkipMultiLineComment()
194
if (Iterator().Peek() ==
LEX_CHAR_LF
) {
in SkipSingleLineComment()
200
case
LEX_CHAR_LF
:
in SkipSingleLineComment()
482
if (Iterator().Peek() !=
LEX_CHAR_LF
) {
in ScanTemplateString()
488
case
LEX_CHAR_LF
: {
in ScanTemplateString()
490
templateStr.str.Append(
LEX_CHAR_LF
);
in ScanTemplateString()
555
if (Iterator().Peek() !=
LEX_CHAR_LF
) {
in ScanStringUnicodePart()
563
case
LEX_CHAR_LF
: {
in ScanStringUnicodePart()
577
cp =
LEX_CHAR_LF
;
in ScanStringUnicodePart()
[all...]
H
A
D
lexer.h
232
case
LEX_CHAR_LF
: {
in ScanString()
244
if (Iterator().Peek() !=
LEX_CHAR_LF
) {
in ScanString()
250
str.Append(
LEX_CHAR_LF
);
in ScanString()
/arkcompiler/ets_frontend/ets2panda/parser/
H
A
D
ETSNolintParser.cpp
94
if (PeekSymbol() == lexer::
LEX_CHAR_LF
) {
in NextSymbol()
110
if (PeekSymbol() == lexer::
LEX_CHAR_LF
) {
in BackwardSymbol()
244
while (cp != lexer::LEX_CHAR_SP && cp != lexer::
LEX_CHAR_LF
&& cp != lexer::LEX_CHAR_EOS) {
in ParseETSNolintArgs()
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
H
A
D
regexp.cpp
349
return
LEX_CHAR_LF
;
in ParseClassAtom()
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
H
A
D
regexp.cpp
346
return
LEX_CHAR_LF
;
in ParseClassAtom()
/arkcompiler/ets_frontend/ets2panda/util/
H
A
D
helpers.cpp
641
case lexer::
LEX_CHAR_LF
: {
in GetEscapedCharacter()
Completed in 10 milliseconds