Searched defs:constant_init (Results 1 – 5 of 5) sorted by relevance
67 struct constant_init struct69 union {73 constexpr constant_init() : cat() { } in constant_init() argument74 ~constant_init() { /* do nothing, union member is not destroyed */ } in ~constant_init()
75 struct constant_init struct77 union {81 constexpr constant_init() : cat() { } in constant_init() function82 ~constant_init() { /* do nothing, union member is not destroyed */ } in ~constant_init()
49 struct constant_init struct51 union {55 constexpr constant_init() : obj() { } in constant_init() argument57 ~constant_init() { /* do nothing, union member is not destroyed */ } in ~constant_init()
82 struct constant_init struct84 union {88 constexpr constant_init() : obj() { } in constant_init() function91 explicit constexpr constant_init(U arg) : obj(arg) { } in constant_init() function93 ~constant_init() { /* do nothing, union member is not destroyed */ } in ~constant_init()
78 struct constant_init struct80 union {84 constexpr constant_init() : obj() { } in constant_init() function87 explicit constexpr constant_init(U arg) : obj(arg) { } in constant_init() argument89 ~constant_init() { /* do nothing, union member is not destroyed */ } in ~constant_init()