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:DECLARE
(Results
1 - 8
of
8
) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
decoder-arm64.h
92
#define
DECLARE
(A) virtual void Visit##A(Instruction* instr) = 0;
macro
93
VISITOR_LIST(
DECLARE
)
94
#undef
DECLARE
macro
134
#define
DECLARE
(A) void Visit##A(Instruction* instr);
macro
135
VISITOR_LIST(
DECLARE
)
136
#undef
DECLARE
macro
/third_party/node/deps/v8/src/diagnostics/arm64/
H
A
D
disasm-arm64.h
24
#define
DECLARE
(A) void Visit##A(Instruction* instr);
macro
25
VISITOR_LIST(
DECLARE
)
26
#undef
DECLARE
macro
/third_party/vixl/src/aarch64/
H
A
D
cpu-features-auditor-aarch64.h
113
#define
DECLARE
(A) virtual void Visit##A(const Instruction* instr);
macro
114
VISITOR_LIST(
DECLARE
)
115
#undef
DECLARE
macro
H
A
D
disasm-aarch64.h
125
#define
DECLARE
(A) virtual void Visit##A(const Instruction* instr);
macro
126
VISITOR_LIST(
DECLARE
)
127
#undef
DECLARE
macro
H
A
D
simulator-aarch64.h
1416
#define
DECLARE
(A) virtual void Visit##A(const Instruction* instr);
macro
1417
VISITOR_LIST_THAT_RETURN(
DECLARE
)
1418
#undef
DECLARE
macro
1419
#define
DECLARE
(A) \
macro
1421
VISITOR_LIST_THAT_DONT_RETURN(
DECLARE
)
1422
#undef
DECLARE
macro
/third_party/node/deps/v8/src/base/
H
A
D
export-template.h
62
EXPORT_TEMPLATE_INVOKE(
DECLARE
, EXPORT_TEMPLATE_STYLE(export, ), export)
68
// EXPORT_TEMPLATE_INVOKE(
DECLARE
, DEFAULT, FOO_EXPORT)
/third_party/node/deps/v8/src/execution/arm64/
H
A
D
simulator-arm64.h
907
#define
DECLARE
(A) void Visit##A(Instruction* instr);
macro
908
VISITOR_LIST(
DECLARE
)
909
#undef
DECLARE
macro
/third_party/ltp/scripts/
H
A
D
checkpatch.pl
1019
(?:$Storage\s+)?(?:[A-Z_][A-Z0-9]*_){0,2}(?:DEFINE|
DECLARE
)(?:_[A-Z0-9]+){1,6}\s*\(|
2035
print "
DECLARE
($1)\n" if ($dbg_values > 1);
3910
$line =~ /^\+\s*
DECLARE
/ ||
Completed in 28 milliseconds