Home
last modified time | relevance | path

Searched defs:S (Results 101 – 125 of 40101) sorted by relevance

12345678910>>...1605

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp425 if (auto *S = C->getPreInitStmt()) in VistOMPClauseWithPreInit() local
495 if (auto *S = C->getChunkSize()) in VisitOMPScheduleClause() local
932 const OMPTaskLoopSimdDirective *S) { in VisitOMPTaskLoopSimdDirective()
957 const OMPDistributeDirective *S) { in VisitOMPDistributeDirective()
964 if (auto *S = C->getChunkSize()) in VisitOMPDistScheduleClause() local
971 const OMPTargetUpdateDirective *S) { in VisitOMPTargetUpdateDirective()
996 const OMPTargetSimdDirective *S) { in VisitOMPTargetSimdDirective()
1021 const OMPTargetTeamsDirective *S) { in VisitOMPTargetTeamsDirective()
1277 const DesignatedInitUpdateExpr *S) { in VisitDesignatedInitUpdateExpr()
1709 const MSPropertySubscriptExpr *S) { in VisitMSPropertySubscriptExpr()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/feature-gates/
H A Dissue-43106-gating-of-builtin-attrs.rs224 struct S; struct
228 impl S { } implementation
239 struct S; struct
245 impl S { } impl
349 #[ignore] struct S; struct
355 #[ignore] impl S { } implementation
425 #[no_std] struct S; struct
431 #[no_std] impl S { } implementation
465 #[cold] struct S; struct
475 #[cold] impl S { } implementation
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dsame_name_method.rs17 struct S; struct
19 impl S { implementation
31 struct S; struct
33 impl S { impl
43 impl<U> S<U> { impl
55 struct S; struct
57 impl S { implementation
67 struct S; struct
69 impl S { implementation
84 struct S; struct
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenObjC/
H A Dblock-var-layout.m5 struct S { struct
6 int i1;
7 id o1;
11 } v1;
12 int i3;
13 id o3;
17 void x(id y) {}
18 void y(int a) {}
169 typedef union { char ch[8]; } SS; argument
170 typedef struct { SS s[4]; } CS; argument
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenObjC/
H A Dblock-var-layout.m5 struct S { struct
6 int i1;
7 id o1;
11 } v1;
12 int i3;
13 id o3;
17 void x(id y) {}
18 void y(int a) {}
169 typedef union { char ch[8]; } SS; argument
170 typedef struct { SS s[4]; } CS; argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenObjC/
H A Dblock-var-layout.m5 struct S { struct
6 int i1;
7 id o1;
11 } v1;
12 int i3;
13 id o3;
17 void x(id y) {}
18 void y(int a) {}
169 typedef union { char ch[8]; } SS; argument
170 typedef struct { SS s[4]; } CS; argument
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenObjC/
H A Dblock-var-layout.m5 struct S { struct
6 int i1;
7 id o1;
11 } v1;
12 int i3;
13 id o3;
17 void x(id y) {}
18 void y(int a) {}
169 typedef union { char ch[8]; } SS; argument
170 typedef struct { SS s[4]; } CS; argument
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenObjC/
H A Dblock-var-layout.m5 struct S { struct
6 int i1;
7 id o1;
11 } v1;
12 int i3;
13 id o3;
17 void x(id y) {}
18 void y(int a) {}
169 typedef union { char ch[8]; } SS; argument
170 typedef struct { SS s[4]; } CS; argument
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenObjC/
H A Dblock-var-layout.m5 struct S { struct
6 int i1;
7 id o1;
11 } v1;
12 int i3;
13 id o3;
17 void x(id y) {}
18 void y(int a) {}
169 typedef union { char ch[8]; } SS; argument
170 typedef struct { SS s[4]; } CS; argument
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenObjC/
H A Dblock-var-layout.m5 struct S { struct
6 int i1;
7 id o1;
11 } v1;
12 int i3;
13 id o3;
17 void x(id y) {}
18 void y(int a) {}
169 typedef union { char ch[8]; } SS; argument
170 typedef struct { SS s[4]; } CS; argument
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenObjC/
H A Dblock-var-layout.m5 struct S { struct
6 int i1;
7 id o1;
11 } v1;
12 int i3;
13 id o3;
17 void x(id y) {}
18 void y(int a) {}
169 typedef union { char ch[8]; } SS; argument
170 typedef struct { SS s[4]; } CS; argument
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenObjC/
H A Dblock-var-layout.m5 struct S { struct
6 int i1;
7 id o1;
11 } v1;
12 int i3;
13 id o3;
17 void x(id y) {}
18 void y(int a) {}
169 typedef union { char ch[8]; } SS; argument
170 typedef struct { SS s[4]; } CS; argument
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenObjC/
H A Dblock-var-layout.m5 struct S { struct
6 int i1;
7 id o1;
11 } v1;
12 int i3;
13 id o3;
17 void x(id y) {}
18 void y(int a) {}
169 typedef union { char ch[8]; } SS; argument
170 typedef struct { SS s[4]; } CS; argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenObjC/
H A Dblock-var-layout.m5 struct S { struct
6 int i1;
7 id o1;
11 } v1;
12 int i3;
13 id o3;
17 void x(id y) {}
18 void y(int a) {}
169 typedef union { char ch[8]; } SS; argument
170 typedef struct { SS s[4]; } CS; argument
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenObjC/
H A Dblock-var-layout.m5 struct S { struct
6 int i1;
7 id o1;
11 } v1;
12 int i3;
13 id o3;
17 void x(id y) {}
18 void y(int a) {}
169 typedef union { char ch[8]; } SS; argument
170 typedef struct { SS s[4]; } CS; argument
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenObjC/
H A Dblock-var-layout.m5 struct S { struct
6 int i1;
7 id o1;
11 } v1;
12 int i3;
13 id o3;
17 void x(id y) {}
18 void y(int a) {}
169 typedef union { char ch[8]; } SS; argument
170 typedef struct { SS s[4]; } CS; argument
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGenObjC/
H A Dblock-var-layout.m5 struct S { struct
6 int i1;
7 id o1;
11 } v1;
12 int i3;
13 id o3;
17 void x(id y) {}
18 void y(int a) {}
169 typedef union { char ch[8]; } SS; argument
170 typedef struct { SS s[4]; } CS; argument
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGenObjC/
H A Dblock-var-layout.m5 struct S { struct
6 int i1;
7 id o1;
11 } v1;
12 int i3;
13 id o3;
17 void x(id y) {}
18 void y(int a) {}
169 typedef union { char ch[8]; } SS; argument
170 typedef struct { SS s[4]; } CS; argument
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGenObjC/
H A Dblock-var-layout.m5 struct S { struct
6 int i1;
7 id o1;
11 } v1;
12 int i3;
13 id o3;
17 void x(id y) {}
18 void y(int a) {}
169 typedef union { char ch[8]; } SS; argument
170 typedef struct { SS s[4]; } CS; argument
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DStmtProfile.cpp425 if (auto *S = C->getPreInitStmt()) in VistOMPClauseWithPreInit() local
494 if (auto *S = C->getChunkSize()) in VisitOMPScheduleClause() local
917 const OMPTaskLoopSimdDirective *S) { in VisitOMPTaskLoopSimdDirective()
922 const OMPDistributeDirective *S) { in VisitOMPDistributeDirective()
929 if (auto *S = C->getChunkSize()) in VisitOMPDistScheduleClause() local
936 const OMPTargetUpdateDirective *S) { in VisitOMPTargetUpdateDirective()
961 const OMPTargetSimdDirective *S) { in VisitOMPTargetSimdDirective()
986 const OMPTargetTeamsDirective *S) { in VisitOMPTargetTeamsDirective()
1242 const DesignatedInitUpdateExpr *S) { in VisitDesignatedInitUpdateExpr()
1613 const MSPropertySubscriptExpr *S) { in VisitMSPropertySubscriptExpr()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DStmtProfile.cpp423 if (auto *S = C->getPreInitStmt()) in VistOMPClauseWithPreInit() local
487 if (auto *S = C->getChunkSize()) in VisitOMPScheduleClause() local
905 const OMPTaskLoopSimdDirective *S) { in VisitOMPTaskLoopSimdDirective()
910 const OMPDistributeDirective *S) { in VisitOMPDistributeDirective()
917 if (auto *S = C->getChunkSize()) in VisitOMPDistScheduleClause() local
924 const OMPTargetUpdateDirective *S) { in VisitOMPTargetUpdateDirective()
949 const OMPTargetSimdDirective *S) { in VisitOMPTargetSimdDirective()
974 const OMPTargetTeamsDirective *S) { in VisitOMPTargetTeamsDirective()
1230 const DesignatedInitUpdateExpr *S) { in VisitDesignatedInitUpdateExpr()
1595 const MSPropertySubscriptExpr *S) { in VisitMSPropertySubscriptExpr()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dcppcoreguidelines-pro-type-member-init-use-assignment.cpp7 struct S { struct
9 // CHECK-FIXES: bool b = false; argument
11 // CHECK-FIXES: char c = 0; argument
13 // CHECK-FIXES: signed char sc = 0; argument
15 // CHECK-FIXES: unsigned char uc = 0U; argument
38 S() {} in S() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dcppcoreguidelines-pro-type-member-init-use-assignment.cpp7 struct S { struct
9 // CHECK-FIXES: bool b = false; argument
11 // CHECK-FIXES: char c = 0; argument
13 // CHECK-FIXES: signed char sc = 0; argument
15 // CHECK-FIXES: unsigned char uc = 0U; argument
38 S() {} in S() argument
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dcppcoreguidelines-pro-type-member-init-use-assignment.cpp7 struct S { struct
9 // CHECK-FIXES: bool b = false; argument
11 // CHECK-FIXES: char c = 0; argument
13 // CHECK-FIXES: signed char sc = 0; argument
15 // CHECK-FIXES: unsigned char uc = 0U; argument
38 S() {} in S() argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/test/clang-tidy/checkers/
H A Dcppcoreguidelines-pro-type-member-init-use-assignment.cpp7 struct S { struct
9 // CHECK-FIXES: bool b = false; argument
11 // CHECK-FIXES: char c = 0; argument
13 // CHECK-FIXES: signed char sc = 0; argument
15 // CHECK-FIXES: unsigned char uc = 0U; argument
38 S() {} in S() argument

12345678910>>...1605