HomeSort by relevance Sort by last modified time
    Searched refs:S7 (Results 1 - 25 of 38) sorted by null

1 2

  /external/clang/test/CodeGenCXX/
warn-padded-packed.cpp 36 struct S7 { // expected-warning {{padding size of 'S7' with 7 bytes to alignment boundary}}
76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { }
microsoft-abi-static-initializers.cpp 52 static S S7;
  /external/clang/test/SemaCXX/
warn-dangling-field.cpp 49 struct S7 : S5 {
50 S7() : S5 { 0 } {} // expected-warning {{binding reference member 'x' to a temporary}}
empty-class-layout.cpp 64 struct S7 : Empty {
67 SA(11, sizeof(S7) == 8);
  /external/clang/test/CXX/class.access/class.friend/
p11.cpp 63 struct S7 {
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_sinl.c 39 S7 = -0.76471637318198151807063387954939213287488216303768e-12L,
55 r = S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
p5.cpp 36 struct S7 : S1 {
43 S7 s7 alignas(4); // expected-error {{requested alignment is less than minimum alignment of 8 for type 'S7'}}
  /art/runtime/arch/arm/
registers_arm.h 64 S7 = 7,
  /external/clang/test/ASTMerge/Inputs/
struct1.c 36 struct S7 { int i : 8; unsigned j : 8; } x7;
struct2.c 33 struct S7 { int i : 8; unsigned j : 16; } x7;
  /art/runtime/arch/mips/
quick_method_frame_info_mips.h 29 (1 << art::mips::S6) | (1 << art::mips::S7) | (1 << art::mips::GP) | (1 << art::mips::FP);
registers_mips.h 53 S7 = 23,
  /bionic/libc/arch-mips/include/machine/
regnum.h 59 #define S7 23
  /bionic/libc/arch-mips64/include/machine/
regnum.h 59 #define S7 23
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 59 #define S7 23
  /development/ndk/platforms/android-L/arch-mips/include/machine/
regnum.h 59 #define S7 23
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
regnum.h 59 #define S7 23
  /external/clang/test/PCH/
cxx-templates.cpp 51 S7<int[5]> s7_5;
cxx-templates.h 168 struct S7;
171 struct S7<int[N]> : S6<const int[N]> { };
  /external/libgsm/src/
long_term.c 367 S5 = 0, S6 = 0, S7 = 0, S8 = 0;
373 E = W * b; S7 += E; \
414 if (S7 > L_max) { L_max = S7; Nc = lambda + 7; }
533 S5 = 0, S6 = 0, S7 = 0, S8 = 0;
539 E = W * b; S7 += E; \
580 if (S7 > L_max) { L_max = S7; Nc = lambda + 7; }
747 S5 = 0, S6 = 0, S7 = 0, S8 = 0;
753 E = W * b; S7 += E;
    [all...]
  /art/runtime/arch/arm64/
registers_arm64.h 161 S7 = 7,
  /external/clang/test/Parser/
cxx0x-ambig.cpp 74 struct S7 {
MicrosoftExtensions.cpp 344 struct S7 {
351 struct S7 s;
  /bionic/libc/arch-mips/bionic/
_setjmp.S 65 REG_S s7, SC_REGS+S7*REGSZ(a0)
115 REG_L s7, SC_REGS+S7*REGSZ(a0)
  /bionic/libc/arch-mips64/bionic/
_setjmp.S 65 REG_S s7, SC_REGS+S7*REGSZ(a0)
115 REG_L s7, SC_REGS+S7*REGSZ(a0)

Completed in 7586 milliseconds

1 2