Home
last modified time | relevance | path

Searched refs:do_something (Results 1 – 25 of 38) sorted by relevance

12

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dbraces-around-statements.cpp3 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 Dbraces-around-statements-same-line.cpp3 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 Dbraces-around-statements-few-lines.cpp3 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 Dbraces-around-statements-single-line.cpp3 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 Dbraces-around-statements-format.cpp3 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 Dprocedure-declarations.f9033 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 Daix-crspill.ll10 %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 DLIV-loop-condtion.ll18 %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 Dtrivial-unswitch.ll38 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 Doptions.ll18 br i1 %cond2, label %do_something, label %loop_exit ; second trivial condition
20 do_something:
H A Dtrivial-unswitch-iteration.ll26 br i1 %maybe_cond, label %do_something, label %loop_exit ; second trivial condition
28 do_something:
H A Dtrivial-unswitch-logical-and-or.ll165 ; 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 Dcxx20-partition-redeclarations.cpp20 export void do_something();
34 void do_something() { in do_something() function
/llvm-project-15.0.7/llvm/test/CodeGen/AVR/
H A Dlower-formal-args-struct-return.ll12 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 Dsdag-no-typesize-warnings-regandsizes.ll7 ; 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 Dgep-can-replace-gep-idx-with-zero-typesize.ll13 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 Dlast-inst-bundled.mir5 #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 Dbranch-clone.rst14 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 Dreturned.ll54 ; 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 Dtest-after-div-zero.c108 void do_something(int x);
111 do_something(x); in nok_callfunc()
/llvm-project-15.0.7/clang/test/OpenMP/
H A Ddeclare_simd_aarch64_fix.c20 void do_something(int *a, double *b, unsigned N) { in do_something() function
H A Ddeclare_simd_aarch64_sve.c42 void do_something() { in do_something() function
H A Daarch64_vfabi_NarrowestDataSize.c74 void do_something() { in do_something() function
/llvm-project-15.0.7/clang/test/Analysis/diagnostics/Inputs/include/
H A Dreport-issues-within-main-file.h16 void do_something (int in) { in do_something() function
/llvm-project-15.0.7/clang/test/Analysis/diagnostics/
H A Dreport-issues-within-main-file.cpp43 do_something(i); in mainPlustHeaderCallAndReturnPlusMain()

12