Searched defs:S8 (Results 1 - 25 of 28) sorted by relevance

12

/external/clang/test/OpenMP/
H A Ddistribute_ast_print.cpp52 class S8 : public S7<S> { class in inherits:S7
53 S8() {} function in class:S8
56 S8(int v) : S7<S>(v){ function in class:S8
63 S8 &operator=(S8 &s) {
H A Ddistribute_parallel_for_ast_print.cpp44 class S8 : public S7<S> { class in inherits:S7
45 S8() {} function in class:S8
48 S8(int v) : S7<S>(v){ function in class:S8
55 S8 &operator=(S8 &s) {
H A Ddistribute_parallel_for_simd_ast_print.cpp44 class S8 : public S7<S> { class in inherits:S7
45 S8() {} function in class:S8
48 S8(int v) : S7<S>(v){ function in class:S8
55 S8 &operator=(S8 &s) {
H A Ddistribute_simd_ast_print.cpp44 class S8 : public S7<S> { class in inherits:S7
45 S8() {} function in class:S8
48 S8(int v) : S7<S>(v){ function in class:S8
55 S8 &operator=(S8 &s) {
H A Dfor_ast_print.cpp63 class S8 : public S7<S> { class in inherits:S7
64 S8() {} function in class:S8
67 S8(int v) : S7<S>(v){ function in class:S8
78 S8 &operator=(S8 &s) {
H A Dparallel_for_ast_print.cpp42 class S8 : public S7<S> { class in inherits:S7
43 S8() {} function in class:S8
46 S8(int v) : S7<S>(v){ function in class:S8
51 S8 &operator=(S8 &s) {
H A Dtarget_parallel_for_ast_print.cpp42 class S8 : public S7<S> { class in inherits:S7
43 S8() {} function in class:S8
46 S8(int v) : S7<S>(v){ function in class:S8
51 S8 &operator=(S8 &s) {
H A Dtarget_parallel_for_simd_ast_print.cpp42 class S8 : public S7<S> { class in inherits:S7
43 S8() {} function in class:S8
46 S8(int v) : S7<S>(v){ function in class:S8
51 S8 &operator=(S8 &s) {
H A Dtask_ast_print.cpp42 class S8 : public S7<S1> { class in inherits:S7
43 S8() {} function in class:S8
46 S8(int v) : S7<S1>(v){ function in class:S8
51 S8 &operator=(S8 &s) {
H A Dparallel_ast_print.cpp74 class S8 : public S7<S1> { class in inherits:S7
75 S8() {} function in class:S8
78 S8(int v) : S7<S1>(v){ function in class:S8
92 S8 &operator=(S8 &s) {
H A Dfor_simd_ast_print.cpp40 class S8 : public S7<S1> { class in inherits:S7
41 S8() {} function in class:S8
44 S8(int v) : S7<S1>(v){ function in class:S8
49 S8 &operator=(S8 &s) {
H A Dparallel_for_simd_ast_print.cpp42 class S8 : public S7<S1> { class in inherits:S7
43 S8() {} function in class:S8
46 S8(int v) : S7<S1>(v){ function in class:S8
51 S8 &operator=(S8 &s) {
H A Dsimd_ast_print.cpp41 class S8 : public S7<SS> { class in inherits:S7
42 S8() {} function in class:S8
45 S8(int v) : S7<SS>(v){ function in class:S8
50 S8 &operator=(S8 &s) {
H A Dsimd_codegen.cpp644 // CHECK-LABEL: S8
689 class S8 : private IterDouble, public S7<SS> { class in inherits:IterDouble,S7
690 S8() {} function in class:S8
693 S8(int v) : S7<SS>(v){ function in class:S8
704 S8 s8(0);
/external/clang/test/CXX/class.access/class.friend/
H A Dp11.cpp75 struct S8 { struct
/external/clang/test/CodeGenCXX/
H A Dwarn-padded-packed.cpp45 struct S8 : B { struct in inherits:B
46 int i; // expected-warning {{padding struct 'S8' with 3 bytes to align 'i'}}
76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { }
H A Dmicrosoft-abi-static-initializers.cpp67 static S S8; local
/external/clang/test/ASTMerge/Inputs/
H A Dstruct2.c36 struct S8 { int i; float f; } *x8; struct
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringSwitch.h173 const char (&S8)[N8], const T &Value) {
174 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, S8, Value);
184 const char (&S8)[N8], const char (&S9)[N9],
186 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, S8, S9, Value);
169 Cases(const char (&S0)[N0], const char (&S1)[N1], const char (&S2)[N2], const char (&S3)[N3], const char (&S4)[N4], const char (&S5)[N5], const char (&S6)[N6], const char (&S7)[N7], const char (&S8)[N8], const T &Value) argument
180 Cases(const char (&S0)[N0], const char (&S1)[N1], const char (&S2)[N2], const char (&S3)[N3], const char (&S4)[N4], const char (&S5)[N5], const char (&S6)[N6], const char (&S7)[N7], const char (&S8)[N8], const char (&S9)[N9], const T &Value) argument
/external/clang/test/SemaCXX/
H A Ddestructor.cpp176 struct S8 {} s8; struct in namespace:nonvirtualdtor
178 UnknownType S8::~S8() { // expected-error {{unknown type name 'UnknownType'}}
179 s8.~S8();
H A Dempty-class-layout.cpp69 struct S8 : Empty, A { struct in namespace:Test0
71 SA(12, sizeof(S8) == 4);
/external/llvm/unittests/ADT/
H A DStringRefTest.cpp503 int8_t S8; local
509 bool S8Success = StringRef(Signed[i].Str).getAsInteger(0, S8);
512 EXPECT_EQ(S8, Signed[i].Expected);
/external/libgsm/src/
H A Dlong_term.c367 S5 = 0, S6 = 0, S7 = 0, S8 = 0; local
372 E = W * a; S8 += E; \
415 if (S8 > L_max) { L_max = S8; Nc = lambda + 8; }
533 S5 = 0, S6 = 0, S7 = 0, S8 = 0; local
538 E = W * a; S8 += E; \
581 if (S8 > L_max) { L_max = S8; Nc = lambda + 8; }
747 S5 = 0, S6 = 0, S7 = 0, S8 = 0; local
752 E = W * a; S8
[all...]
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp233 template<typename ...T> struct S8 {}; struct
234 template<typename T> using U8 = S8<int, char, T>;
235 int f8(S8<int, char, double>);
238 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'S8<[2 * ...], char>' to 'S8<[2 * ...], double>' for 1st argument
240 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'S8<int, char, char>' to 'S8<int, char, double>' for 1st argument
243 // CHECK-ELIDE-TREE: S8<
248 // CHECK-NOELIDE-TREE: S8<
/external/swiftshader/src/OpenGL/common/
H A DImage.cpp61 S8, enumerator in enum:__anon19489::DataType
366 void LoadImageRow<S8>(const unsigned char *source, unsigned char *dest, GLint xoffset, GLsizei width)
1703 LoadImageData<S8>(xoffset, yoffset, zoffset, width, height, depth, inputPitch, inputHeight, getStencilPitchB(), getHeight(), input, stencil);

Completed in 695 milliseconds

12