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

1 2 3 4

  /external/clang/test/Sema/
array-declared-as-incorrect-type.c 12 extern int a4[][2]; // expected-note {{previous definition is here}}
13 int a4[2]; // expected-error {{redefinition of 'a4'}} variable
generic-selection.c 23 int a4[_Generic(0L, default: 1, short: 2, float: 3, int: 4) == 1 ? 1 : -1]; local
  /ndk/sources/cxx-stl/llvm-libc++/test/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
mem_fun1_t.pass.cpp 23 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun_ref_t.pass.cpp 23 double a4(unsigned i) const {return i-1;} function in struct:A
mem_fun_t.pass.cpp 23 double a4(unsigned i) const {return i-1;} function in struct:A
  /external/clang/test/SemaCXX/
attr-weakref.cpp 9 static int a4 __attribute__((weakref, alias ("foo"))); variable
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
p4.cpp 18 int a4[] = {}; // expected-error {{zero size arrays}} variable
  /external/valgrind/main/massif/tests/
deep.c 24 void a4 (int n) { a5 (n); } function
25 void a3 (int n) { a4 (n); }
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/utility/forward/
move_copy.pass.cpp 64 A a4 = ca; local
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh990323-1.cpp 34 A<short> a4 = 97; local
  /ndk/tests/device/test-stlport_static-exception/jni/
eh990323-1.cpp 34 A<short> a4 = 97; local
  /external/clang/test/Parser/
cxx0x-lambda-expressions.cpp 40 int a4[1] = {[&b] = 1 }; // expected-error{{integral constant expression must have integral or unscoped enumeration type, not 'const int *'}} local

Completed in 187 milliseconds

1 2 3 4