| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | braces-around-statements.cpp | 3 void do_something(const char *) {} in do_something() function 26 do_something("if1"); in test() 31 do_something("if2"); in test() 55 do_something("if"); in test() 62 do_something("else"); in test() 66 do_something("if"); in test() 70 do_something("else"); in test() 74 do_something("for"); in test() 114 do_something("while"); in test() 128 do_something("do1"); in test() [all …]
|
| H A D | braces-around-statements-same-line.cpp | 3 void do_something(const char *) {} in do_something() function 10 if (cond("if1") /*comment*/) do_something("same-line"); in test() 13 do_something("single-line"); in test() 20 do_something("three" in test() 28 do_something("many" in test()
|
| H A D | braces-around-statements-few-lines.cpp | 3 void do_something(const char *) {} in do_something() function 10 if (cond("if1") /*comment*/) do_something("same-line"); in test() 13 do_something("single-line"); in test() 17 do_something("three" in test() 22 do_something("many" in test()
|
| H A D | braces-around-statements-single-line.cpp | 3 void do_something(const char *) {} in do_something() function 10 if (cond("if1") /*comment*/) do_something("same-line"); in test() 13 do_something("single-line"); in test() 17 do_something("three" in test() 25 do_something("many" in test()
|
| H A D | braces-around-statements-format.cpp | 3 void do_something(const char *) {} in do_something() function 10 if (cond("if0") /*comment*/) do_something("same-line"); in test()
|
| /llvm-project-15.0.7/flang/test/Lower/ |
| H A D | procedure-declarations.f90 | 33 call do_something(i) 56 call do_something(i) 72 call do_something(i) 87 call do_something(i) 110 call do_something(i)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | aix-crspill.ll | 10 %call = call signext i32 @do_something(i32 %i) 17 %call = call signext i32 @do_something(i32 %i) 21 declare signext i32 @do_something(i32 signext) 32 ; 64BIT: bl .do_something 50 ; 32BIT: bl .do_something
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimpleLoopUnswitch/ |
| H A D | LIV-loop-condtion.ll | 18 %var3 = phi i32 [%var1, %entry], [%var2, %do_something] 21 br i1 %cond.and, label %do_something, label %loop_exit 26 ; CHECK-NEXT: br i1 %[[COND_AND]], label %do_something, label %loop_exit 28 do_something:
|
| H A D | trivial-unswitch.ll | 38 do_something: 41 ; CHECK: do_something: 83 i32 0, label %do_something 90 do_something: 93 ; CHECK: do_something: 478 do_something: 524 do_something: 570 do_something: 631 do_something: 666 do_something: [all …]
|
| H A D | options.ll | 18 br i1 %cond2, label %do_something, label %loop_exit ; second trivial condition 20 do_something:
|
| H A D | trivial-unswitch-iteration.ll | 26 br i1 %maybe_cond, label %do_something, label %loop_exit ; second trivial condition 28 do_something:
|
| H A D | trivial-unswitch-logical-and-or.ll | 165 ; CHECK: do_something: 187 br i1 %cond_or6, label %loop_exit, label %do_something 189 do_something: 220 ; CHECK: do_something: 242 br i1 %cond_or6, label %loop_exit, label %do_something 244 do_something:
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | cxx20-partition-redeclarations.cpp | 20 export void do_something(); 34 void do_something() { in do_something() function
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AVR/ |
| H A D | lower-formal-args-struct-return.ll | 12 declare i8 @do_something(i8 %val) 17 %1 = call zeroext i8 @do_something(i8 zeroext %0)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | sdag-no-typesize-warnings-regandsizes.ll | 7 ; CHECK-LABEL: do_something: 8 define <vscale x 2 x double> @do_something(<vscale x 2 x double> %vx) {
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | gep-can-replace-gep-idx-with-zero-typesize.ll | 13 declare void @do_something(<vscale x 4 x i32> %x) 18 call void @do_something(<vscale x 4 x i32> %tmp)
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/MIR/Mips/ |
| H A D | last-inst-bundled.mir | 5 #extern void do_something(char *,int); 15 # do_something(string,argument); 46 call void @do_something(i8* undef, i32 signext %argument), !dbg !28 60 declare void @do_something(i8*, i32 signext) local_unnamed_addr 180 …JAL @do_something, csr_o32, implicit-def dead $ra, implicit undef $a0, implicit $a1, implicit-def …
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | branch-clone.rst | 14 do_something(x, y); 17 do_something(x, y); 28 do_something(x, y);
|
| /llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/ |
| H A D | returned.ll | 54 ; CHECK-NEXT: {{^}} call $drop=, do_something, $0, $1, $2{{$}} 57 declare i32 @do_something(i32 returned, i32, double) 61 %call = call i32 @do_something(i32 %a, i32 %b, double %c)
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | test-after-div-zero.c | 108 void do_something(int x); 111 do_something(x); in nok_callfunc()
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | declare_simd_aarch64_fix.c | 20 void do_something(int *a, double *b, unsigned N) { in do_something() function
|
| H A D | declare_simd_aarch64_sve.c | 42 void do_something() { in do_something() function
|
| H A D | aarch64_vfabi_NarrowestDataSize.c | 74 void do_something() { in do_something() function
|
| /llvm-project-15.0.7/clang/test/Analysis/diagnostics/Inputs/include/ |
| H A D | report-issues-within-main-file.h | 16 void do_something (int in) { in do_something() function
|
| /llvm-project-15.0.7/clang/test/Analysis/diagnostics/ |
| H A D | report-issues-within-main-file.cpp | 43 do_something(i); in mainPlustHeaderCallAndReturnPlusMain()
|