Lines Matching defs:Large
17 struct __attribute__((trivial_abi)) Large {
20 Large();
21 ~Large();
22 Large(const Large &) noexcept;
23 Large &operator=(const Large &);
151 void testParamLarge(Large a) noexcept {
159 Large testReturnLarge() {
160 Large t;
175 Large t;
259 void calleeExceptionLarge(Large, Large);
262 calleeExceptionLarge(Large(), Large());