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

123

/external/llvm/test/MC/Mips/
H A Dcpsetup.s153 t5: label
157 # ALL-LABEL: t5:
/external/v8/test/mjsunit/es6/
H A Ddestructuring-parameters-literalcount-nolazy.js12 var t5 = [5]; variable
H A Ddestructuring-parameters-literalcount.js12 var t5 = [5]; variable
/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:__anon2198
44 static int a5[(sizeof(t5) == 4) -1];
H A Dcomplex.c75 void t5() { function
/external/clang/test/Parser/
H A Dms-inline-asm.c13 void t5() { function
/external/llvm/test/MC/COFF/
H A Dcross-section-relative.s47 .globl t5 # @t5
49 t5: label
/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.c65 struct Test5 { unsigned n : 2; } t5; variable in typeref:struct:Test5
68 typedef __typeof__(+t5.n) Signed; // ... but promotes to signed.
70 typedef __typeof__(t5.n + 0) Signed; // Arithmetic promotes.
72 typedef __typeof__(+(t5.n = 0)) Signed; // FIXME: Assignment should not; the result
73 typedef __typeof__(+(t5.n += 0)) Signed; // is a non-bit-field lvalue of type unsigned.
74 typedef __typeof__(+(t5.n *= 0)) Signed;
76 typedef __typeof__(+(++t5.n)) Signed; // FIXME: Increment is equivalent to compound-assignment.
77 typedef __typeof__(+(--t5.n)) Signed; // This should not promote to signed.
79 typedef __typeof__(+(t5.n++)) Unsigned; // Post-increment is underspecified, but seems to
80 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
/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

Completed in 716 milliseconds

123