HomeSort by relevance Sort by last modified time
    Searched defs:SS (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/llvm/include/llvm/Support/
Solaris.h 25 #undef SS
  /bionic/libc/kernel/arch-x86/asm/
ptrace-abi.h 41 #define SS 16
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ptrace-abi.h 41 #define SS 16
  /external/arduino/hardware/arduino/cores/arduino/
pins_arduino.h 53 const static uint8_t SS = 53;
58 const static uint8_t SS = 10;
  /external/clang/include/clang/Sema/
ParsedTemplate.h 49 /// \param SS the C++ scope specifier that precedes the template name, if
56 ParsedTemplateArgument(const CXXScopeSpec &SS,
61 SS(SS), Loc(TemplateLoc), EllipsisLoc() { }
95 return SS;
123 CXXScopeSpec SS;
143 CXXScopeSpec SS;
192 new (&TemplateId->SS) CXXScopeSpec();
204 SS.~CXXScopeSpec();
  /external/clang/lib/Parse/
ParseTentative.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 130 const StackSpaceRegion *SS =
133 if (!SS)
138 const StackFrameContext *MemFrame = SS->getStackFrame();
  /external/clang/test/Analysis/
array-struct-region.c 153 } SS;
156 SS vals;
171 SS vals;
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p3.cpp 23 struct SS : S {
29 struct T : SS, NonLiteral { // expected-note {{base class 'NonLiteral' of non-literal type}}
  /external/clang/test/CodeGen/
2002-07-14-MiscTests3.c 18 struct SubStruct SS;
45 if (i) R.SS = Q.SS;
46 Q.SSP = &R.SS;
48 return Q.SS.Y + i + R.y - Q.c;
54 if (i) R.SS = Q->SS;
59 return Q->SS.Y+i+R.y-Q->c;
  /external/llvm/lib/CodeGen/
VirtRegMap.cpp 73 int SS = MF->getFrameInfo()->CreateSpillStackObject(RC->getSize(),
76 return SS;
98 void VirtRegMap::assignVirt2StackSlot(unsigned virtReg, int SS) {
102 assert((SS >= 0 ||
103 (SS >= MF->getFrameInfo()->getObjectIndexBegin())) &&
105 Virt2StackSlotMap[virtReg] = SS;
StackSlotColoring.cpp 266 int SS = TargetRegisterInfo::stackSlot2Index(li->reg);
269 SlotMapping[SS] = NewSS;
270 RevMap[NewSS].push_back(SS);
273 Changed |= (SS != NewSS);
279 int SS = TargetRegisterInfo::stackSlot2Index(li->reg);
280 li->weight = SlotWeights[SS];
296 for (unsigned SS = 0, SE = SSRefs.size(); SS != SE; ++SS) {
297 int NewFI = SlotMapping[SS];
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
sse_memory.c 177 #define SS 4
181 TEST_INSN( &AllMask, SS,addss)
185 TEST_INSN( &AllMask, SS,cmpeqss)
187 TEST_INSN( &AllMask, SS,cmpless)
189 TEST_INSN( &AllMask, SS,cmpltss)
191 TEST_INSN( &AllMask, SS,cmpneqss)
193 TEST_INSN( &AllMask, SS,cmpnless)
195 TEST_INSN( &AllMask, SS,cmpnltss)
197 TEST_INSN( &AllMask, SS,cmpordss)
199 TEST_INSN( &AllMask, SS,cmpunordss
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
reg.h 48 # define SS 20
76 # define SS 16
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
reg.h 48 # define SS 20
76 # define SS 16
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
reg.h 48 # define SS 20
76 # define SS 16
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
ptrace-abi.h 41 #define SS 16
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
ptrace-abi.h 41 #define SS 16
  /external/kernel-headers/original/asm-x86/
ptrace-abi.h 22 #define SS 16
51 #define SS 160
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ptrace-abi.h 22 #define SS 16
51 #define SS 160
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ptrace-abi.h 22 #define SS 16
51 #define SS 160
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ptrace-abi.h 22 #define SS 16
51 #define SS 160
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
ptrace-abi.h 33 #define SS 16
61 #define SS 160
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
ptrace-abi.h 33 #define SS 16
61 #define SS 160
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
ptrace-abi.h 33 #define SS 16
61 #define SS 160

Completed in 401 milliseconds

1 2 3