Home
last modified time | relevance | path

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

12345678910>>...13

/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/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h420 static void print(const SExpr *E, StreamType &SS) { in print()
428 void newline(StreamType &SS) { in newline()
485 void printBlockLabel(StreamType & SS, const BasicBlock *BB, int index) { in printBlockLabel()
525 void printNull(StreamType &SS) { in printNull()
529 void printFuture(const Future *E, StreamType &SS) { in printFuture()
533 void printUndefined(const Undefined *E, StreamType &SS) { in printUndefined()
537 void printWildcard(const Wildcard *E, StreamType &SS) { in printWildcard()
542 void printLiteralT(const LiteralT<T> *E, StreamType &SS) { in printLiteralT()
546 void printLiteralT(const LiteralT<uint8_t> *E, StreamType &SS) { in printLiteralT()
550 void printLiteral(const Literal *E, StreamType &SS) { in printLiteral()
[all …]
/external/llvm-project/clang/test/OpenMP/
Dteams_codegen.cpp129 struct SS{ struct
134 SS<int> Gbla; argument
201 struct SS{ struct
211 // CK3-DAG: [[NTA]] = getelementptr inbounds [[SSI]], [[SSI]]* [[NTB:%[^,]+]], i32 0, i32 0 in foo() argument
Dsingle_ast_print.cpp15 struct SS { struct
19 SS(int &d) : a(0), b(0), c(d) { in SS() argument
Dteams_private_codegen.cpp44 struct SS { struct
48 SS(int &d) : a(0), b(0), c(d) { in SS() function
Dsingle_codegen.cpp47 struct SS { struct
51 SS(int &d) : a(0), b(0), c(d) { in SS() argument
Dparallel_private_codegen.cpp41 struct SS { struct
45 SS(int &d) : a(0), b(0), c(d) { in SS() argument
Dparallel_reduction_codegen.cpp29 struct SS { struct
33 SS(int &d) : a(0), b(0), c(d) { in SS() argument
Dteams_distribute_simd_dist_schedule_codegen.cpp23 struct SS{ struct
24 T a[X];
25 float b;
27 int foo(void) { in foo()
Dteams_distribute_dist_schedule_codegen.cpp23 struct SS{ struct
24 T a[X];
25 float b;
27 int foo(void) { in foo()
Dtarget_teams_distribute_dist_schedule_codegen.cpp23 struct SS{ struct
24 T a[X];
25 float b;
27 int foo(void) { in foo()
Dtarget_teams_distribute_simd_dist_schedule_codegen.cpp23 struct SS{ struct
24 T a[X];
25 float b;
27 int foo(void) { in foo()
Dtarget_teams_distribute_parallel_for_simd_dist_schedule_codegen.cpp23 struct SS{ struct
24 T a[X];
25 float b;
27 int foo(void) { in foo()
Dteams_distribute_parallel_for_dist_schedule_codegen.cpp23 struct SS{ struct
24 T a[X];
25 float b;
27 int foo(void) { in foo()
Dtarget_teams_distribute_parallel_for_dist_schedule_codegen.cpp23 struct SS{ struct
24 T a[X];
25 float b;
27 int foo(void) { in foo()
Dteams_distribute_parallel_for_simd_dist_schedule_codegen.cpp23 struct SS{ struct
24 T a[X];
25 float b;
27 int foo(void) { in foo()
/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() argument
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
Dparallel_reduction_codegen.cpp23 struct SS { struct
27 SS(int &d) : a(0), b(0), c(d) { in SS() function
Dfor_linear_codegen.cpp26 struct SS { struct
30 SS(int &d) : a(0), b(0), c(d) { in SS() argument
/external/llvm-project/clang/lib/Sema/
DSemaCXXScopeSpec.cpp74 DeclContext *Sema::computeDeclContext(const CXXScopeSpec &SS, in computeDeclContext()
167 bool Sema::isDependentScopeSpecifier(const CXXScopeSpec &SS) { in isDependentScopeSpecifier()
199 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()
484 bool EnteringContext, CXXScopeSpec &SS, in BuildCXXNestedNameSpecifier()
834 bool EnteringContext, CXXScopeSpec &SS, in ActOnCXXNestedNameSpecifier()
846 bool Sema::ActOnCXXNestedNameSpecifierDecltype(CXXScopeSpec &SS, in ActOnCXXNestedNameSpecifierDecltype()
878 bool Sema::IsInvalidUnlessNestedName(Scope *S, CXXScopeSpec &SS, in IsInvalidUnlessNestedName()
[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 …]

12345678910>>...13