/external/clang/test/Analysis/ |
H A D | free.c | 49 void t10 () { function 50 free((void*)&t10); // expected-warning {{Argument to free() is the address of the function 't10', which is not memory allocated by malloc()}}
|
H A D | weak-functions.c | 73 void t10 () { function 74 free((void*)&t10); // expected-warning {{Argument to free() is the address of the function 't10', which is not memory allocated by malloc()}}
|
/external/clang/test/CodeGen/ |
H A D | ms_struct-bitfield-1.c | 90 } ATTR t10; variable in typeref:struct:__anon2203 91 static int a10[(sizeof(t10) == 2) -1];
|
H A D | attributes.c | 59 // CHECK: define void @t10() [[NUW]] section "SECT" { 60 void t10(void) __attribute__((section("SECT"))); 61 void t10(void) {} function
|
H A D | ms_struct-bitfield.c | 147 } ATTR t10; variable in typeref:struct:__anon2216 148 int s10 = sizeof(t10);
|
H A D | arm-aapcs-zerolength-bitfield.c | 92 struct t10 struct 99 static int arr10_offset[(offsetof(struct t10, bar2) == 9) ? 0 : -1]; 100 static int arr10_sizeof[(sizeof(struct t10) == 16) ? 0 : -1];
|
H A D | arm-apcs-zerolength-bitfield.c | 96 struct t10 struct 103 static int arr10_offset[(offsetof(struct t10, bar2) == 5) ? 0 : -1]; 104 static int arr10_sizeof[(sizeof(struct t10) == 8) ? 0 : -1];
|
H A D | asm.c | 59 void t10(int r) { function 62 // CHECK: @t10(
|
H A D | libcalls-fno-builtin.c | 67 int t10(void) { return strcmp("foo", "bar"); } function 68 // CHECK: t10
|
/external/clang/test/Sema/ |
H A D | function.c | 29 void t10(){} function 30 void t11(){t10(1);} // expected-warning{{too many arguments}}
|
H A D | warn-char-subscripts.c | 60 void t10() { function
|
H A D | thread-specifier.c | 47 static __thread int t10; local
|
H A D | ms-inline-asm.c | 141 void t10() { function
|
H A D | unused-expr.c | 111 void t10() {
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
H A D | stack-overflow.cc | 37 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13; 48 t10 = z10; 63 z10 = t10;
|
/external/clang/test/Parser/ |
H A D | ms-inline-asm.c | 39 void t10() {
|
/external/clang/test/CodeGenCXX/ |
H A D | aarch64-aapcs-zerolength-bitfield.cpp | 93 struct t10 struct 100 static_assert(offsetof(struct t10, bar2) == 9); 101 static_assert(sizeof(struct t10) == 16);
|
H A D | new.cpp | 120 A* t10() { function
|
/external/clang/test/CXX/except/except.spec/ |
H A D | p5-pointers.cpp | 68 void (*t10)(void (*)() throw(B1)) = &s9; // valid
|
/external/skia/tests/ |
H A D | PathOpsQuadIntersectionTest.cpp | 448 double t10 = t1Seed - t1Step * 2; local 454 test = quad1.ptAtT(t10); 455 t10 += t1[1].approximatelyEqual(test) ? -t1Step : t1Step; 477 t10, t1Seed, t12, t20, t2Seed, t22); 478 SkDPoint p10 = quad1.ptAtT(t10);
|
H A D | PathOpsCubicIntersectionTest.cpp | 561 double t10 = t1Seed - t1Step * 2; local 567 test = cubic1.ptAtT(t10); 568 t10 += t1[1].approximatelyEqual(test) ? -t1Step : t1Step; 590 t10, t1Seed, t12, t20, t2Seed, t22); 591 SkDPoint p10 = cubic1.ptAtT(t10);
|
/external/libvorbis/lib/ |
H A D | smallft.c | 276 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local 290 t10=ip*ido; 471 t2+=t10; 483 t2+=t10; 505 t5+=t10; 535 t6+=t10; 536 t7+=t10; 564 t6+=t10; 565 t7+=t10; 690 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local 843 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, local [all...] |
/external/speex/libspeex/ |
H A D | smallft.c | 278 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local 292 t10=ip*ido; 473 t2+=t10; 485 t2+=t10; 507 t5+=t10; 537 t6+=t10; 538 t7+=t10; 566 t6+=t10; 567 t7+=t10; 692 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local 845 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, local [all...] |
/external/clang/test/SemaCXX/ |
H A D | vararg-non-pod.cpp | 143 namespace t10 { namespace
|
/external/clang/test/Coverage/ |
H A D | c-language-features.inc | 101 char t10 = 'x';
|