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:_Alignas
(Results
1 - 11
of
11
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/
H
A
D
c11-alignas.c
1
static
_Alignas
(8) int v;
2
static
_Alignas
(long) int t;
3
static
_Alignas
(void *) int p;
4
static
_Alignas
(int[4]) int a;
5
static
_Alignas
(0) int z;
6
static
_Alignas
(3) int bnpow2;
7
static
_Alignas
(-1) int bneg;
8
static
_Alignas
(-2) int bnegpow2;
9
static
_Alignas
(v) int bnc;
10
static
_Alignas
(
[all...]
H
A
D
reserved.c
45
static int (
_Alignas
);
variable
128
reserved.c:45:12: error: Trying to use reserved word '
_Alignas
' as identifier
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
stdalign.h
8
#define
_Alignas
(t) __attribute__((__aligned__(t)))
macro
12
#define alignas
_Alignas
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
stdalign.h
8
#define
_Alignas
(t) __attribute__((__aligned__(t)))
macro
12
#define alignas
_Alignas
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
stdalign.h
8
#define
_Alignas
(t) __attribute__((__aligned__(t)))
macro
12
#define alignas
_Alignas
/third_party/musl/include/
H
A
D
stdalign.h
8
#define
_Alignas
(t) __attribute__((__aligned__(t)))
macro
12
#define alignas
_Alignas
/third_party/mesa3d/src/vulkan/runtime/
H
A
D
vk_semaphore.h
58
_Alignas
(8) struct vk_sync permanent;
H
A
D
vk_fence.h
54
_Alignas
(8) struct vk_sync permanent;
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
ident-list.h
38
IDENT(
_Alignas
);
variable
/third_party/FreeBSD/sys/sys/
H
A
D
cdefs.h
248
#define
_Alignas
(x) alignas(x)
macro
250
/* XXX: Only emulates
_Alignas
(constant-expression); not
_Alignas
(type-name). */
251
#define
_Alignas
(x) __aligned(x)
macro
/third_party/mesa3d/src/util/
H
A
D
macros.h
416
#define alignas
_Alignas
Completed in 4 milliseconds