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:mInfoSink
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H
A
D
Diagnostics.cpp
18
:
mInfoSink
(infoSink), mNumErrors(0), mNumWarnings(0)
in TDiagnostics()
42
mInfoSink
.prefix(severity);
in writeInfo()
43
mInfoSink
.location(loc.file, loc.line);
in writeInfo()
44
mInfoSink
<< "'" << token << "' : " << reason << "\n";
in writeInfo()
50
mInfoSink
.prefix(SH_ERROR);
in globalError()
51
mInfoSink
<< message << "\n";
in globalError()
H
A
D
Compiler.h
112
TInfoSink &getInfoSink() { return
mInfoSink
; }
in getInfoSink()
312
TInfoSink
mInfoSink
; // Output sink.
member in sh::TCompiler
H
A
D
Compiler.cpp
335
mDiagnostics(
mInfoSink
.info),
in TCompiler()
606
OutputTree(root,
mInfoSink
.info);
in validateAST()
607
fprintf(stderr, "AST validation error(s):\n%s\n",
mInfoSink
.info.c_str());
in validateAST()
1144
OutputTree(root,
mInfoSink
.info);
in compile()
1349
mInfoSink
.info.erase();
in clearResults()
1350
mInfoSink
.obj.erase();
in clearResults()
1351
mInfoSink
.debug.erase();
in clearResults()
H
A
D
Diagnostics.h
48
TInfoSinkBase &
mInfoSink
;
member in sh::TDiagnostics
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H
A
D
Diagnostics.cpp
23
mInfoSink
(infoSink),
in TDiagnostics()
65
TInfoSinkBase& sink =
mInfoSink
.info;
in writeInfo()
77
mInfoSink
.debug << str;
in writeDebug()
H
A
D
Diagnostics.h
29
TInfoSink& infoSink() { return
mInfoSink
; }
in infoSink()
53
TInfoSink&
mInfoSink
;
member in TDiagnostics
Completed in 4 milliseconds