Searched defs:t5 (Results 1 - 25 of 50) sorted by relevance

12

/external/clang/test/CodeGen/
H A Dms-inline-asm.c35 void t5(void) { function
36 // CHECK: @t5
H A Dasm_arm64.c35 float t5(float x) { function
H A Dattributes.c4 // CHECK: @t5 = weak global i32 2
5 int t5 __attribute__((weak)) = 2; variable
H A Dlibcalls-fno-builtin.c47 double t5(double x) { return floor(x); } function
48 // CHECK: t5
H A Dms_struct-bitfield-1.c43 } ATTR t5; variable in typeref:struct:__anon1832
44 static int a5[(sizeof(t5) == 4) -1];
H A Dbuiltins-nvptx.c159 float t5 = __nvvm_add_rn_f(f1, f2); local
H A Dcomplex.c75 void t5() { function
H A Dasm.c31 void t5(int i) { function
32 asm("nop" : "=r"(i) : "0"(t5));
/external/clang/test/Parser/
H A Dms-inline-asm.c13 void t5() { function
/external/clang/test/Sema/
H A Dattr-cleanup.c42 void t5() { function
H A Dattr-naked.c22 __attribute__((naked)) int t5(int x) { function
H A Dwarn-char-subscripts.c28 void t5() { function
H A Dbitfield.c62 struct Test5 { unsigned n : 2; } t5; variable in typeref:struct:Test5
63 typedef __typeof__(t5.n) Unsigned; // Bitfield is unsigned
64 typedef __typeof__(+t5.n) Signed; // ... but promotes to signed.
66 typedef __typeof__(t5.n + 0) Signed; // Arithmetic promotes.
68 typedef __typeof__(+(t5.n = 0)) Signed; // FIXME: Assignment should not; the result
69 typedef __typeof__(+(t5.n += 0)) Signed; // is a non-bit-field lvalue of type unsigned.
70 typedef __typeof__(+(t5.n *= 0)) Signed;
72 typedef __typeof__(+(++t5.n)) Signed; // FIXME: Increment is equivalent to compound-assignment.
73 typedef __typeof__(+(--t5.n)) Signed; // This should not promote to signed.
75 typedef __typeof__(+(t5
[all...]
H A Dthread-specifier.c22 struct t5 { __thread int x; }; struct
/external/clang/test/SemaCXX/
H A Dtrivial-constructor.cpp26 T5 t5; member in struct:T6
H A Dtrivial-destructor.cpp26 T5 t5; member in struct:T6
H A Dvararg-non-pod.cpp77 void t5() function
/external/valgrind/memcheck/tests/
H A Dorigin3-no.c21 __attribute__((noinline)) int t5(void);
32 x += t5();
77 __attribute__((noinline)) int t5(void) function
/external/clang/test/Analysis/
H A Dfree.c26 void t5 () { function
H A Dreference.cpp49 char t5 (char& r) { function
/external/clang/test/CodeGenCXX/
H A Drtti-linkage.cpp162 void t5() { function
H A Daarch64-aapcs-zerolength-bitfield.cpp44 struct t5 struct
50 static_assert(offsetof(struct t5, bar) == 8);
51 static_assert(sizeof(struct t5) == 16);
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5.cpp57 unsigned &t5 = (a->var ? a->bitX : a->bitX); // expected-error {{non-const reference cannot bind to bit-field}} local
/external/clang/test/Misc/
H A Dinteger-literal-printing.cpp74 struct Type5<scharTy::c, "5"> t5; // expected-error{{value of type 'const char [2]' is not implicitly convertible to 'typename Type5Helper<(scharTy)'\x00'>::Ty' (aka 'scharTy')}} local
/external/libcxxabi/test/
H A Ddynamic_cast5.pass.cpp587 namespace t5 namespace
728 } // t5
1310 t5::test();

Completed in 439 milliseconds

12