Home
last modified time | relevance | path

Searched refs:St (Results 1 – 25 of 135) sorted by relevance

123456

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmtAttr.cpp29 if (isa<SwitchCase>(St)) { in handleFallThroughAttr()
31 << A << St->getBeginLoc(); in handleFallThroughAttr()
184 CallExprFinder(Sema &S, const Stmt *St) : Inherited(S.Context) { Visit(St); } in CallExprFinder() argument
195 void Visit(const Stmt *St) { in Visit() argument
196 if (!St) in Visit()
206 CallExprFinder CEF(S, St); in handleNoMergeAttr()
226 CallExprFinder CEF(S, St); in handleNoInlineAttr()
252 CallExprFinder CEF(S, St); in handleAlwaysInlineAttr()
485 return handleLikely(S, St, A, Range); in ProcessStmtAttribute()
487 return handleUnlikely(S, St, A, Range); in ProcessStmtAttribute()
[all …]
/llvm-project-15.0.7/clang/test/OpenMP/
H A Dteams_firstprivate_codegen.cpp48 struct St { struct
50 St() : a(0), b(0) {} in St() argument
51 St(const St &st) : a(st.a + st.b), b(0) {} in St() argument
52 ~St() {} in ~St() argument
62 S(const S &s, St t = St()) : f(s.f + t.a) {} in S()
136 struct St { struct
138 St() : a(0), b(0) {} in St() argument
139 St(const St &) { } in St() argument
140 ~St() {} in ~St() argument
141 void St_func(St s[2], int n, long double vla1[n]) { in St_func() argument
[all …]
H A Datomic_codegen.cpp16 struct St { struct
18 St() {} in St() function
19 ~St() {} in ~St() argument
25 St s; in parallel_atomic_ewc() argument
35 b = St().get(); in parallel_atomic_ewc()
42 St().get() = b; in parallel_atomic_ewc()
60 St().get() %= b; in parallel_atomic_ewc()
81 a = St().get() %= b; in parallel_atomic_ewc()
H A Dparallel_firstprivate_codegen.cpp47 struct St { struct
49 St() : a(0), b(0) {} in St() function
50 St(const St &st) : a(st.a + st.b), b(0) {} in St() function
51 ~St() {} in ~St() argument
115 S(const S &s, St t = St()) : f(s.f + t.a) {} in S()
220 struct St { struct
222 St() : a(0), b(0) {} in St() argument
223 St(const St &) { } in St() argument
224 ~St() {} in ~St() argument
225 void St_func(St s[2], int n, long double vla1[n]) { in St_func() argument
[all …]
H A Ddefault_firstprivate_ast_print.cpp85 struct St { struct
88 St() : a(0), b(0) {} in St() argument
89 ~St() {} in ~St() argument
91 int St::y = 0;
93 St a = St(); in bar()
101 St::y++; in bar()
H A Dsingle_firstprivate_codegen.cpp17 struct St { struct
19 St() : a(0), b(0) {} in St() function
20 St(const St &st) : a(st.a + st.b), b(0) {} in St() function
21 ~St() {} in ~St() argument
31 S(const S &s, St t = St()) : f(s.f + t.a) {} in S()
H A Dtarget_teams_distribute_firstprivate_codegen.cpp28 struct St { struct
30 St() : a(0), b(0) {} in St() argument
31 St(const St &st) : a(st.a + st.b), b(0) {} in St() argument
32 ~St() {} in ~St() argument
43 S(const S &s, St t = St()) : f(s.f + t.a) {} in S()
H A Dsections_firstprivate_codegen.cpp17 struct St { struct
19 St() : a(0), b(0) {} in St() argument
20 St(const St &st) : a(st.a + st.b), b(0) {} in St() function
21 ~St() {} in ~St() argument
31 S(const S &s, St t = St()) : f(s.f + t.a) {} in S()
H A Dtarget_teams_distribute_parallel_for_private_codegen.cpp52 struct St { struct
54 St() : a(0), b(0) {} in St() argument
55 St(const St &st) : a(st.a + st.b), b(0) {} in St() argument
56 ~St() {} in ~St() argument
67 S(const S &s, St t = St()) : f(s.f + t.a) {} in S()
H A Dteams_distribute_private_codegen.cpp28 struct St { struct
30 St() : a(0), b(0) {} in St() argument
31 St(const St &st) : a(st.a + st.b), b(0) {} in St() argument
32 ~St() {} in ~St() argument
43 S(const S &s, St t = St()) : f(s.f + t.a) {} in S()
H A Dtarget_teams_distribute_private_codegen.cpp28 struct St { struct
30 St() : a(0), b(0) {} in St() function
31 St(const St &st) : a(st.a + st.b), b(0) {} in St() function
32 ~St() {} in ~St() argument
43 S(const S &s, St t = St()) : f(s.f + t.a) {} in S()
H A Dtarget_teams_distribute_simd_private_codegen.cpp28 struct St { struct
30 St() : a(0), b(0) {} in St() function
31 St(const St &st) : a(st.a + st.b), b(0) {} in St() function
32 ~St() {} in ~St() argument
43 S(const S &s, St t = St()) : f(s.f + t.a) {} in S()
H A Dtarget_teams_distribute_parallel_for_firstprivate_codegen.cpp53 struct St { struct
55 St() : a(0), b(0) {} in St() argument
56 St(const St &st) : a(st.a + st.b), b(0) {} in St() function
57 ~St() {} in ~St() argument
68 S(const S &s, St t = St()) : f(s.f + t.a) {} in S()
H A Dteams_distribute_parallel_for_firstprivate_codegen.cpp28 struct St { struct
30 St() : a(0), b(0) {} in St() function
31 St(const St &st) : a(st.a + st.b), b(0) {} in St() argument
32 ~St() {} in ~St() argument
43 S(const S &s, St t = St()) : f(s.f + t.a) {} in S()
H A Dteams_distribute_firstprivate_codegen.cpp28 struct St { struct
30 St() : a(0), b(0) {} in St() function
31 St(const St &st) : a(st.a + st.b), b(0) {} in St() argument
32 ~St() {} in ~St() argument
43 S(const S &s, St t = St()) : f(s.f + t.a) {} in S()
H A Dtarget_teams_distribute_parallel_for_simd_firstprivate_codegen.cpp53 struct St { struct
55 St() : a(0), b(0) {} in St() argument
56 St(const St &st) : a(st.a + st.b), b(0) {} in St() function
57 ~St() {} in ~St() argument
68 S(const S &s, St t = St()) : f(s.f + t.a) {} in S()
H A Dteams_distribute_parallel_for_private_codegen.cpp28 struct St { struct
30 St() : a(0), b(0) {} in St() argument
31 St(const St &st) : a(st.a + st.b), b(0) {} in St() argument
32 ~St() {} in ~St() argument
43 S(const S &s, St t = St()) : f(s.f + t.a) {} in S()
H A Dtarget_teams_distribute_parallel_for_simd_private_codegen.cpp52 struct St { struct
54 St() : a(0), b(0) {} in St() argument
55 St(const St &st) : a(st.a + st.b), b(0) {} in St() argument
56 ~St() {} in ~St() argument
67 S(const S &s, St t = St()) : f(s.f + t.a) {} in S()
H A Dteams_distribute_simd_private_codegen.cpp28 struct St { struct
30 St() : a(0), b(0) {} in St() argument
31 St(const St &st) : a(st.a + st.b), b(0) {} in St() function
32 ~St() {} in ~St() argument
43 S(const S &s, St t = St()) : f(s.f + t.a) {} in S()
H A Dteams_distribute_simd_firstprivate_codegen.cpp28 struct St { struct
30 St() : a(0), b(0) {} in St() argument
31 St(const St &st) : a(st.a + st.b), b(0) {} in St() function
32 ~St() {} in ~St() argument
43 S(const S &s, St t = St()) : f(s.f + t.a) {} in S()
H A Dteams_distribute_parallel_for_simd_private_codegen.cpp28 struct St { struct
30 St() : a(0), b(0) {} in St() argument
31 St(const St &st) : a(st.a + st.b), b(0) {} in St() argument
32 ~St() {} in ~St() argument
43 S(const S &s, St t = St()) : f(s.f + t.a) {} in S()
H A Dtarget_teams_distribute_simd_firstprivate_codegen.cpp28 struct St { struct
30 St() : a(0), b(0) {} in St() argument
31 St(const St &st) : a(st.a + st.b), b(0) {} in St() function
32 ~St() {} in ~St() argument
43 S(const S &s, St t = St()) : f(s.f + t.a) {} in S()
H A Dfor_firstprivate_codegen.cpp17 struct St { struct
19 St() : a(0), b(0) {} in St() argument
20 St(const St &st) : a(st.a + st.b), b(0) {} in St() argument
21 ~St() {} in ~St() argument
32 S(const S &s, St t = St()) : f(s.f + t.a) {} in S()
H A Dteams_distribute_parallel_for_simd_firstprivate_codegen.cpp28 struct St { struct
30 St() : a(0), b(0) {} in St() argument
31 St(const St &st) : a(st.a + st.b), b(0) {} in St() argument
32 ~St() {} in ~St() argument
43 S(const S &s, St t = St()) : f(s.f + t.a) {} in S()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h487 : CallEvent(E, St, LCtx) {} in AnyFunctionCall()
490 : CallEvent(D, St, LCtx) {} in AnyFunctionCall()
524 : AnyFunctionCall(CE, St, LCtx) {} in SimpleFunctionCall()
561 : CallEvent(CE, St, LCtx) {} in BlockCall()
664 : AnyFunctionCall(CE, St, LCtx) {} in CXXInstanceCall()
667 : AnyFunctionCall(D, St, LCtx) {} in CXXInstanceCall()
812 : CXXInstanceCall(DD, St, LCtx) { in CXXDestructorCall()
849 : AnyFunctionCall(E, St, LCtx) { in AnyCXXConstructorCall()
1005 : AnyFunctionCall(E, St, LCtx) {} in CXXAllocatorCall()
1075 : AnyFunctionCall(E, St, LCtx) {} in CXXDeallocatorCall()
[all …]

123456