Searched refs:test2 (Results 76 - 100 of 333) sorted by relevance

1234567891011>>

/external/clang/test/Lexer/
H A Dc90.c14 void test2() { function
/external/clang/test/Parser/
H A Dimplicit-casts.c6 void test2() { function
H A Dpointer-arithmetic.c4 int *test2(int *a) { return 1 + a; } function
H A Dtypeof.c22 void test2() { function
/external/clang/test/Sema/
H A Dreturn-noreturn.c10 void test2() { function
H A Dwarn-outof-range-assign-enum.c19 enum Test2 test2(enum Test2 *t) { function
H A Dx86-builtin-palignr.c12 int test2(int N) { function
H A Dattr-visibility.c5 void test2() __attribute__((visibility("internal")));
H A Ddeclspec.c32 void test2() {} function
/external/clang/test/SemaCXX/
H A Dattr-weak.cpp6 namespace test2 __attribute__((weak)) { // expected-warning {{'weak' attribute only applies to variables and functions}} namespace
H A Dbool.cpp26 void test2() { function
H A Dmember-operator-expr.cpp20 void test2() { function
H A Dunreachable-code.cpp17 void test2(int i) { function
H A Dwarn-new-overaligned-3.cpp24 namespace test2 { namespace
/external/clang/test/SemaTemplate/
H A Dtypename-specifier-3.cpp18 template<class T> struct test2 { T b() { return typename T::a; } }; // expected-error{{expected '(' for function-style cast or type construction}} struct
H A Dinstantiate-member-expr.cpp54 namespace test2 { namespace
63 a.test2::template A<T>::foo(); // expected-note {{in instantiation}}
/external/clang/test/CodeGen/
H A Dblocks-1.c23 void test2() { function
73 test2();
H A D2003-09-18-BitfieldTests.c14 void test2(BF *b) { // Increment and decrement operators function
/external/clang/test/CodeGenCXX/
H A Dptr-to-member-function.cpp44 void test2(X x) function
62 test2(x);
H A D2010-05-10-Var-DbgInfo.cpp39 void test2(X x) function
H A Danonymous-namespaces.cpp51 namespace test2 { namespace
H A Dinternal-linkage.cpp33 char const * const *test2() function
H A Dmember-functions.cpp44 void test2() { function
/external/icu4c/samples/citer/
H A Dciter.cpp51 UCharCharacterIterator* test2 = (UCharCharacterIterator*)iter.clone(); local
55 if (iter != *test2 ) {
62 test2->getText(result2);
105 delete test2;
118 StringCharacterIterator* test2 = (StringCharacterIterator*)iter.clone(); local
120 if (iter != *test2 ) {
127 test2->getText(result2);
168 delete test2;
/external/clang/test/CXX/expr/expr.unary/expr.unary.op/
H A Dp4.cpp30 namespace test2 { namespace
41 int (A::*ptr)(int) = &(A::foo); // expected-error {{can't form member pointer of type 'int (test2::A::*)(int)' without '&' and class name}}

Completed in 1072 milliseconds

1234567891011>>