Home
last modified time | relevance | path

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

123456

/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() argument
Dparallel_private_codegen.cpp21 struct SS { struct
25 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
Dsingle_codegen.cpp35 struct SS { struct
39 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() function
Dparallel_reduction_codegen.cpp23 struct SS { struct
27 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() argument
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() argument
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/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/llvm/include/llvm/MC/
DMCSymbolELF.h23 void setSize(const MCExpr *SS) { SymbolSize = SS; } in setSize()
/external/compiler-rt/lib/asan/
Dasan_scariness_score.h55 ScarinessScore SS; in PrintSimple() local
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h20 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, in DWARFCompileUnit()
DDWARFTypeUnit.h23 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, in DWARFTypeUnit()
/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/kernel-headers/original/uapi/asm-x86/asm/
Dptrace-abi.h22 #define SS 16 macro
58 #define SS 160 macro
/external/libopus/silk/
Dresampler_private_up2_HQ.c105 void *SS, /* I/O Resampler state (unused) */ in silk_resampler_private_up2_HQ_wrapper()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DSparsePropagation.h84 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) { in GetConstant()
103 virtual LatticeVal ComputeInstructionState(Instruction &I, SparseSolver &SS) { in ComputeInstructionState()
/external/llvm/include/llvm/Analysis/
DSparsePropagation.h83 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) { in GetConstant()
102 virtual LatticeVal ComputeInstructionState(Instruction &I, SparseSolver &SS) { in ComputeInstructionState()

123456