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:type_def
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/deps/v8/src/wasm/
H
A
D
canonical-types.h
57
TypeDefinition
type_def
;
member
61
return
type_def
== other.
type_def
&&
in operator ==()
66
return
type_def
!= other.
type_def
||
in operator !=()
71
return base::hash_combine(
type_def
.kind,
in hash_value()
H
A
D
canonical-types.cc
49
? canonical_type.
type_def
.supertype + first_canonical_index
in AddRecursiveGroup()
50
: canonical_type.
type_def
.supertype;
in AddRecursiveGroup()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H
A
D
instruction.cpp
459
Instruction*
type_def
= context()->get_def_use_mgr()->GetDef(type_id());
in IsReadOnlyPointerShaders()
local
460
if (
type_def
->opcode() != SpvOpTypePointer) {
in IsReadOnlyPointerShaders()
465
type_def
->GetSingleWordInOperand(kPointerTypeStorageClassIndex);
in IsReadOnlyPointerShaders()
469
if (!
type_def
->IsVulkanStorageImage() &&
in IsReadOnlyPointerShaders()
470
!
type_def
->IsVulkanStorageTexelBuffer()) {
in IsReadOnlyPointerShaders()
475
if (!
type_def
->IsVulkanStorageBuffer()) {
in IsReadOnlyPointerShaders()
498
Instruction*
type_def
= context()->get_def_use_mgr()->GetDef(type_id());
in IsReadOnlyPointerKernel()
local
499
if (
type_def
->opcode() != SpvOpTypePointer) {
in IsReadOnlyPointerKernel()
504
type_def
->GetSingleWordInOperand(kPointerTypeStorageClassIndex);
in IsReadOnlyPointerKernel()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H
A
D
instruction.cpp
459
Instruction*
type_def
= context()->get_def_use_mgr()->GetDef(type_id());
in IsReadOnlyPointerShaders()
local
460
if (
type_def
->opcode() != SpvOpTypePointer) {
in IsReadOnlyPointerShaders()
465
type_def
->GetSingleWordInOperand(kPointerTypeStorageClassIndex);
in IsReadOnlyPointerShaders()
469
if (!
type_def
->IsVulkanStorageImage() &&
in IsReadOnlyPointerShaders()
470
!
type_def
->IsVulkanStorageTexelBuffer()) {
in IsReadOnlyPointerShaders()
475
if (!
type_def
->IsVulkanStorageBuffer()) {
in IsReadOnlyPointerShaders()
498
Instruction*
type_def
= context()->get_def_use_mgr()->GetDef(type_id());
in IsReadOnlyPointerKernel()
local
499
if (
type_def
->opcode() != SpvOpTypePointer) {
in IsReadOnlyPointerKernel()
504
type_def
->GetSingleWordInOperand(kPointerTypeStorageClassIndex);
in IsReadOnlyPointerKernel()
/third_party/spirv-tools/source/opt/
H
A
D
instruction.cpp
470
Instruction*
type_def
= context()->get_def_use_mgr()->GetDef(type_id());
in IsReadOnlyPointerShaders()
local
471
if (
type_def
->opcode() != spv::Op::OpTypePointer) {
in IsReadOnlyPointerShaders()
476
type_def
->GetSingleWordInOperand(kPointerTypeStorageClassIndex));
in IsReadOnlyPointerShaders()
480
if (!
type_def
->IsVulkanStorageImage() &&
in IsReadOnlyPointerShaders()
481
!
type_def
->IsVulkanStorageTexelBuffer()) {
in IsReadOnlyPointerShaders()
486
if (!
type_def
->IsVulkanStorageBuffer()) {
in IsReadOnlyPointerShaders()
509
Instruction*
type_def
= context()->get_def_use_mgr()->GetDef(type_id());
in IsReadOnlyPointerKernel()
local
510
if (
type_def
->opcode() != spv::Op::OpTypePointer) {
in IsReadOnlyPointerKernel()
515
type_def
->GetSingleWordInOperand(kPointerTypeStorageClassIndex));
in IsReadOnlyPointerKernel()
/third_party/selinux/checkpolicy/
H
A
D
policy_parse.y
323
|
type_def
340
type_def
: TYPE identifier alias_def opt_attr_list ';'
label
Completed in 7 milliseconds