HomeSort by relevance Sort by last modified time
    Searched defs:test2 (Results 376 - 400 of 728) sorted by null

<<11121314151617181920>>

  /external/clang/test/Sema/
block-misc.c 31 int test2(double (^S)()) { function
enable_if.c 51 void test2(const char *s, int i) { function
52 // CHECK: define void @test2
invalid-decl.c 42 void test2();
43 void test2(undef); // expected-error {{a parameter list without types is only allowed in a function definition}}
44 void test2() { } function
scope-check.c 11 int test2(int x) { function
vector-assign.c 42 float test2(__attribute__((vector_size(16))) float a, int b) { function
warn-shadow.c 34 struct test2 { struct
warn-type-safety.cpp 64 void test2(C *c, int *int_buf, T tag) function
70 test2(c, int_buf, MPI_INT);
71 test2(c, int_buf, MPI_NULL);
  /external/clang/test/SemaCXX/
PR11358.cpp 21 namespace test2 { namespace
address-of.cpp 29 void test2() { function
attr-weak.cpp 6 namespace test2 __attribute__((weak)) { // expected-warning {{'weak' attribute only applies to variables, functions and classes}} namespace
blocks.cpp 24 namespace test2 { namespace
condition.cpp 40 void test2() { function
function-extern-c.cpp 42 namespace test2 { namespace
48 extern "C" A f(void); // expected-warning {{'f' has C-linkage specified, but returns incomplete type 'test2::A' which could be incompatible with C}}
linkage.cpp 40 namespace test2 { namespace
ptrtomember-overload-resolution.cpp 41 void test2(X x) function
undefined-inline.cpp 9 namespace test2 { namespace
warn-assignment-condition.cpp 127 void test2() { function
128 if ((fn == test2)) {} // expected-warning {{equality comparison with extraneous parentheses}} \
131 if ((test2 == fn)) {}
warn-empty-body.cpp 82 void test2(int x, int y) { function
warn-exit-time-destructors.cpp 14 namespace test2 { namespace
warn-new-overaligned-3.cpp 24 namespace test2 { namespace
warn-new-overaligned.cpp 20 namespace test2 { namespace
28 new Test; // expected-warning {{type 'test2::Test' requires 256 bytes of alignment and the default allocator only guarantees}}
29 new Test[10]; // expected-warning {{type 'test2::Test' requires 256 bytes of alignment and the default allocator only guarantees}}
warn-tautological-undefined-compare.cpp 14 class test2 { class
15 test2() : x(y) {} function in class:test2
warn-undefined-bool-conversion.cpp 15 class test2 { class
16 test2() : x(y) {} function in class:test2
  /external/clang/test/SemaTemplate/
copy-ctor-assign.cpp 28 X<int> test2(X<int Y::*> x) { function
instantiate-attr.cpp 26 int test2[__builtin_offsetof(type, b) == 4 ? 1 : -1]; member in namespace:test1
29 namespace test2 { namespace

Completed in 556 milliseconds

<<11121314151617181920>>