Home
last modified time | relevance | path

Searched refs:some_func (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dfunction-cognitive-complexity.cpp7 int some_func(int x = 0);
28 some_func(); in unittest_false()
38 int i = some_func(); in unittest_false()
309 if(1 && some_func(1 && 1)) { in unittest_b1_09_01()
314 if(1 && some_func(1 || 1)) { in unittest_b1_09_01()
319 if(1 || some_func(1 || 1)) { in unittest_b1_09_01()
324 if(1 || some_func(1 && 1)) { in unittest_b1_09_01()
330 if(1 && some_func(1 && 1) && 1) { in unittest_b1_09_01()
335 if(1 && some_func(1 || 1) && 1) { in unittest_b1_09_01()
340 if(1 || some_func(1 || 1) && 1) { in unittest_b1_09_01()
[all …]
/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-recovery.c3 int some_func(int);
8 int unmatch_arg_call = some_func();
45 ptr = some_func(); // should not crash in test2()
52 compoundOp += some_func(); in test2()
58 some_func() || 1; in test2()
64 1, some_func(); in test2()
69 some_func(), 1; in test2()
84 (float)some_func(); in test2()
H A Dast-dump-recovery.cpp4 int some_func(int *);
11 int invalid_call = some_func(123);
19 some_func(undef1, undef2+1); in test_invalid_call()
26 s = some_func(undef1); in test_invalid_call()
32 int var = some_func(undef1); in test_invalid_call()
246 auto b = some_func(invalid()); in InitializerForAuto()
/llvm-project-15.0.7/llvm/test/Transforms/SimpleLoopUnswitch/
H A Dtrivial-unswitch-profmd.ll6 declare void @some_func()
24 ; CHECK-NEXT: call void @some_func()
53 call void @some_func()
57 call void @some_func()
61 call void @some_func()
124 call void @some_func()
128 call void @some_func()
132 call void @some_func()
200 call void @some_func()
204 call void @some_func()
[all …]
H A Dtrivial-unswitch-logical-and-or.ll6 declare void @some_func()
17 ; CHECK-NEXT: call void @some_func()
31 call void @some_func()
50 ; CHECK-NEXT: call void @some_func()
66 call void @some_func()
85 ; CHECK-NEXT: call void @some_func()
101 call void @some_func()
118 ; CHECK-NEXT: call void @some_func()
132 call void @some_func()
190 call void @some_func() noreturn nounwind
[all …]
H A Doptions.ll5 declare void @some_func() noreturn
21 call void @some_func() noreturn nounwind
H A Dcopy-metadata.ll20 call void @some_func()
32 declare void @some_func()
H A Dtrivial-unswitch-freeze-individual-conditions.ll4 declare void @some_func()
21 ; CHECK-NEXT: call void @some_func()
38 call void @some_func()
59 ; CHECK-NEXT: call void @some_func()
76 call void @some_func()
97 ; CHECK-NEXT: call void @some_func()
114 call void @some_func()
H A DLIV-loop-condtion.ll30 call void @some_func() noreturn nounwind
37 declare void @some_func() noreturn
H A Dtrivial-unswitch-iteration.ll4 declare void @some_func() noreturn
29 call void @some_func() noreturn nounwind
H A Dtrivial-unswitch.ll4 declare void @some_func() noreturn
39 call void @some_func() noreturn nounwind
91 call void @some_func() noreturn nounwind
147 call void @some_func() noreturn nounwind
154 call void @some_func() noreturn nounwind
161 call void @some_func() noreturn nounwind
206 call void @some_func() noreturn nounwind
250 call void @some_func() noreturn nounwind
297 call void @some_func() noreturn nounwind
353 call void @some_func() noreturn nounwind
[all …]
/llvm-project-15.0.7/lldb/test/API/commands/frame/language/
H A Dother.cpp3 extern "C" void some_func();
8 some_func(); in DoSomething()
H A Dsomefunc.c4 some_func() in some_func() function
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dblock-explicit-return-type.m14 void some_func (NSView * (^) (id)); function
49 some_func(^ NSView * (id whatever) { return [some_object some_method_that_returns_id]; });
/llvm-project-15.0.7/lldb/test/API/commands/expression/completion-crash-invalid-iterator/
H A Dmain.cpp3 LoadedByParamClass some_func();
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dredefine_extname.cpp11 void some_func() { in some_func() function
/llvm-project-15.0.7/llvm/test/MC/WebAssembly/
H A Ddebug-byval-struct.ll10 ; int some_func(int x, u some_union, s some_struct, int a[3]) {
23 define hidden i32 @some_func(i32 %x, %union.u* byval(%union.u) align 4 %some_union, %struct.s* byva…
64 !7 = distinct !DISubprogram(name: "some_func", scope: !1, file: !1, line: 11, type: !8, scopeLine: …
/llvm-project-15.0.7/clang/test/Sema/
H A Dpragma-attribute-namespace.c9 int some_func(void); // expected-note{{when applied to this declaration}}
/llvm-project-15.0.7/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.deprecated/
H A Dp1.cpp49 T some_func(T t) { in some_func() function
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dinit-variables.cpp5 void some_func(int x, double d, bool b, const char *p);
/llvm-project-15.0.7/llvm/test/Transforms/MetaRenamer/
H A Dexclude-names.ll44 define void @some_func() {
/llvm-project-15.0.7/llvm/test/Transforms/LoopUnroll/ARM/
H A Dloop-unrolling.ll176 %call = tail call arm_aapcs_vfpcc i32 @some_func(i32 %0, i32 %1) #3
227 declare arm_aapcs_vfpcc i32 @some_func(i32, i32) local_unnamed_addr #2
/llvm-project-15.0.7/llvm/test/Transforms/Attributor/
H A Dalign.ll972 declare i8* @some_func(i8*)
976 ; CHECK-NEXT: [[UNKNOWN:%.*]] = call i8* @some_func(i8* align 2048 [[ARG]])
980 %unknown = call i8* @some_func(i8* %arg)