Home
last modified time | relevance | path

Searched defs:SS (Results 1 – 25 of 167) sorted by relevance

1234567

/external/clang/test/OpenMP/
Dteams_codegen.cpp113 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
Dsingle_ast_print.cpp11 struct SS { struct
15 SS(int &d) : a(0), b(0), c(d) { in SS() function
Dteams_private_codegen.cpp28 struct SS { struct
32 SS(int &d) : a(0), b(0), c(d) { in SS() argument
Dparallel_private_codegen.cpp21 struct SS { struct
25 SS(int &d) : a(0), b(0), c(d) { in SS() argument
Dsingle_codegen.cpp35 struct SS { struct
39 SS(int &d) : a(0), b(0), c(d) { in SS() argument
Dparallel_reduction_codegen.cpp23 struct SS { struct
27 SS(int &d) : a(0), b(0), c(d) { in SS() argument
Dfor_linear_codegen.cpp26 struct SS { struct
30 SS(int &d) : a(0), b(0), c(d) { in SS() argument
Dfor_lastprivate_codegen.cpp11 struct SS { struct
15 SS(int &d) : a(0), b(0), c(d) { in SS() function
Dparallel_firstprivate_codegen.cpp28 struct SS { struct
33 SS(int &d) : a(0), b(0), c(d) { in SS() argument
Dsimd_ast_print.cpp9 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;
Dsimd_codegen.cpp664 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/
DThreadSafetyTraverse.h395 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/
DSemaCXXScopeSpec.cpp76 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 …]
DSemaExprMember.cpp197 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/
DCalledValuePropagation.cpp172 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/
Dredecls.m20 @interface SS : AA interface
/external/clang/include/clang/Sema/
DParsedTemplate.h63 ParsedTemplateArgument(const CXXScopeSpec &SS, in ParsedTemplateArgument()
130 CXXScopeSpec SS; variable
150 CXXScopeSpec SS; member
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DManglerTest.cpp22 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/
DMCSymbolELF.h23 void setSize(const MCExpr *SS) { SymbolSize = SS; } in setSize()
/external/llvm/include/llvm/MC/
DMCSymbolELF.h23 void setSize(const MCExpr *SS) { SymbolSize = SS; } in setSize()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DSparsePropagation.cpp144 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/
Dasan_scariness_score.h55 ScarinessScore SS; in PrintSimple() local
/external/clang/test/Parser/
Dcxx0x-decl.cpp41 struct SS { struct
42 …n definition declared 'typedef'}} expected-error {{only special member functions may be defaulted}}
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h20 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, in DWARFCompileUnit()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h23 StringRef SS, const DWARFSection &SOS, in DWARFCompileUnit()

1234567