HomeSort by relevance Sort by last modified time
    Searched defs:t12 (Results 1 - 25 of 34) sorted by null

1 2

  /external/clang/test/Analysis/
free.c 58 void t12 () { function
  /external/clang/test/CodeGen/
attributes.c 26 // CHECK: @t12 = global i32 0, section "SECT"
27 int t12 __attribute__((section("SECT"))); variable
libcalls-fno-builtin.c 82 char *t12(char *x) { return strcpy(x, "foo"); } function
83 // CHECK: t12
asm.c 76 unsigned char t12(unsigned input) { function
ms_struct-bitfield.c 167 } ATTR t12; variable in typeref:struct:__anon14981
168 int s12 = sizeof(t12);
arm-aapcs-zerolength-bitfield.c 113 struct t12 struct
121 static int arr12_offset[(offsetof(struct t12, bar) == 8) ? 0 : -1];
122 static int arr12_sizeof[(sizeof(struct t12) == 16) ? 0 : -1];
arm-apcs-zerolength-bitfield.c 117 struct t12 struct
125 static int arr12_offset[(offsetof(struct t12, bar) == 4) ? 0 : -1];
126 static int arr12_sizeof[(sizeof(struct t12) == 8) ? 0 : -1];
  /external/clang/test/Sema/
function.c 33 void t12(int) {} // expected-error{{parameter name omitted}} function
ms-inline-asm.c 152 void t12() { function
  /toolchain/binutils/binutils-2.25/gold/testsuite/
dwp_test_1.cc 134 t12() function
136 return &t12 == c3.f4();
two_file_test_1.cc 162 t12() function
164 return &t12 == f12();
two_file_test_1_v1.cc 167 t12() function
169 return &t12 == f12();
tls_test.cc 198 t12() function
basic_test.cc 166 int* t12 = &t3; variable
184 && *t12 == 33
  /external/clang/test/CodeGenCXX/
aarch64-aapcs-zerolength-bitfield.cpp 114 struct t12 struct
122 static_assert(offsetof(struct t12, bar) == 8);
123 static_assert(sizeof(struct t12) == 16);
new.cpp 150 void t12() { function
  /external/libcxxabi/test/
dynamic_cast3.pass.cpp 629 namespace t12 namespace
683 } // t12
    [all...]
  /external/skia/tests/
PathOpsQuadIntersectionTest.cpp 469 double t12 = t1Seed + t1Step * 2; local
480 test = quad1.ptAtT(t12);
481 t12 -= t1[1].approximatelyEqual(test) ? -t1Step : t1Step;
497 t10, t1Seed, t12, t20, t2Seed, t22);
500 SkDPoint p12 = quad1.ptAtT(t12);
PathOpsCubicIntersectionTest.cpp 577 double t12 = t1Seed + t1Step * 2; local
588 test = c1.ptAtT(t12);
589 t12 -= t1[1].approximatelyEqual(test) ? -t1Step : t1Step;
605 t10, t1Seed, t12, t20, t2Seed, t22);
608 SkDPoint p12 = c1.ptAtT(t12);
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/tests/
dynamic_cast3.cpp 622 namespace t12 namespace
676 } // t12
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
dynamic_cast3.pass.cpp 623 namespace t12 namespace
677 } // t12
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/
dynamic_cast3.cpp 622 namespace t12 namespace
676 } // t12
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/
dynamic_cast3.pass.cpp 623 namespace t12 namespace
677 } // t12
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgamma_r.c 123 t12 = 3.15632070903625950361e-04, /* 0x3F34AF6D, 0x6C0EBBF7 */ variable
260 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
  /external/fdlibm/
e_lgamma_r.c 121 t12 = 3.15632070903625950361e-04, /* 0x3F34AF6D, 0x6C0EBBF7 */ variable
265 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */

Completed in 709 milliseconds

1 2