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

1234567891011>>

/external/clang/test/CodeGen/
H A Dattr-minsize.cpp17 int test2() { function
19 // Oz: @{{.*}}test2{{.*}}[[MINSIZE]]
21 // OTHER: @{{.*}}test2
H A Dbuiltin-expect.c40 // CHECK: define i32 @test2
41 int test2(int x) { function
H A Dcompound.c15 void test2(char c) { x += c; } function
H A Dincomplete-function-type.c7 struct tests2 test2f(), (*test2)() = test2f;
H A Dpascal-wchar-string.c37 // CHECK: @test2
39 void test2() { function
H A Dstatements.c5 int test2() { return; } function
H A Dtrapv.c40 // CHECK-LABEL: define void @test2()
41 void test2() { function
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.cpp21 namespace test2 { namespace
27 // CHECK: [[TEST2]] = !MDNamespace(name: "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
/external/clang/test/SemaCXX/
H A Dbool.cpp28 void test2() { function

Completed in 1274 milliseconds

1234567891011>>