Searched defs:test1 (Results 1 - 25 of 760) sorted by relevance

1234567891011>>

/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
H A Dp2.cpp2 char test1[1]="f"; // expected-error {{initializer-string for char array is too long}} variable
/external/clang/test/CodeGen/
H A Dattr-coldhot.c3 int test1() __attribute__((__cold__)) { function
7 // CHECK: @test1{{.*}}[[ATTR:#[0-9]+]]
H A Dbuiltins-systemz-error.c5 void test1(void) { function
H A Dinteger-overflow.c10 void test1() { function
11 // DEFAULT-LABEL: define void @test1
12 // WRAPV-LABEL: define void @test1
13 // TRAPV-LABEL: define void @test1
H A Dstackrealign.c7 void test1() { function
H A D2004-02-13-BuiltinFrameReturnAddress.c3 void *test1() { function
H A Dasm-errors.c12 int test1(int X) { function
H A Dcode-coverage.c6 int test1(int a) { function
H A D2003-11-03-AddrArrayElement.c8 char *test1(unsigned i) { function
H A Dbranch-target-layout.c16 // CHECK: @test1
21 void test1(int a) { function
H A Dbuiltin-assume.c8 // CHECK-LABEL: @test1
9 int test1(int *a, int i) { function
H A Dinstrument-functions.c3 // CHECK: @test1
4 int test1(int x) { function
H A Dpr27892.c3 long test1(long *p) { function
6 // CHECK-DAG: define i64 @test1(
H A Dstack-protector.c18 // DEF: define {{.*}}void @test1(i8* %msg) #[[A:.*]] {
19 void test1(const char *msg) { function
H A Dunwind-attr.c13 // CHECK: define [[INT:i.*]] @test1() [[NUW:#[0-9]+]] {
14 // CHECK-NOEXC: define [[INT:i.*]] @test1() [[NUW]] {
15 int test1(void) { function
H A Dvolatile-2.c14 void test1() { function
15 // CHECK-LABEL: define void @test1()
H A Dx86.c11 void test1() { function
/external/clang/test/Preprocessor/
H A Dpragma-captured.c5 void test1() function
10 // CHECK: void test1()
/external/clang/test/Analysis/inlining/
H A Danalysis-order.c3 // Do not analyze test1() again because it was inlined
4 void test1();
7 test1();
10 void test1() { function
14 // CHECK-NEXT: analysis-order.c test1
/external/clang/test/Analysis/
H A Dmalloc-protoype.c9 void test1() function
H A Dtest-include-cpp.cpp5 int TestIncludeClass::test1(int *p) { function in class:TestIncludeClass
/external/clang/test/SemaCXX/
H A Dbuiltins-arm.cpp4 int test1(const __builtin_va_list &ap) { function
/external/clang/test/CodeGenCXX/
H A Dmingw-new-abi.cpp4 namespace test1 { namespace
H A Dpr27030.cpp6 void test1() { (int A::*)(a); } function
8 // CHECK-LABEL: define void @test1(
/external/clang/test/Parser/
H A Dcaptured-statements.c3 void test1() function

Completed in 504 milliseconds

1234567891011>>