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:operatorName
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/src/sksl/ir/
H
A
D
SkSLPrefixExpression.cpp
173
String("'") + op.
operatorName
() + "' cannot operate on '" +
in Convert()
186
String("'") + op.
operatorName
() + "' cannot operate on '" +
in Convert()
197
String("operator '") + op.
operatorName
() + "' is not allowed");
in Convert()
202
String("'") + op.
operatorName
() + "' cannot operate on '" +
in Convert()
253
SkDEBUGFAILF("unsupported prefix operator: %s", op.
operatorName
());
in Make()
H
A
D
SkSLBinaryExpression.cpp
100
context.fErrors->error(line, String("type mismatch: '") + op.
operatorName
() +
in Convert()
113
context.fErrors->error(line, String("operator '") + op.
operatorName
() +
in Convert()
121
context.fErrors->error(line, String("operator '") + op.
operatorName
() + "' can not "
in Convert()
246
" " + this->getOperator().
operatorName
() +
in description()
H
A
D
SkSLPostfixExpression.cpp
23
"'" + String(op.
operatorName
()) + "' cannot operate on '" +
in Convert()
H
A
D
SkSLPrefixExpression.h
66
return this->getOperator().
operatorName
() + this->operand()->description();
H
A
D
SkSLPostfixExpression.h
61
return this->operand()->description() + this->getOperator().
operatorName
();
/third_party/skia/src/sksl/
H
A
D
SkSLOperators.h
53
const char*
operatorName
() const;
H
A
D
SkSLOperators.cpp
96
const char* Operator::
operatorName
() const {
in operatorName()
function in SkSL::Operator
/third_party/skia/src/sksl/codegen/
H
A
D
SkSLPipelineStageCodeGenerator.cpp
565
this->write(op.
operatorName
());
in writeBinaryExpression()
593
this->write(p.getOperator().
operatorName
());
in writePrefixExpression()
606
this->write(p.getOperator().
operatorName
());
in writePostfixExpression()
H
A
D
SkSLGLSLCodeGenerator.cpp
872
this->write(op.
operatorName
());
in writeMatrixComparisonWorkaround()
909
this->write(op.
operatorName
());
in writeBinaryExpression()
969
this->write(p.getOperator().
operatorName
());
in writePrefixExpression()
982
this->write(p.getOperator().
operatorName
());
in writePostfixExpression()
H
A
D
SkSLMetalCodeGenerator.cpp
54
default: return op.
operatorName
();
in OperatorName()
H
A
D
SkSLSPIRVCodeGenerator.cpp
2652
SkDEBUGFAILF("mergeComparisons only supports == and !=, not %s", op.
operatorName
());
in mergeComparisons()
Completed in 16 milliseconds