/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTraverse.h | 395 static void print(const SExpr *E, StreamType &SS) { in print() 403 void newline(StreamType &SS) { in newline() 460 void printBlockLabel(StreamType & SS, const BasicBlock *BB, int index) { in printBlockLabel() 501 void printNull(StreamType &SS) { in printNull() 505 void printFuture(const Future *E, StreamType &SS) { in printFuture() 509 void printUndefined(const Undefined *E, StreamType &SS) { in printUndefined() 513 void printWildcard(const Wildcard *E, StreamType &SS) { in printWildcard() 518 void printLiteralT(const LiteralT<T> *E, StreamType &SS) { in printLiteralT() 522 void printLiteralT(const LiteralT<uint8_t> *E, StreamType &SS) { in printLiteralT() 526 void printLiteral(const Literal *E, StreamType &SS) { in printLiteral() [all …]
|
/external/clang/lib/Sema/ |
D | SemaCXXScopeSpec.cpp | 76 DeclContext *Sema::computeDeclContext(const CXXScopeSpec &SS, in computeDeclContext() 159 bool Sema::isDependentScopeSpecifier(const CXXScopeSpec &SS) { in isDependentScopeSpecifier() 191 bool Sema::RequireCompleteDeclContext(CXXScopeSpec &SS, in RequireCompleteDeclContext() 248 CXXScopeSpec &SS) { in ActOnCXXGlobalScopeSpecifier() 255 CXXScopeSpec &SS) { in ActOnSuperScopeSpecifier() 356 bool Sema::isNonTypeNestedNameSpecifier(Scope *S, CXXScopeSpec &SS, in isNonTypeNestedNameSpecifier() 463 CXXScopeSpec &SS, in BuildCXXNestedNameSpecifier() 801 CXXScopeSpec &SS, in ActOnCXXNestedNameSpecifier() 814 bool Sema::ActOnCXXNestedNameSpecifierDecltype(CXXScopeSpec &SS, in ActOnCXXNestedNameSpecifierDecltype() 843 bool Sema::IsInvalidUnlessNestedName(Scope *S, CXXScopeSpec &SS, in IsInvalidUnlessNestedName() [all …]
|
D | SemaExprMember.cpp | 196 const CXXScopeSpec &SS, in diagnoseInstanceReference() 234 Sema::BuildPossibleImplicitMemberExpr(const CXXScopeSpec &SS, in BuildPossibleImplicitMemberExpr() 445 const CXXScopeSpec &SS, in ActOnDependentMemberExpr() 488 const CXXScopeSpec &SS, in DiagnoseQualifiedMemberReference() 514 const CXXScopeSpec &SS, in CheckQualifiedMemberReference() 604 CXXScopeSpec &SS, bool HasTemplateArgs, in LookupMemberExprInRecord() 704 CXXScopeSpec &SS, in BuildMemberReferenceExpr() 767 Sema::BuildAnonymousStructUnionMemberReference(const CXXScopeSpec &SS, in BuildAnonymousStructUnionMemberReference() 882 const CXXScopeSpec &SS, in BuildMSPropertyRefExpr() 896 SourceLocation OpLoc, const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, in BuildMemberExpr() [all …]
|
D | SemaTemplate.cpp | 137 CXXScopeSpec &SS, in isTemplateName() 226 const CXXScopeSpec *SS, in DiagnoseUnknownTemplateName() 249 Scope *S, CXXScopeSpec &SS, in LookupTemplateName() 409 Sema::ActOnDependentIdExpression(const CXXScopeSpec &SS, in ActOnDependentIdExpression() 435 Sema::BuildDependentDeclRefExpr(const CXXScopeSpec &SS, in BuildDependentDeclRefExpr() 827 static void SetNestedNameSpecifier(TagDecl *T, const CXXScopeSpec &SS) { in SetNestedNameSpecifier() 834 SourceLocation KWLoc, CXXScopeSpec &SS, in CheckClassTemplate() 1594 const CXXScopeSpec &SS) { in getRangeOfTypeInNestedNameSpecifier() 1642 SourceLocation DeclStartLoc, SourceLocation DeclLoc, const CXXScopeSpec &SS, in MatchTemplateParametersToScopeSpecifier() 2240 Sema::ActOnTemplateIdType(CXXScopeSpec &SS, SourceLocation TemplateKWLoc, in ActOnTemplateIdType() [all …]
|
/external/clang/include/clang/Sema/ |
D | ParsedTemplate.h | 56 ParsedTemplateArgument(const CXXScopeSpec &SS, in ParsedTemplateArgument() 123 CXXScopeSpec SS; variable 143 CXXScopeSpec SS; member
|
D | SemaInternal.h | 111 Scope *S, CXXScopeSpec *SS, in TypoCorrectionConsumer() 320 std::unique_ptr<CXXScopeSpec> SS; variable
|
/external/clang/test/Modules/ |
D | redecls.m | 20 @interface SS : AA interface
|
/external/snakeyaml/src/test/resources/specification/ |
D | example2_10.yaml | 5 - &SS Sammy Sosa anchor
|
/external/clang/test/Parser/ |
D | cxx0x-decl.cpp | 39 struct SS { struct 40 …n definition declared 'typedef'}} expected-error {{only special member functions may be defaulted}}
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | ptrace-abi.h | 22 #define SS 16 macro 58 #define SS 160 macro
|
/external/clang/lib/Parse/ |
D | Parser.cpp | 1363 void Parser::AnnotateScopeToken(CXXScopeSpec &SS, bool IsNewAnnotation) { in AnnotateScopeToken() 1398 CXXScopeSpec SS; in TryAnnotateName() local 1587 CXXScopeSpec SS; in TryAnnotateTypeOrScopeToken() local 1656 CXXScopeSpec SS; in TryAnnotateTypeOrScopeToken() local 1670 CXXScopeSpec &SS, in TryAnnotateTypeOrScopeTokenAfterScopeSpec() 1792 CXXScopeSpec SS; in TryAnnotateCXXScopeToken() local
|
D | ParseExprCXX.cpp | 82 IdentifierInfo &II, CXXScopeSpec &SS) { in CheckForTemplateAndDigraph() 187 bool Parser::ParseOptionalCXXScopeSpecifier(CXXScopeSpec &SS, in ParseOptionalCXXScopeSpecifier() 592 ExprResult Parser::tryParseCXXIdExpression(CXXScopeSpec &SS, bool isAddressOfOperand, in tryParseCXXIdExpression() 661 CXXScopeSpec SS; in ParseCXXIdExpression() local 1459 CXXScopeSpec &SS, in ParseCXXPseudoDestructor() 1946 bool Parser::ParseUnqualifiedIdTemplateId(CXXScopeSpec &SS, in ParseUnqualifiedIdTemplateId() 2153 bool Parser::ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext, in ParseUnqualifiedIdOperator() 2382 bool Parser::ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext, in ParseUnqualifiedId()
|
/external/clang/test/CodeGen/ |
D | struct.c | 158 struct __attribute__((packed)) SS { long double a; char b; } SS; variable
|
/external/llvm/include/llvm/Analysis/ |
D | SparsePropagation.h | 82 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) { in GetConstant() 101 virtual LatticeVal ComputeInstructionState(Instruction &I, SparseSolver &SS) { in ComputeInstructionState()
|
/external/llvm/include/llvm/MC/ |
D | MCSymbolELF.h | 23 void setSize(const MCExpr *SS) { SymbolSize = SS; } in setSize()
|
/external/llvm/lib/CodeGen/ |
D | LiveVariables.cpp | 263 for (MCSubRegIterator SS(SubReg, TRI); SS.isValid(); ++SS) in HandlePhysRegUse() local 353 for (MCSubRegIterator SS(SubReg, TRI, /*IncludeSelf=*/true); SS.isValid(); in HandlePhysRegKill() local 390 for (MCSubRegIterator SS(SubReg, TRI, /*IncludeSelf=*/true); in HandlePhysRegKill() local 394 for (MCSubRegIterator SS(SubReg, TRI); SS.isValid(); ++SS) in HandlePhysRegKill() local 463 for (MCSubRegIterator SS(SubReg, TRI, /*IncludeSelf=*/true); in HandlePhysRegDef() local
|
D | StackSlotColoring.cpp | 287 int SS = TargetRegisterInfo::stackSlot2Index(li->reg); in ColorSlots() local 300 int SS = TargetRegisterInfo::stackSlot2Index(li->reg); in ColorSlots() local 316 for (unsigned SS = 0, SE = SSRefs.size(); SS != SE; ++SS) { in ColorSlots() local
|
D | VirtRegMap.cpp | 78 int SS = MF->getFrameInfo()->CreateSpillStackObject(RC->getSize(), in createSpillSlot() local 110 void VirtRegMap::assignVirt2StackSlot(unsigned virtReg, int SS) { in assignVirt2StackSlot()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFCompileUnit.h | 20 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, in DWARFCompileUnit()
|
D | DWARFTypeUnit.h | 23 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, in DWARFTypeUnit()
|
/external/libopus/silk/ |
D | resampler_private_up2_HQ.c | 105 void *SS, /* I/O Resampler state (unused) */ in silk_resampler_private_up2_HQ_wrapper()
|
D | resampler_private_IIR_FIR.c | 66 void *SS, /* I/O Resampler state */ in silk_resampler_private_IIR_FIR()
|
D | resampler_private_down_FIR.c | 146 void *SS, /* I/O Resampler state */ in silk_resampler_private_down_FIR()
|
/external/clang/test/CodeGenObjC/ |
D | objc-gc-aggr-assign.m | 8 } SS; typedef
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | SimpleStreamChecker.cpp | 161 const StreamState *SS = State->get<StreamMap>(FileDesc); in checkPreCall() local 172 static bool isLeaked(SymbolRef Sym, const StreamState &SS, in isLeaked()
|