Searched refs:test2 (Results 151 - 175 of 607) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Dtypes.c20 static void test2(void) {MpegEncContext s; s.pb;} function
/external/clang/test/CodeGenCXX/
H A D2005-02-11-AnonymousUnion.cpp14 int test2(short F) { function
H A Dattr.cpp3 // CHECK: @test2 = alias i32 ()* @_Z5test1v
32 extern "C" int test2() __attribute__((alias("_Z5test1v")));
H A Ddebug-info-enum.cpp17 namespace test2 { namespace
20 // CHECK: [[TEST2]] = {{.*}} ; [ DW_TAG_namespace ] [test2]
H A Ddelete-two-arg.cpp21 namespace test2 { namespace
H A Denable_if.cpp9 void test2(int i) __attribute__((enable_if(&ext != 0, ""))) {} function
H A Dexceptions-no-rtti.cpp42 void test2() { function in namespace:test1
H A Dexpr.cpp16 void test2() { ++a+=10; } function
/external/clang/test/FixIt/
H A Dfixit-unicode.c29 void test2() { function
/external/clang/test/Index/
H A Dannotate-macro-args.h14 void test2() { function
H A Dget-cursor-macro-args.h14 void test2() { function
/external/clang/test/Lexer/
H A Dc90.c14 void test2() { function
/external/clang/test/Parser/
H A Dbrackets.c35 void test2() { function
H A Dimplicit-casts.c6 void test2() { function
H A Dpointer-arithmetic.c4 int *test2(int *a) { return 1 + a; } function
/external/clang/test/Sema/
H A Doffsetof-64.c22 int test2 = __builtin_offsetof(struct Chunk2, data); // expected-error{{initializer element is not a compile-time constant}} variable
H A Dreturn-noreturn.c10 void test2() { function
H A Dx86-builtin-palignr.c12 int test2(int N) { function
/external/clang/test/SemaCXX/
H A Dbool.cpp28 void test2() { function
H A Dlibstdcxx_pointer_return_false_hack.cpp32 void *test2() { return false; } // expected-error {{cannot initialize}} function
H A Dmember-operator-expr.cpp20 void test2() { 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
/external/libcxx/test/utilities/function.objects/func.memfn/
H A Dmember_function.pass.cpp22 char test2(int, double) {return 'c';} function in struct:A
55 test2(F f) function
71 test2(std::mem_fn(&A::test2));
H A Dmember_function_const.pass.cpp22 char test2(int, double) const {return 'c';} function in struct:A
59 test2(F f) function
77 test2(std::mem_fn(&A::test2));

Completed in 365 milliseconds

1234567891011>>