Searched refs:return_five_int (Results 1 – 3 of 3) sorted by relevance
/external/llvm/test/DebugInfo/AArch64/ |
D | struct_by_value.ll | 23 ; return_five_int (struct five f) 34 define i32 @return_five_int(%struct.five* %f) #0 !dbg !4 { 54 !4 = distinct !DISubprogram(name: "return_five_int", line: 13, isLocal: false, isDefinition: true, …
|
/external/llvm-project/llvm/test/DebugInfo/AArch64/ |
D | struct_by_value.ll | 24 ; return_five_int (struct five f) 35 define i32 @return_five_int(%struct.five* %f) #0 !dbg !4 { 55 !4 = distinct !DISubprogram(name: "return_five_int", line: 13, isLocal: false, isDefinition: true, …
|
/external/llvm-project/lldb/test/API/functionalities/return-value/ |
D | call-func.cpp | 113 return_five_int (struct five_int value) in return_five_int() function 535 return_five_int ((struct five_int) {10, 20, 30, 40, 50}); in main()
|