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
defs:FALLTHROUGH
(Results
1 - 6
of
6
) sorted by relevance
/third_party/gn/src/base/
H
A
D
compiler_specific.h
60
#define
FALLTHROUGH
[[fallthrough]]
macro
62
#define
FALLTHROUGH
[[clang::fallthrough]]
macro
64
#define
FALLTHROUGH
macro
/third_party/mesa3d/src/util/
H
A
D
compiler.h
87
#define
FALLTHROUGH
[[fallthrough]]
macro
90
#define
FALLTHROUGH
[[clang::fallthrough]]
macro
93
#define
FALLTHROUGH
__attribute__((fallthrough))
macro
95
#define
FALLTHROUGH
do { } while(0)
macro
/third_party/libjpeg-turbo/
H
A
D
jconfigint.h
67
#define
FALLTHROUGH
__attribute__((fallthrough));
macro
69
#define
FALLTHROUGH
macro
72
#define
FALLTHROUGH
macro
/third_party/elfutils/lib/
H
A
D
eu-config.h
246
# define
FALLTHROUGH
__attribute__ ((fallthrough))
macro
248
# define
FALLTHROUGH
((void) 0)
macro
/third_party/skia/third_party/skcms/src/
H
A
D
Transform_inl.h
78
#define
FALLTHROUGH
[[clang::fallthrough]]
macro
80
#define
FALLTHROUGH
macro
1607
#undef
FALLTHROUGH
macro
/third_party/curl/lib/
H
A
D
curl_setup.h
708
# define
FALLTHROUGH
() __attribute__((fallthrough))
macro
710
# define
FALLTHROUGH
() do {} while (0)
macro
Completed in 6 milliseconds