/llvm-project/clang/test/CodeGen/ |
H A D | asan-use-after-return.cpp | 23 int *function1() { in function1() function 31 auto px = function1(); in main()
|
H A D | vla.c | 67 void function1(short width, int data[][width][width]) {} in function1() function 70 // CHECK: call void @function1(i16 noundef signext 1, ptr noundef {{.*}}) in test1() 71 function1(1, bork); in test1()
|
/llvm-project/llvm/test/CodeGen/PowerPC/ |
H A D | p10-splatImm32-undef.ll | 19 define hidden void @function1() { 20 ; CHECK-LINUX-LABEL: function1: 33 ; CHECK-LINUX-BE-LABEL: function1: 47 ; CHECK-AIX-LABEL: function1: 59 ; CHECK-LINUX-32-LABEL: function1: 73 ; CHECK-AIX-32-LABEL: function1:
|
/llvm-project/llvm/test/CodeGen/Mips/micromips-sizereduction/ |
H A D | micromips-lwsp-swsp.ll | 4 define i32 @function1(ptr %f) { 6 ; CHECK-LABEL: function1:
|
/llvm-project/llvm/test/CodeGen/ARM/ |
H A D | fp-arg-shuffle.ll | 4 ; CHECK: function1 5 define double @function1(double %a, double %b, double %c, double %d, double %e, double %f) nounwind noinline ssp { 6 ; CHECK-LABEL: function1:
|
/llvm-project/llvm/test/Transforms/IROutliner/ |
H A D | illegal-allocas.ll | 7 define void @function1() { 8 ; CHECK-LABEL: @function1(
|
H A D | opt-remarks.ll | 75 ; YAML-NEXT: Function: function1 103 ; YAML-NEXT: Function: function1 117 ; YAML-NEXT: Function: function1 159 ; YAML-NEXT: Function: function1 187 ; YAML-NEXT: Function: function1 215 ; YAML-NEXT: Function: function1 229 ; YAML-NEXT: Function: function1 271 ; YAML-NEXT: Function: function1 285 ; YAML-NEXT: Function: function1 325 define void @function1() #0 {
|
H A D | illegal-phi-nodes.ll | 7 define void @function1(ptr %a, ptr %b) { 8 ; CHECK-LABEL: @function1(
|
H A D | illegal-frozen.ll | 7 define void @function1(ptr %a, ptr %b) { 8 ; CHECK-LABEL: @function1(
|
H A D | illegal-branches.ll | 7 define void @function1() { 8 ; CHECK-LABEL: @function1(
|
H A D | phi-nodes-simple.ll | 7 define void @function1(ptr %a, ptr %b) { 30 ; CHECK-LABEL: @function1(
|
H A D | illegal-memset.ll | 9 define i64 @function1(i64 %x, i64 %z, i64 %n) { 10 ; CHECK-LABEL: @function1(
|
H A D | illegal-callbr.ll | 8 define i32 @function1(i32 %a, i32 %b) { 9 ; CHECK-LABEL: @function1(
|
H A D | legal-debug.ll | 8 define void @function1() !dbg !6 { 64 !6 = distinct !DISubprogram(name: "function1", linkageName: "function1", scope: null, file: !1, lin… 103 ; CHECK-LABEL: @function1(
|
H A D | illegal-indirect-calls.ll | 10 define void @function1(ptr %func) { 11 ; CHECK-LABEL: @function1(
|
H A D | illegal-cleanup.ll | 10 define void @function1() personality i8 3 { 11 ; CHECK-LABEL: @function1(
|
H A D | outline-memset.ll | 8 define i64 @function1(i64 %x, i64 %z, i64 %n) { 27 ; CHECK-LABEL: @function1(
|
H A D | illegal-invoke.ll | 10 define void @function1() personality i8 3 { 11 ; CHECK-LABEL: @function1(
|
H A D | illegal-landingpad.ll | 10 define void @function1() personality i8 3 { 11 ; CHECK-LABEL: @function1(
|
H A D | phi-nodes-non-constant.ll | 6 define void @function1(ptr %a, ptr %b) { 41 ; CHECK-LABEL: @function1(
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-attr.cpp | 68 void function1(void *) { in function1() function 69 int TestFunction __attribute__((cleanup(function1))); in function1()
|
/llvm-project/flang/test/Examples/ |
H A D | print-fns-calls.f90 | 13 fn1 = function1()
|
/llvm-project/clang/test/Analysis/scan-build/Inputs/multidirectory_project/directory1/ |
H A D | file1.c | 5 void function1(int *p) { in function1() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | branch-clone-unknown-expr.cpp | 5 …function1(unknown_expression_2); // CHECK-MESSAGES: :[[@LINE]]:15: error: use of undeclared identi… in test_unknown_expression()
|
/llvm-project/flang/test/Semantics/OpenMP/ |
H A D | simd01.f90 | 18 call function1()
|