xref: /Universal-ctags/Units/parser-cxx.r/variables-in-control-statements.d/expected.tags (revision 7021663a245b3620bc6621bbaa94c1b06406656d)
1f01	input.cpp	/^	for(int f01=0;f01<10;f01++)$/;"	l	function:test	typeref:typename:int	file:
2f02	input.cpp	/^	for(int f02 = getUShort(), * f03 = getPointer();f03 < (getPointer() + 10);f03++)$/;"	l	function:test	typeref:typename:int	file:
3f03	input.cpp	/^	for(int f02 = getUShort(), * f03 = getPointer();f03 < (getPointer() + 10);f03++)$/;"	l	function:test	typeref:typename:int *	file:
4f04	input.cpp	/^	for(int f04=0,f05=5,f06=10;f04<10;f04++)$/;"	l	function:test	typeref:typename:int	file:
5f05	input.cpp	/^	for(int f04=0,f05=5,f06=10;f04<10;f04++)$/;"	l	function:test	typeref:typename:int	file:
6f06	input.cpp	/^	for(int f04=0,f05=5,f06=10;f04<10;f04++)$/;"	l	function:test	typeref:typename:int	file:
7f07	input.cpp	/^	for(std::string f07 = "test";;)$/;"	l	function:test	typeref:typename:std::string	file:
8f09	input.cpp	/^	for(std::unique_ptr<int> f09 = 0;;)$/;"	l	function:test	typeref:typename:std::unique_ptr<int>	file:
9f10	input.cpp	/^	for(std::unique_ptr<int> f10(getPointer());;)$/;"	l	function:test	typeref:typename:std::unique_ptr<int>	file:
10f11	input.cpp	/^	for(std::pair<int,int> f11;;)$/;"	l	function:test	typeref:typename:std::pair<int,int>	file:
11i01	input.cpp	/^	if(int i01 = 10 + 20)$/;"	l	function:test	typeref:typename:int	file:
12i02	input.cpp	/^	if(INT * i02 = 0)$/;"	l	function:test	typeref:typename:INT *	file:
13i03	input.cpp	/^	if(INT & i03 = n01)$/;"	l	function:test	typeref:typename:INT &	file:
14w01	input.cpp	/^	while(unsigned short int w01 = getUShort())$/;"	l	function:test	typeref:typename:unsigned short int	file:
15