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:VOLATILE
(Results
1 - 11
of
11
) sorted by relevance
/third_party/ltp/include/mk/
H
A
D
env_post.mk
97
CHECK_NOFLAGS ?= $(abs_top_srcdir)/scripts/checkpatch.pl -f --no-tree --terse --no-summary --ignore CONST_STRUCT,
VOLATILE
,SPLIT_STRING
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H
A
D
glslang_tab_autogen.h
117
VOLATILE
= 318,
enumerator
H
A
D
glslang.y
168
%token <lex> READONLY WRITEONLY COHERENT RESTRICT
VOLATILE
SHARED
908
|
VOLATILE
{
H
A
D
glslang_tab_autogen.cpp
206
VOLATILE
= 318,
enumerator
836
"
VOLATILE
",
H
A
D
glslang_lex_autogen.cpp
1813
YY_RULE_SETUP { return ES2_reserved_ES3_1_keyword(context,
VOLATILE
); }
/third_party/glslang/glslang/MachineIndependent/
H
A
D
glslang_tab.cpp.h
499
VOLATILE
= 700, /*
VOLATILE
*/
enumerator
H
A
D
Scan.cpp
426
(*KeywordMap)["volatile"] =
VOLATILE
;
in fillInKeywordMap()
1118
case
VOLATILE
:
in tokenizeIdentifier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
AMDGPULibFunc.h
287
VOLATILE
= 0x20
enumerator
H
A
D
AMDGPULibFunc.cpp
419
P.PtrKind |= AMDGPULibFunc::
VOLATILE
; break;
587
if (eatTerm(param, 'V')) res.PtrKind |= AMDGPULibFunc::
VOLATILE
;
829
if (p.PtrKind & AMDGPULibFunc::
VOLATILE
) os << 'V';
/third_party/lame/libmp3lame/
H
A
D
vbrquantize.c
69
# define
VOLATILE
volatile
macro
71
# define
VOLATILE
macro
74
# define
VOLATILE
macro
77
typedef
VOLATILE
union {
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H
A
D
ICUJDKCompare.java
822
Modifier.
VOLATILE
|Modifier.TRANSIENT|Modifier.NATIVE);
Completed in 24 milliseconds