| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | function-cognitive-complexity.cpp | 7 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 D | ast-dump-recovery.c | 3 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 D | ast-dump-recovery.cpp | 4 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 D | trivial-unswitch-profmd.ll | 6 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 D | trivial-unswitch-logical-and-or.ll | 6 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 D | options.ll | 5 declare void @some_func() noreturn 21 call void @some_func() noreturn nounwind
|
| H A D | copy-metadata.ll | 20 call void @some_func() 32 declare void @some_func()
|
| H A D | trivial-unswitch-freeze-individual-conditions.ll | 4 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 D | LIV-loop-condtion.ll | 30 call void @some_func() noreturn nounwind 37 declare void @some_func() noreturn
|
| H A D | trivial-unswitch-iteration.ll | 4 declare void @some_func() noreturn 29 call void @some_func() noreturn nounwind
|
| H A D | trivial-unswitch.ll | 4 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 D | other.cpp | 3 extern "C" void some_func(); 8 some_func(); in DoSomething()
|
| H A D | somefunc.c | 4 some_func() in some_func() function
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | block-explicit-return-type.m | 14 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 D | main.cpp | 3 LoadedByParamClass some_func();
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | redefine_extname.cpp | 11 void some_func() { in some_func() function
|
| /llvm-project-15.0.7/llvm/test/MC/WebAssembly/ |
| H A D | debug-byval-struct.ll | 10 ; 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 D | pragma-attribute-namespace.c | 9 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 D | p1.cpp | 49 T some_func(T t) { in some_func() function
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
| H A D | init-variables.cpp | 5 void some_func(int x, double d, bool b, const char *p);
|
| /llvm-project-15.0.7/llvm/test/Transforms/MetaRenamer/ |
| H A D | exclude-names.ll | 44 define void @some_func() {
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopUnroll/ARM/ |
| H A D | loop-unrolling.ll | 176 %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 D | align.ll | 972 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)
|