HomeSort by relevance Sort by last modified time
    Searched defs:a4 (Results 1 - 25 of 257) sorted by null

1 2 3 4 5 6 7 8 91011

  /toolchain/binutils/binutils-2.27/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.cxx1z.fail.cpp 28 double a4(unsigned i) const {return i-1;} function in struct:A
const_mem_fun.pass.cpp 25 double a4(unsigned i) const {return i-1;} function in struct:A
const_mem_fun1.cxx1z.fail.cpp 28 double a4(unsigned i) const {return i-1;} function in struct:A
34 assert(std::mem_fun(&A::a4)(&a, 6) == 5);
const_mem_fun1.pass.cpp 25 double a4(unsigned i) const {return i-1;} function in struct:A
31 assert(std::mem_fun(&A::a4)(&a, 6) == 5);
const_mem_fun1_ref_t.cxx1z.fail.cpp 27 double a4(unsigned i) const {return i-1;} function in struct:A
const_mem_fun1_t.cxx1z.fail.cpp 27 double a4(unsigned i) const {return i-1;} function in struct:A
const_mem_fun_ref.cxx1z.fail.cpp 28 double a4(unsigned i) const {return i-1;} function in struct:A
const_mem_fun_ref.pass.cpp 25 double a4(unsigned i) const {return i-1;} function in struct:A
const_mem_fun_ref1.cxx1z.fail.cpp 28 double a4(unsigned i) const {return i-1;} function in struct:A
34 assert(std::mem_fun_ref(&A::a4)(a, 6) == 5);
const_mem_fun_ref1.pass.cpp 25 double a4(unsigned i) const {return i-1;} function in struct:A
31 assert(std::mem_fun_ref(&A::a4)(a, 6) == 5);
const_mem_fun_ref_t.cxx1z.fail.cpp 27 double a4(unsigned i) const {return i-1;} function in struct:A
const_mem_fun_t.cxx1z.fail.cpp 27 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun.cxx1z.fail.cpp 28 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun.pass.cpp 25 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun1.cxx1z.fail.cpp 28 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun1.pass.cpp 25 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun1_ref_t.cxx1z.fail.cpp 27 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun1_t.cxx1z.fail.cpp 27 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun_ref.cxx1z.fail.cpp 28 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun_ref.pass.cpp 25 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun_ref1.cxx1z.fail.cpp 28 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun_ref1.pass.cpp 25 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun_ref_t.cxx1z.fail.cpp 27 double a4(unsigned i) const {return i-1;} function in struct:A

Completed in 825 milliseconds

1 2 3 4 5 6 7 8 91011