Searched refs:ValueOrConstStorage (Results 1 – 1 of 1) sorted by relevance
67 union ValueOrConstStorage { union68 explicit ValueOrConstStorage(Value v) : value(v) {} in ValueOrConstStorage() function69 explicit ValueOrConstStorage(size_t c) : constant(c) {} in ValueOrConstStorage() function