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

1 2 34

  /external/clang/lib/Sema/
SemaTemplate.cpp 136 CXXScopeSpec &SS,
169 LookupTemplateName(R, S, SS, ObjectType, EnteringContext,
196 if (SS.isSet() && !SS.isInvalid()) {
197 NestedNameSpecifier *Qualifier = SS.getScopeRep();
224 const CXXScopeSpec *SS,
230 if (!SS || !SS->isSet() || !isDependentScopeSpecifier(*SS) ||
231 computeDeclContext(*SS))
    [all...]
SemaType.cpp     [all...]
SemaDecl.cpp 179 CXXScopeSpec SS;
180 SS.MakeTrivial(Context, NNS, SourceRange(NameLoc));
186 DepTL.setQualifierLoc(SS.getWithLocInContext(Context));
194 /// within the given scope, with optional C++ scope specifier SS, to
199 Scope *S, CXXScopeSpec *SS,
211 } else if (SS && SS->isNotEmpty()) {
212 LookupCtx = computeDeclContext(*SS, false);
215 if (isDependentScopeSpecifier(*SS)) {
231 return ActOnTypenameType(S, SourceLocation(), *SS, II, NameLoc).get()
    [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
TreeTransform.h 452 /// \param SS The nested-name-specifier that qualifies the template
471 TransformTemplateName(CXXScopeSpec &SS, TemplateName Name,
561 CXXScopeSpec &SS);
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 118 #define SS ss
180 #define SS %ss
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 118 #define SS ss
180 #define SS %ss
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 476 SEG SS
478 SEG SS
485 SEG SS
487 SEG SS
498 SEG SS
505 SEG SS
507 SEG SS
517 SEG SS
526 SEG SS
533 SEG SS
1972 Bit16u ss = get_SS(); local
2008 Bit16u ss = get_SS(); local
2026 Bit16u ss = get_SS(); local
2102 Bit16u ss = get_SS(); local
3824 Bit16u ss; local
4045 mov ss, 0x0469 local
4822 Bit16u ss; local
4920 Bit16u ss; local
6836 Bit16u ss; local
8628 mov ss, ax local
8658 mov ss, ax local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 10845 } ss; local
    [all...]

Completed in 566 milliseconds

1 2 34