Home
last modified time | relevance | path

Searched refs:catchloc (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dparse.c5697 Loc catchloc = token.loc; in parseStatement() local
5713 c = new Catch(catchloc, t, id, handler); in parseStatement()
H A Dparse.d6376 const catchloc = token.loc; variable
6394 c = new AST.Catch(catchloc, t, id, handler);
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dparse.c5697 Loc catchloc = token.loc; in parseStatement() local
5713 c = new Catch(catchloc, t, id, handler); in parseStatement()