/external/clang/test/OpenMP/ |
D | teams_codegen.cpp | 113 struct SS{ struct 118 SS<int> Gbla; argument 177 struct SS{ struct 187 // CK3-DAG: [[NTA]] = getelementptr inbounds [[SSI]], [[SSI]]* [[NTB:%[^,]+]], i32 0, i32 0 in foo() argument
|
D | single_ast_print.cpp | 11 struct SS { struct 15 SS(int &d) : a(0), b(0), c(d) { in SS() function
|
D | teams_private_codegen.cpp | 28 struct SS { struct 32 SS(int &d) : a(0), b(0), c(d) { in SS() argument
|
D | parallel_private_codegen.cpp | 21 struct SS { struct 25 SS(int &d) : a(0), b(0), c(d) { in SS() argument
|
D | single_codegen.cpp | 35 struct SS { struct 39 SS(int &d) : a(0), b(0), c(d) { in SS() argument
|
D | parallel_reduction_codegen.cpp | 23 struct SS { struct 27 SS(int &d) : a(0), b(0), c(d) { in SS() argument
|
D | for_linear_codegen.cpp | 26 struct SS { struct 30 SS(int &d) : a(0), b(0), c(d) { in SS() argument
|
D | for_lastprivate_codegen.cpp | 11 struct SS { struct 15 SS(int &d) : a(0), b(0), c(d) { in SS() function
|
D | parallel_firstprivate_codegen.cpp | 28 struct SS { struct 33 SS(int &d) : a(0), b(0), c(d) { in SS() argument
|
D | simd_ast_print.cpp | 9 struct SS { struct 10 SS(): a(0) {} in SS() argument 11 SS(int v) : a(v) {} in SS() function 12 int a; 13 typedef int type;
|
D | simd_codegen.cpp | 664 struct SS { struct 665 SS(): a(0) {} in SS() argument 666 SS(int v) : a(v) {} in SS() function 689 class S8 : private IterDouble, public S7<SS> { argument
|
/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() 169 bool Sema::isDependentScopeSpecifier(const CXXScopeSpec &SS) { in isDependentScopeSpecifier() 201 bool Sema::RequireCompleteDeclContext(CXXScopeSpec &SS, in RequireCompleteDeclContext() 273 CXXScopeSpec &SS) { in ActOnCXXGlobalScopeSpecifier() 280 CXXScopeSpec &SS) { in ActOnSuperScopeSpecifier() 383 bool Sema::isNonTypeNestedNameSpecifier(Scope *S, CXXScopeSpec &SS, in isNonTypeNestedNameSpecifier() 487 CXXScopeSpec &SS, in BuildCXXNestedNameSpecifier() 831 CXXScopeSpec &SS, in ActOnCXXNestedNameSpecifier() 844 bool Sema::ActOnCXXNestedNameSpecifierDecltype(CXXScopeSpec &SS, in ActOnCXXNestedNameSpecifierDecltype() 873 bool Sema::IsInvalidUnlessNestedName(Scope *S, CXXScopeSpec &SS, in IsInvalidUnlessNestedName() [all …]
|
D | SemaExprMember.cpp | 197 const CXXScopeSpec &SS, in diagnoseInstanceReference() 235 Sema::BuildPossibleImplicitMemberExpr(const CXXScopeSpec &SS, in BuildPossibleImplicitMemberExpr() 459 const CXXScopeSpec &SS, in ActOnDependentMemberExpr() 502 const CXXScopeSpec &SS, in DiagnoseQualifiedMemberReference() 528 const CXXScopeSpec &SS, in CheckQualifiedMemberReference() 618 CXXScopeSpec &SS, bool HasTemplateArgs, in LookupMemberExprInRecord() 718 CXXScopeSpec &SS, in BuildMemberReferenceExpr() 781 Sema::BuildAnonymousStructUnionMemberReference(const CXXScopeSpec &SS, in BuildAnonymousStructUnionMemberReference() 896 const CXXScopeSpec &SS, in BuildMSPropertyRefExpr() 910 SourceLocation OpLoc, const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, in BuildMemberExpr() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | CalledValuePropagation.cpp | 172 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) override { in ComputeInstructionState() 243 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitReturn() 259 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitCallSite() 304 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitSelect() 317 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitLoad() 333 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitStore() 347 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitInst()
|
/external/clang/test/Modules/ |
D | redecls.m | 20 @interface SS : AA interface
|
/external/clang/include/clang/Sema/ |
D | ParsedTemplate.h | 63 ParsedTemplateArgument(const CXXScopeSpec &SS, in ParsedTemplateArgument() 130 CXXScopeSpec SS; variable 150 CXXScopeSpec SS; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ManglerTest.cpp | 22 raw_string_ostream SS(Mangled); in mangleStr() local 39 raw_string_ostream SS(Mangled); in mangleFunc() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCSymbolELF.h | 23 void setSize(const MCExpr *SS) { SymbolSize = SS; } in setSize()
|
/external/llvm/include/llvm/MC/ |
D | MCSymbolELF.h | 23 void setSize(const MCExpr *SS) { SymbolSize = SS; } in setSize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | SparsePropagation.cpp | 144 SparseSolver<TestLatticeKey, TestLatticeVal> &SS) override { in ComputeInstructionState() 164 SparseSolver<TestLatticeKey, TestLatticeVal> &SS) { in visitCallSite() 189 SparseSolver<TestLatticeKey, TestLatticeVal> &SS) { in visitReturn() 205 SparseSolver<TestLatticeKey, TestLatticeVal> &SS) { in visitStore() 219 SparseSolver<TestLatticeKey, TestLatticeVal> &SS) { in visitInst()
|
/external/compiler-rt/lib/asan/ |
D | asan_scariness_score.h | 55 ScarinessScore SS; in PrintSimple() local
|
/external/clang/test/Parser/ |
D | cxx0x-decl.cpp | 41 struct SS { struct 42 …n definition declared 'typedef'}} expected-error {{only special member functions may be defaulted}}
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFCompileUnit.h | 20 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, in DWARFCompileUnit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFCompileUnit.h | 23 StringRef SS, const DWARFSection &SOS, in DWARFCompileUnit()
|