Home
last modified time | relevance | path

Searched refs:one_int (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dcrash-GH76228.cpp11 struct one_int { struct
14 struct bar : one_int, incomplete {}; argument
/llvm-project/lldb/test/API/functionalities/return-value/
H A Dcall-func.cpp53 struct one_int struct
58 struct one_int argument
59 return_one_int (struct one_int value) in return_one_int()
531 return_one_int ((struct one_int) {10}); in main()
/llvm-project/clang/test/CodeGen/
H A Dvoidptr-vaarg.c54 // CHECK-LABEL: @one_int(
67 one_int_t one_int(__builtin_va_list list) { in one_int() function