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:yywrap
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H
A
D
preprocessor_lex_autogen.cpp
210
#ifdef
yywrap
213
# define
yywrap
ppwrap
macro
859
extern "C" int
yywrap
(yyscan_t yyscanner);
861
extern int
yywrap
(yyscan_t yyscanner);
1455
if (
yywrap
(yyscanner))
1760
if (
yywrap
(yyscanner))
in yyinput()
1835
* EOF (
yywrap
()) processing, but the only time this flag
in yy_switch_to_buffer()
1836
* is looked at is after
yywrap
() is called, so it's safe
in yy_switch_to_buffer()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H
A
D
Tokenizer.cpp
273
#ifdef
yywrap
276
#define
yywrap
ppwrap
macro
1148
extern "C" int
yywrap
( yyscan_t yyscanner );
1150
extern int
yywrap
( yyscan_t yyscanner );
1794
if (
yywrap
( yyscanner ) )
2113
if (
yywrap
( yyscanner ) )
in yyinput()
2190
* EOF (
yywrap
()) processing, but the only time this flag
in yy_switch_to_buffer()
2191
* is looked at is after
yywrap
() is called, so it's safe
in yy_switch_to_buffer()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H
A
D
glslang_lex_autogen.cpp
395
#define
yywrap
(yyscanner) (/*CONSTCOND*/ 1)
macro
1067
extern "C" int
yywrap
(yyscan_t yyscanner);
1069
extern int
yywrap
(yyscan_t yyscanner);
2221
if (
yywrap
(yyscanner))
2526
if (
yywrap
(yyscanner))
in yyinput()
2609
* EOF (
yywrap
()) processing, but the only time this flag
in yy_switch_to_buffer()
2610
* is looked at is after
yywrap
() is called, so it's safe
in yy_switch_to_buffer()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H
A
D
glslang_lex.cpp
489
#define
yywrap
(yyscanner) (/*CONSTCOND*/1)
macro
1361
extern "C" int
yywrap
( yyscan_t yyscanner );
1363
extern int
yywrap
( yyscan_t yyscanner );
2429
if (
yywrap
( yyscanner ) )
2748
if (
yywrap
( yyscanner ) )
in yyinput()
2831
* EOF (
yywrap
()) processing, but the only time this flag
in yy_switch_to_buffer()
2832
* is looked at is after
yywrap
() is called, so it's safe
in yy_switch_to_buffer()
Completed in 15 milliseconds