OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:a4
(Results
1 - 25
of
249
) sorted by null
1
2
3
4
5
6
7
8
9
10
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
data1.c
6
char
a4
[4] __attribute__ ((aligned (ALIGNMENT4)));
variable
/external/clang/test/Sema/
array-declared-as-incorrect-type.c
12
extern int
a4
[][2]; // expected-note {{previous declaration is here}}
13
int
a4
[2]; // expected-error {{redefinition of '
a4
'}}
variable
/external/libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/
const_mem_fun.pass.cpp
24
double
a4
(unsigned i) const {return i-1;}
function in struct:A
const_mem_fun1.pass.cpp
24
double
a4
(unsigned i) const {return i-1;}
function in struct:A
30
assert(std::mem_fun(&A::
a4
)(&a, 6) == 5);
const_mem_fun_ref.pass.cpp
24
double
a4
(unsigned i) const {return i-1;}
function in struct:A
const_mem_fun_ref1.pass.cpp
24
double
a4
(unsigned i) const {return i-1;}
function in struct:A
30
assert(std::mem_fun_ref(&A::
a4
)(a, 6) == 5);
mem_fun.pass.cpp
24
double
a4
(unsigned i) const {return i-1;}
function in struct:A
mem_fun1.pass.cpp
24
double
a4
(unsigned i) const {return i-1;}
function in struct:A
mem_fun_ref.pass.cpp
24
double
a4
(unsigned i) const {return i-1;}
function in struct:A
mem_fun_ref1.pass.cpp
24
double
a4
(unsigned i) const {return i-1;}
function in struct:A
const_mem_fun1_ref_t.pass.cpp
23
double
a4
(unsigned i) const {return i-1;}
function in struct:A
30
const F f(&A::
a4
);
const_mem_fun1_t.pass.cpp
23
double
a4
(unsigned i) const {return i-1;}
function in struct:A
30
const F f(&A::
a4
);
const_mem_fun_ref_t.pass.cpp
23
double
a4
(unsigned i) const {return i-1;}
function in struct:A
const_mem_fun_t.pass.cpp
23
double
a4
(unsigned i) const {return i-1;}
function in struct:A
mem_fun1_ref_t.pass.cpp
23
double
a4
(unsigned i) const {return i-1;}
function in struct:A