OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chk2
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Sema/
align-x86.c
7
short
chk2
[__alignof__(double) == 8 ? 1 : -1];
variable
11
short
chk2
[__alignof__(long long) == 8 ? 1 : -1];
variable
15
short
chk2
[__alignof__(unsigned long long) == 8 ? 1 : -1];
variable
19
short
chk2
[__alignof__(_Complex double) == 8 ? 1 : -1];
variable
24
short
chk2
[__alignof__(g4.a) == 1 ? 1 : -1];
variable
28
short
chk2
[__alignof__(double[3]) == 8 ? 1 : -1];
variable
42
short
chk2
[sizeof(T[1]) == 4 ? 1 : -1];
variable
52
short
chk2
[sizeof(T2[1]) == 4 ? 1 : -1];
variable
align-systemz.c
16
int
chk2
[__alignof__(s) == 1 ? 1 : -1];
variable
/system/extras/tests/workloads/
defs.sh
65
chk2
=$(typeset -F 2>/dev/null)
67
if echo $chk1 $
chk2
| grep -q processLocalOption; then
Completed in 54 milliseconds