/external/clang/test/CXX/except/except.spec/ |
D | p5-pointers.cpp | 70 void (*t12)(void (*)() throw(D)) = &s9; // expected-error {{argument types differ}} in fnptrs() local
|
/external/clang/test/CodeGenCXX/ |
D | aarch64-aapcs-zerolength-bitfield.cpp | 114 struct t12 struct 122 static_assert(offsetof(struct t12, bar) == 8); argument
|
D | new.cpp | 150 void t12() { in t12() function
|
/external/clang/test/CodeGen/ |
D | arm-apcs-zerolength-bitfield.c | 117 struct t12 struct 125 static int arr12_offset[(offsetof(struct t12, bar) == 4) ? 0 : -1]; argument
|
D | arm-aapcs-zerolength-bitfield.c | 113 struct t12 struct 121 static int arr12_offset[(offsetof(struct t12, bar) == 8) ? 0 : -1]; argument
|
D | attributes.c | 27 int t12 __attribute__((section("SECT"))); variable
|
D | libcalls-fno-builtin.c | 82 char *t12(char *x) { return strcpy(x, "foo"); } in t12() function
|
D | asm.c | 76 unsigned char t12(unsigned input) { in t12() function
|
D | ms_struct-bitfield.c | 167 } ATTR t12; variable
|
/external/clang/test/Analysis/ |
D | free.c | 58 void t12 () { in t12() function
|
/external/openssh/regress/ |
D | Makefile | 195 t12: $(OBJ)/t12.out target
|
/external/clang/test/SemaCXX/ |
D | type-traits.cpp | 410 int t12[T(__is_integral(long))]; in is_integral() local 433 int t12[F(__is_floating_point(char))]; in is_floating_point() local 461 int t12[T(__is_arithmetic(char))]; in is_arithmetic() local 493 int t12[T(__is_complete_type(char))]; in is_complete_type() local 517 int t12[F(__is_void(long double))]; in is_void() local 547 int t12[F(__is_array(float))]; in is_array() local 586 int t12[F(__is_function(float))]; in is_function() local 620 int t12[F(__is_reference(void *))]; in is_reference() local 632 int t12[F(__is_lvalue_reference(void *))]; in is_lvalue_reference() local 644 int t12[F(__is_rvalue_reference(const int&))]; in is_rvalue_reference() local [all …]
|
/external/clang/test/Sema/ |
D | ms-inline-asm.c | 152 void t12() { in t12() function
|
D | function.c | 33 void t12(int) {} // expected-error{{parameter name omitted}} in t12() function
|
/external/fdlibm/ |
D | e_lgamma_r.c | 121 t12 = 3.15632070903625950361e-04, /* 0x3F34AF6D, 0x6C0EBBF7 */ variable
|
/external/skia/tests/ |
D | PathOpsQuadIntersectionTest.cpp | 469 double t12 = t1Seed + t1Step * 2; in intersectionFinder() local
|
D | PathOpsCubicIntersectionTest.cpp | 578 double t12 = t1Seed + t1Step * 2; in intersectionFinder() local
|
/external/skqp/tests/ |
D | PathOpsQuadIntersectionTest.cpp | 469 double t12 = t1Seed + t1Step * 2; in intersectionFinder() local
|
D | PathOpsCubicIntersectionTest.cpp | 578 double t12 = t1Seed + t1Step * 2; in intersectionFinder() local
|
/external/libaom/libaom/av1/common/arm/ |
D | wiener_convolve_neon.c | 84 uint8x8_t t8, t9, t10, t11, t12, t13, t14; in av1_wiener_convolve_add_src_neon() local
|
D | selfguided_neon.c | 315 int16x8_t t8, t9, t10, t11, t12; in boxsum2() local
|
/external/speex/libspeexdsp/ |
D | smallft.c | 846 t11,t12; in dradbg() local
|
/external/epid-sdk/epid/common/math/src/ |
D | pairing.c | 2150 FfElement* t12 = NULL; in SquareCyclotomic() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 3715 SDValue t12 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t11, X); in visitExp() local 4152 SDValue t12 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t11, X); in visitExp2() local 4285 SDValue t12 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t11, X); in visitPow() local
|
/external/python/cpython3/Lib/ |
D | turtle.py | 2912 def shapetransform(self, t11=None, t12=None, t21=None, t22=None): argument
|