Home
last modified time | relevance | path

Searched refs:TOKfilefullpath (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.h166 TOKfilefullpath, enumerator
H A Dtokens.c325 { "__FILE_FULL_PATH__", TOKfilefullpath },
H A Dparse.c2883 case TOKfilefullpath: in parseTemplateSingleArgument()
4658 token.value == TOKfilefullpath || in parseDefaultInitExp()
4670 else if (token.value == TOKfilefullpath) in parseDefaultInitExp()
4671 e = new FileInitExp(token.loc, TOKfilefullpath); in parseDefaultInitExp()
4982 case TOKfilefullpath: in parseStatement()
6057 case TOKfilefullpath: in isBasicType()
6820 case TOKfilefullpath: in parsePrimaryExp()
7497 case TOKfilefullpath: in parseUnaryExp()
8025 precedence[TOKfilefullpath] = PREC_primary; in PrecedenceInitializer()
H A Dexpression.c6682 if (subop == TOKfilefullpath) in resolveLoc()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtokens.c325 { "__FILE_FULL_PATH__", TOKfilefullpath },
H A Dparse.c2883 case TOKfilefullpath: in parseTemplateSingleArgument()
4658 token.value == TOKfilefullpath || in parseDefaultInitExp()
4670 else if (token.value == TOKfilefullpath) in parseDefaultInitExp()
4671 e = new FileInitExp(token.loc, TOKfilefullpath); in parseDefaultInitExp()
4982 case TOKfilefullpath: in parseStatement()
6057 case TOKfilefullpath: in isBasicType()
6820 case TOKfilefullpath: in parsePrimaryExp()
7497 case TOKfilefullpath: in parseUnaryExp()
8025 precedence[TOKfilefullpath] = PREC_primary; in PrecedenceInitializer()
H A Dexpression.c6682 if (subop == TOKfilefullpath) in resolveLoc()