Searched defs:a4 (Results 1 - 25 of 206) sorted by relevance

123456789

/external/clang/test/Sema/
H A Darray-declared-as-incorrect-type.c12 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/
H A Dconst_mem_fun.cxx1z.fail.cpp28 double a4(unsigned i) const {return i-1;} function in struct:A
H A Dconst_mem_fun.pass.cpp25 double a4(unsigned i) const {return i-1;} function in struct:A
H A Dconst_mem_fun1.cxx1z.fail.cpp28 double a4(unsigned i) const {return i-1;} function in struct:A
34 assert(std::mem_fun(&A::a4)(&a, 6) == 5);
H A Dconst_mem_fun1.pass.cpp25 double a4(unsigned i) const {return i-1;} function in struct:A
31 assert(std::mem_fun(&A::a4)(&a, 6) == 5);
H A Dconst_mem_fun1_ref_t.cxx1z.fail.cpp27 double a4(unsigned i) const {return i-1;} function in struct:A
H A Dconst_mem_fun1_ref_t.pass.cpp24 double a4(unsigned i) const {return i-1;} function in struct:A
31 const F f(&A::a4);
H A Dconst_mem_fun1_t.cxx1z.fail.cpp27 double a4(unsigned i) const {return i-1;} function in struct:A
H A Dconst_mem_fun1_t.pass.cpp24 double a4(unsigned i) const {return i-1;} function in struct:A
31 const F f(&A::a4);
H A Dconst_mem_fun_ref.cxx1z.fail.cpp28 double a4(unsigned i) const {return i-1;} function in struct:A
H A Dconst_mem_fun_ref.pass.cpp25 double a4(unsigned i) const {return i-1;} function in struct:A
H A Dconst_mem_fun_ref1.cxx1z.fail.cpp28 double a4(unsigned i) const {return i-1;} function in struct:A
34 assert(std::mem_fun_ref(&A::a4)(a, 6) == 5);
H A Dconst_mem_fun_ref1.pass.cpp25 double a4(unsigned i) const {return i-1;} function in struct:A
31 assert(std::mem_fun_ref(&A::a4)(a, 6) == 5);
H A Dconst_mem_fun_ref_t.cxx1z.fail.cpp27 double a4(unsigned i) const {return i-1;} function in struct:A
H A Dconst_mem_fun_ref_t.pass.cpp24 double a4(unsigned i) const {return i-1;} function in struct:A
H A Dconst_mem_fun_t.cxx1z.fail.cpp27 double a4(unsigned i) const {return i-1;} function in struct:A
H A Dconst_mem_fun_t.pass.cpp24 double a4(unsigned i) const {return i-1;} function in struct:A
H A Dmem_fun.cxx1z.fail.cpp28 double a4(unsigned i) const {return i-1;} function in struct:A
H A Dmem_fun.pass.cpp25 double a4(unsigned i) const {return i-1;} function in struct:A
H A Dmem_fun1.cxx1z.fail.cpp28 double a4(unsigned i) const {return i-1;} function in struct:A
H A Dmem_fun1.pass.cpp25 double a4(unsigned i) const {return i-1;} function in struct:A
H A Dmem_fun1_ref_t.cxx1z.fail.cpp27 double a4(unsigned i) const {return i-1;} function in struct:A
H A Dmem_fun1_ref_t.pass.cpp24 double a4(unsigned i) const {return i-1;} function in struct:A
H A Dmem_fun1_t.cxx1z.fail.cpp27 double a4(unsigned i) const {return i-1;} function in struct:A
H A Dmem_fun1_t.pass.cpp24 double a4(unsigned i) const {return i-1;} function in struct:A

Completed in 165 milliseconds

123456789