Lines Matching refs:string
281 value.YY_MOVE_OR_COPY< std::string > (YY_MOVE (that.value)); in stack_symbol_type()
374 value.move< std::string > (YY_MOVE (that.value)); in stack_symbol_type()
467 value.copy< std::string > (that.value); in operator =()
559 value.move< std::string > (that.value); in operator =()
1042 yylhs.value.emplace< std::string > (); in parse()
1074 … yystack_[0].value.as < std::string > ())) { std::stringstream msg; msg << "program " << yystack_[… in parse()
1094 …string of = yystack_[1].value.as < std::string > (); if (of.empty()) of = output_format::default_n… in parse()
1154 ….lang_opt").add_lang_opt(yystack_[3].value.as < std::string > (), yystack_[2].value.as < std::stri… in parse()
1158 …opt(yystack_[3].value.as < std::string > (), yystack_[2].value.as < std::string > (), yystack_[0].… in parse()
1162 …opt(yystack_[3].value.as < std::string > (), yystack_[2].value.as < std::string > (), yystack_[0].… in parse()
1206 …ngstream msg; msg << "unknown directive " << yystack_[0].value.as < std::string > (); throw syntax… in parse()
1214 …d::shared_ptr<resolvable>(new name_ref(yylhs.location, yystack_[0].value.as < std::string > ())); } in parse()
1722 …) = std::shared_ptr<symbol>(new symbol(yylhs.location, yystack_[0].value.as < std::string > ())); } in parse()
1726 …d::shared_ptr<symbol>(new symbol(yylhs.location, yystack_[0].value.as < std::string > (), true)); } in parse()
1730 …d::shared_ptr<symbol>(new symbol(yylhs.location, yystack_[0].value.as < std::string > (), true)); } in parse()
1766 std::string msg = yysyntax_error_ (yyctx); in parse()
1917 std::string
1922 std::string yyr; in yytnamerr_()
1952 std::string
2177 std::string
2203 std::string yyres; in yysyntax_error_()
2544 void yy::parser::error(const location_type& l, const std::string& m) in error()
2551 std::string line; in error()