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:EOpFunction
(Results
1 - 13
of
13
) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/
H
A
D
LiveTraverser.h
76
if (candidate && candidate->getOp() ==
EOpFunction
&& candidate->getName() == name) {
in pushFunction()
H
A
D
propagateNoContraction.cpp
299
if (node->getOp() == glslang::
EOpFunction
) {
in visitAggregate()
H
A
D
linkValidate.cpp
503
if (body && unitBody && body->getOp() ==
EOpFunction
&& unitBody->getOp() ==
EOpFunction
&& body->getName() == unitBody->getName()) {
in mergeBodies()
1486
if (node && (node->getOp() == glslang::
EOpFunction
)) {
in checkCallGraphBodies()
H
A
D
intermOut.cpp
698
case
EOpFunction
: out.debug << "Function Definition: " << node->getName(); break;
in visitAggregate()
H
A
D
Intermediate.cpp
545
if (op ==
EOpFunction
)
in isConversionAllowed()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H
A
D
AnalyzeCallDepth.cpp
169
case
EOpFunction
: // Function definition
in visitAggregate()
H
A
D
intermOut.cpp
259
case
EOpFunction
: out << "Function Definition: " << node->getName(); break;
in visitAggregate()
H
A
D
intermediate.h
38
EOpFunction
, // For function definition
enumerator
H
A
D
OutputASM.cpp
1259
if(currentScope != emitScope && node->getOp() !=
EOpFunction
&& node->getOp() != EOpSequence)
in visitAggregate()
1283
case
EOpFunction
:
in visitAggregate()
H
A
D
ParseHelper.cpp
1891
intermediate.setAggregateOperator(aggregate,
EOpFunction
, location);
in addFunctionDefinition()
/third_party/glslang/glslang/Include/
H
A
D
intermediate.h
68
EOpFunction
, // For function definition
enumerator
/third_party/glslang/SPIRV/
H
A
D
GlslangToSpv.cpp
2926
case glslang::
EOpFunction
:
in visitAggregate()
2951
// Parameters will have been consumed by
EOpFunction
processing, but not
in visitAggregate()
5439
if (! glslFunction || glslFunction->getOp() != glslang::
EOpFunction
)
in makeFunctions()
5530
if (initializer && initializer->getOp() != glslang::
EOpFunction
&& initializer->getOp() !=
in makeGlobalInitializers()
5581
if (node && (node->getOp() == glslang::
EOpFunction
|| node->getOp() == glslang::EOpLinkerObjects))
in visitFunctions()
/third_party/glslang/glslang/HLSL/
H
A
D
hlslParseHelper.cpp
2296
intermediate.setAggregateOperator(node,
EOpFunction
, function.getType(), loc);
in handleFunctionBody()
Completed in 59 milliseconds