Searched defs:rvalue_loc (Results 1 – 1 of 1) sorted by relevance
249 struct rvalue_loc { struct253 rvalue_loc() = default; argument255 rvalue_loc(const rvalue &v, const yy::location &l) : value(v), location(l) {} in rvalue_loc() function