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

1 2 3 4

  /external/llvm/include/llvm/Support/
Solaris.h 34 #undef SS
  /bionic/libc/include/sys/
reg.h 50 #define SS 16
74 #define SS 20
  /development/ndk/platforms/android-L/include/sys/
reg.h 50 #define SS 16
74 #define SS 20
  /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/
ParseStmtAsm.cpp 196 CXXScopeSpec SS;
198 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
205 ParseUnqualifiedId(SS,
244 return Actions.LookupInlineAsmIdentifier(SS, TemplateKWLoc, Id, Info,
ParseTentative.cpp     [all...]
ParseOpenMP.cpp 241 CXXScopeSpec SS;
249 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), false)) {
253 } else if (ParseUnqualifiedId(SS, false, false, false, ParsedType(),
269 Actions.ActOnOpenMPIdExpression(getCurScope(), SS, NameInfo);
  /external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 134 const StackSpaceRegion *SS =
137 if (!SS)
142 const StackFrameContext *MemFrame = SS->getStackFrame();
  /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/clang/test/Parser/
cxx0x-decl.cpp 39 struct SS {
  /external/libedit/src/
unvis.c 204 #define SS(a, b) (((uint32_t)(a) << 24) | (b))
216 *astate = SS(0, S_GROUND);
230 *astate = SS(0, S_START);
234 *astate = SS(0, S_HEX1);
238 *astate = SS(0, S_AMP);
242 *astate = SS(0, S_MIME1);
252 *astate = SS(0, S_GROUND);
257 *astate = SS(0, S_OCTAL2);
261 *astate = SS(0, S_META);
264 *astate = SS(0, S_CTRL)
    [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/x86_64-linux-glibc2.11-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.11-4.8/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
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/
reg.h 50 #define SS 16
74 #define SS 20
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/
reg.h 50 #define SS 16
74 #define SS 20
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
reg.h 50 #define SS 16
74 #define SS 20
  /bionic/libc/kernel/uapi/asm-x86/asm/
ptrace-abi.h 42 #define SS 16
72 #define SS 160
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ptrace-abi.h 42 #define SS 16
72 #define SS 160
  /development/ndk/platforms/android-L/arch-x86/include/asm/
ptrace-abi.h 42 #define SS 16
72 #define SS 160
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
ptrace-abi.h 42 #define SS 16
72 #define SS 160
  /external/chromium_org/third_party/skia/third_party/lua/src/
luac.c 375 #define SS(x) ((x==1)?"":"s")
376 #define S(x) (int)(x),SS(x)
392 (int)(f->numparams),f->is_vararg?"+":"",SS(f->numparams),

Completed in 745 milliseconds

1 2 3 4