/llvm-project/llvm/test/tools/dsymutil/X86/ |
H A D | thinlto.test | 6 void function2() 12 void function2(); 16 function2();
|
/llvm-project/lld/test/COFF/ |
H A D | arm64-import2.test | 39 # IMPORTS: Symbol: function2 (0) 56 SymbolName: function2 83 - Name: function2
|
/llvm-project/llvm/test/CodeGen/ARM/ |
H A D | fp-arg-shuffle.ll | 27 ; CHECK-NEXT: b function2 29 %call = tail call double @function2(double %f, double %e, double %d, double %c, double %b, double %a) nounwind 33 declare double @function2(double, double, double, double, double, double)
|
/llvm-project/llvm/test/Transforms/IROutliner/ |
H A D | illegal-allocas.ll | 23 define void @function2() { 24 ; CHECK-LABEL: @function2(
|
H A D | illegal-phi-nodes.ll | 29 define void @function2(ptr %a, ptr %b) { 30 ; CHECK-LABEL: @function2(
|
H A D | illegal-frozen.ll | 29 define void @function2(ptr %a, ptr %b) { 30 ; CHECK-LABEL: @function2(
|
H A D | illegal-branches.ll | 30 define void @function2() { 31 ; CHECK-LABEL: @function2(
|
H A D | phi-nodes-simple.ll | 19 define void @function2(ptr %a, ptr %b) { 36 ; CHECK-LABEL: @function2(
|
H A D | illegal-memset.ll | 26 define i64 @function2(i64 %x, i64 %z, i64 %n) { 27 ; CHECK-LABEL: @function2(
|
H A D | illegal-callbr.ll | 37 define i32 @function2(i32 %a, i32 %b) { 38 ; CHECK-LABEL: @function2(
|
H A D | legal-debug.ll | 28 define void @function2() !dbg !27 { 85 !27 = distinct !DISubprogram(name: "function2", linkageName: "function2", scope: null, file: !1, li… 115 ; CHECK-LABEL: @function2(
|
H A D | illegal-indirect-calls.ll | 35 define void @function2(ptr %func) { 36 ; CHECK-LABEL: @function2(
|
H A D | illegal-cleanup.ll | 37 define void @function2() personality i8 3 { 38 ; CHECK-LABEL: @function2(
|
H A D | outline-memset.ll | 18 define i64 @function2(i64 %x, i64 %z, i64 %n) { 34 ; CHECK-LABEL: @function2(
|
H A D | illegal-invoke.ll | 38 define void @function2() personality i8 3 { 39 ; CHECK-LABEL: @function2(
|
H A D | illegal-landingpad.ll | 38 define void @function2() personality i8 3 { 39 ; CHECK-LABEL: @function2(
|
H A D | phi-nodes-non-constant.ll | 24 define void @function2(ptr %a, ptr %b) { 48 ; CHECK-LABEL: @function2(
|
H A D | outlining-gep.ll | 28 define void @function2(ptr %s, i64 %t) { 29 ; CHECK-LABEL: @function2(
|
H A D | illegal-catchpad.ll | 41 define void @function2() personality i8 3 { 42 ; CHECK-LABEL: @function2(
|
H A D | outlining-call-and-indirect.ll | 24 define void @function2() { 47 ; CHECK-LABEL: @function2(
|
/llvm-project/clang/test/Analysis/scan-build/Inputs/multidirectory_project/directory2/ |
H A D | file2.c | 1 void function2(int *o) { in function2() function
|
/llvm-project/lld/test/COFF/Inputs/ |
H A D | library2.def | 3 function2
|
/llvm-project/flang/test/Examples/ |
H A D | print-fns-calls.f90 | 14 fn2 = function2()
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | branch-clone-unknown-expr.cpp | 7 …function2(unknown_expression_3); // CHECK-MESSAGES: :[[@LINE]]:15: error: use of undeclared identi… in test_unknown_expression()
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | debug-info-enum-metadata-collision.cpp | 18 void function2() { in function2() function
|