HomeSort by relevance Sort by last modified time
    Searched defs:SS (Results 51 - 75 of 203) sorted by null

1 23 4 5 6 7 8 9

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 56 /// \param SS the C++ scope specifier that precedes the template name, if
63 ParsedTemplateArgument(const CXXScopeSpec &SS,
68 SS(SS), Loc(TemplateLoc), EllipsisLoc() { }
102 return SS;
130 CXXScopeSpec SS;
150 CXXScopeSpec SS;
199 new (&TemplateId->SS) CXXScopeSpec();
211 SS.~CXXScopeSpec();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
ParsedTemplate.h 56 /// \param SS the C++ scope specifier that precedes the template name, if
63 ParsedTemplateArgument(const CXXScopeSpec &SS,
68 SS(SS), Loc(TemplateLoc), EllipsisLoc() { }
102 return SS;
130 CXXScopeSpec SS;
153 CXXScopeSpec SS;
195 Create(CXXScopeSpec SS, SourceLocation TemplateKWLoc,
205 TemplateIdAnnotation(SS, TemplateKWLoc, TemplateNameLoc, Name,
222 TemplateIdAnnotation(CXXScopeSpec SS, SourceLocation TemplateKWLoc
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
ParsedTemplate.h 56 /// \param SS the C++ scope specifier that precedes the template name, if
63 ParsedTemplateArgument(const CXXScopeSpec &SS,
68 SS(SS), Loc(TemplateLoc), EllipsisLoc() { }
102 return SS;
130 CXXScopeSpec SS;
153 CXXScopeSpec SS;
195 Create(CXXScopeSpec SS, SourceLocation TemplateKWLoc,
205 TemplateIdAnnotation(SS, TemplateKWLoc, TemplateNameLoc, Name,
222 TemplateIdAnnotation(CXXScopeSpec SS, SourceLocation TemplateKWLoc
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
ParsedTemplate.h 56 /// \param SS the C++ scope specifier that precedes the template name, if
63 ParsedTemplateArgument(const CXXScopeSpec &SS,
68 SS(SS), Loc(TemplateLoc), EllipsisLoc() { }
102 return SS;
130 CXXScopeSpec SS;
153 CXXScopeSpec SS;
195 Create(CXXScopeSpec SS, SourceLocation TemplateKWLoc,
205 TemplateIdAnnotation(SS, TemplateKWLoc, TemplateNameLoc, Name,
222 TemplateIdAnnotation(CXXScopeSpec SS, SourceLocation TemplateKWLoc
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
ParsedTemplate.h 56 /// \param SS the C++ scope specifier that precedes the template name, if
63 ParsedTemplateArgument(const CXXScopeSpec &SS,
68 SS(SS), Loc(TemplateLoc), EllipsisLoc() { }
102 return SS;
130 CXXScopeSpec SS;
153 CXXScopeSpec SS;
195 Create(CXXScopeSpec SS, SourceLocation TemplateKWLoc,
205 TemplateIdAnnotation(SS, TemplateKWLoc, TemplateNameLoc, Name,
222 TemplateIdAnnotation(CXXScopeSpec SS, SourceLocation TemplateKWLoc
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
ParsedTemplate.h 56 /// \param SS the C++ scope specifier that precedes the template name, if
63 ParsedTemplateArgument(const CXXScopeSpec &SS,
68 SS(SS), Loc(TemplateLoc), EllipsisLoc() { }
102 return SS;
130 CXXScopeSpec SS;
153 CXXScopeSpec SS;
195 Create(CXXScopeSpec SS, SourceLocation TemplateKWLoc,
205 TemplateIdAnnotation(SS, TemplateKWLoc, TemplateNameLoc, Name,
222 TemplateIdAnnotation(CXXScopeSpec SS, SourceLocation TemplateKWLoc
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
ParsedTemplate.h 56 /// \param SS the C++ scope specifier that precedes the template name, if
63 ParsedTemplateArgument(const CXXScopeSpec &SS,
68 SS(SS), Loc(TemplateLoc), EllipsisLoc() { }
102 return SS;
130 CXXScopeSpec SS;
153 CXXScopeSpec SS;
195 Create(CXXScopeSpec SS, SourceLocation TemplateKWLoc,
205 TemplateIdAnnotation(SS, TemplateKWLoc, TemplateNameLoc, Name,
222 TemplateIdAnnotation(CXXScopeSpec SS, SourceLocation TemplateKWLoc
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
reg.h 48 # define SS 20
76 # define SS 16
  /prebuilts/go/darwin-x86/test/ken/
complit.go 13 type SS struct{ aa,bb,cc S };
24 test("ss.aa.a", ss.aa.a);
25 test("ss.aa.b", ss.aa.b);
26 test("ss.aa.c", ss.aa.c);
28 test("ss.bb.a", ss.bb.a);
29 test("ss.bb.b", ss.bb.b)
108 var ss = SS{S{3101,3102,3103},S{3104,3105,3106},S{3107,3108,3109}} var
    [all...]
  /prebuilts/go/darwin-x86/test/
nilptr3.go 237 type SS struct {
242 SS
247 s := &t.SS // ERROR "removed nil check"
  /prebuilts/go/linux-x86/test/ken/
complit.go 13 type SS struct{ aa,bb,cc S };
24 test("ss.aa.a", ss.aa.a);
25 test("ss.aa.b", ss.aa.b);
26 test("ss.aa.c", ss.aa.c);
28 test("ss.bb.a", ss.bb.a);
29 test("ss.bb.b", ss.bb.b)
108 var ss = SS{S{3101,3102,3103},S{3104,3105,3106},S{3107,3108,3109}} var
    [all...]
  /prebuilts/go/linux-x86/test/
nilptr3.go 237 type SS struct {
242 SS
247 s := &t.SS // ERROR "removed nil check"
  /bionic/libc/kernel/uapi/asm-x86/asm/
ptrace-abi.h 38 #define SS 16
62 #define SS 160
  /device/linaro/bootloader/edk2/AppPkg/Applications/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),
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/
X86Thunk.c 94 SS:ESP points to the real mode stack if THUNK_USER_STACK is
97 On output, values of CS, EIP, SS and ESP should be ignored.
102 THUNK_USER_STACK - The stack specified by SS:ESP would be
119 RegisterSet->E.SS = (UINT16)((ThunkContext->DefaultStack >> 4) & 0xf000);
238 UINT16 SS;
330 SS:ESP points to the real mode stack if THUNK_USER_STACK is
333 On output, values of CS, EIP, SS and ESP should be ignored.
334 ThunkFlags - THUNK_USER_STACK: The stack specified by SS:ESP would be
371 SS:ESP points to the real mode stack if THUNK_USER_STACK is
374 On output, values of CS, EIP, SS and ESP should be ignored.
    [all...]
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 209 CXXScopeSpec SS;
211 ParseOptionalCXXScopeSpecifier(SS, nullptr, /*EnteringContext=*/false);
223 Invalid = ParseUnqualifiedId(SS,
229 Result = Actions.LookupInlineAsmIdentifier(SS, TemplateKWLoc, Id, Info,
ParseTentative.cpp     [all...]
  /external/clang/lib/Sema/
SemaCoroutine.cpp 181 CXXScopeSpec SS;
183 Base, Base->getType(), Loc, /*IsPtr=*/false, SS,
  /external/clang/lib/StaticAnalyzer/Checkers/
SimpleStreamChecker.cpp 152 const StreamState *SS = State->get<StreamMap>(FileDesc);
153 if (SS && SS->isClosed()) {
163 static bool isLeaked(SymbolRef Sym, const StreamState &SS,
165 if (IsSymDead && SS.isOpened()) {
  /external/clang/test/Analysis/
array-struct-region.c 153 } SS;
156 SS vals;
171 SS vals;
198 SS vals;
214 SS vals[4];
239 SS vals[4];
326 SS vals;
347 SS vals[4];
  /external/clang/test/Parser/
DelayedTemplateParsing.cpp 169 template<typename T> struct SS {
173 template<typename T> template<typename U> struct SS<T>::X<U*> {
180 SS<int>::X<int*>::f();
  /external/clang/unittests/Basic/
VirtualFileSystemTest.cpp 790 ErrorOr<vfs::Status> SS = O->status("//root/xx");
791 ASSERT_FALSE(SS.getError());
792 EXPECT_TRUE(S->equivalent(*SS));
793 SS = O->status("//root/xX");
794 EXPECT_TRUE(S->equivalent(*SS));
795 SS = O->status("//root/Xx");
796 EXPECT_TRUE(S->equivalent(*SS));
823 ErrorOr<vfs::Status> SS = O->status("//root/xx");
824 EXPECT_EQ(SS.getError(), llvm::errc::no_such_file_or_directory);
825 SS = O->status("//root/xX")
    [all...]
  /external/kernel-headers/original/uapi/asm-x86/asm/
ptrace-abi.h 23 #define SS 16
59 #define SS 160
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 288 int SS = TargetRegisterInfo::stackSlot2Index(li->reg);
291 SlotMapping[SS] = NewSS;
292 RevMap[NewSS].push_back(SS);
295 Changed |= (SS != NewSS);
301 int SS = TargetRegisterInfo::stackSlot2Index(li->reg);
302 li->weight = SlotWeights[SS];
317 for (unsigned SS = 0, SE = SSRefs.size(); SS != SE; ++SS) {
318 int NewFI = SlotMapping[SS];
    [all...]
VirtRegMap.cpp 76 int SS = MF->getFrameInfo()->CreateSpillStackObject(RC->getSize(),
79 return SS;
108 void VirtRegMap::assignVirt2StackSlot(unsigned virtReg, int SS) {
112 assert((SS >= 0 ||
113 (SS >= MF->getFrameInfo()->getObjectIndexBegin())) &&
115 Virt2StackSlotMap[virtReg] = SS;

Completed in 1051 milliseconds

1 23 4 5 6 7 8 9