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:isIdentifierChar
(Results
1 - 7
of
7
) sorted by relevance
/third_party/vk-gl-cts/framework/randomshaders/
H
A
D
rsgPrettyPrinter.cpp
135
inline bool
isIdentifierChar
(char c)
in isIdentifierChar()
function
142
bool prevIsIdentifierChar = m_line.length() > 0 &&
isIdentifierChar
(m_line[m_line.length()-1]);
in processToken()
190
if (prevIsIdentifierChar &&
isIdentifierChar
(tokenStr[0]))
in processToken()
/third_party/vk-gl-cts/framework/opengl/
H
A
D
gluVarTypeUtil.cpp
49
static inline bool
isIdentifierChar
(char c) { return isAlpha(c) || isNum(c) || c == '_'; }
in isIdentifierChar()
function
73
else if (
isIdentifierChar
(m_str[m_tokenStart]))
in advance()
76
while (
isIdentifierChar
(m_str[m_tokenStart+m_tokenLen]))
in advance()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H
A
D
MILexer.cpp
109
static bool
isIdentifierChar
(char C) {
in isIdentifierChar()
function
174
while (
isIdentifierChar
(C.peek()))
in lexName()
265
while (
isIdentifierChar
(C.peek()))
in maybeLexIdentifier()
297
while (
isIdentifierChar
(C.peek()))
in maybeLexMachineBasicBlock()
335
while (
isIdentifierChar
(C.peek()))
in maybeLexIndexAndName()
410
return
isIdentifierChar
(C) && C != '.';
in isRegisterChar()
483
while (
isIdentifierChar
(C.peek()))
in maybeLexMCSymbol()
593
if (isdigit(C.peek()) || !
isIdentifierChar
(C.peek())) {
in maybeLexExclaim()
597
while (
isIdentifierChar
(C.peek()))
in maybeLexExclaim()
/third_party/vk-gl-cts/framework/xexml/
H
A
D
xeXMLParser.cpp
42
static inline bool
isIdentifierChar
(int ch)
in isIdentifierChar()
function
220
if (!
isIdentifierChar
(curChar))
in advance()
/third_party/node/deps/cjs-module-lexer/
H
A
D
lexer.js
264
if (!
isIdentifierChar
(codePoint, true))
1107
function
isIdentifierChar
(code, astral) {
1125
if (
isIdentifierChar
(ch, true)) {
/third_party/node/lib/
H
A
D
repl.js
108
isIdentifierChar
,
1230
if (!
isIdentifierChar
(cp)) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H
A
D
AsmParser.cpp
2383
static bool
isIdentifierChar
(char c) {
in isIdentifierChar()
function
2460
while (
isIdentifierChar
(Body[I]) && I + 1 != End)
in expandMacro()
4554
while (
isIdentifierChar
(Body[I]) && I + 1 != End)
in checkForBadMacro()
Completed in 14 milliseconds