Home
last modified time | relevance | path

Searched refs:Tident (Results 1 – 25 of 139) sorted by relevance

123456

/dports/lang/ocaml/ocaml-4.05.0/lex/
H A Dparser.mly50 %token <string> Tident
63 %nonassoc Tident Tchar Tstring Tunderscore Teof Tlbracket Tlparen
86 named_regexps Tlet Tident Tequal regexp
102 Tident arguments Tequal Tparse entry
104 | Tident arguments Tequal Tparse_shortest entry
109 Tident arguments { $1::$2 }
160 | Tident
184 Tident {$1}
/dports/lang/ocaml-nox11/ocaml-4.05.0/lex/
H A Dparser.mly50 %token <string> Tident
63 %nonassoc Tident Tchar Tstring Tunderscore Teof Tlbracket Tlparen
86 named_regexps Tlet Tident Tequal regexp
102 Tident arguments Tequal Tparse entry
104 | Tident arguments Tequal Tparse_shortest entry
109 Tident arguments { $1::$2 }
160 | Tident
184 Tident {$1}
/dports/java/jflex/jflex-1.8.1/examples/cup-interpreter/src/main/java/
H A DTparlist.java15 Tident ident;
17 public Tparlist(Tparlist p, Tident i) { in Tparlist()
22 public Tparlist(Tident i) { in Tparlist()
H A DTident.java11 class Tident extends Texp implements AST { class
14 public Tident(String s) { in Tident() method in Tident
H A DTdekl.java17 Tident ident; //
23 public Tdekl(Tident i, Tparlist p, Texp e) { in Tdekl()
H A DTfun.java16 Tident ident; // name of the function
19 public Tfun(Tident i, Texplist e) { in Tfun()
/dports/lang/mosml/mosml-ver-2.10.1/src/lex/
H A DGrammar.grm11 %token <string> Tident
59 Tlet Tident Tequal regexp
70 Tident Tequal entry
96 | Tident
/dports/textproc/bibtex2html/bibtex2html-1.99/
H A Dbibtex_parser.mly43 %token <string> Tident Tstring Tcomment
69 | Tabbrev Tident Tequal sharp_string_list Trbrace
94 Tident { String.lowercase_ascii $1 }
104 Tident
H A Dbibtex_lexer.mll94 Tident (Lexing.lexeme lexbuf)
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/tool-lexyacc/
H A Dgrammar.mly8 %token <string> Tident
43 Tident Tequal entry
H A Dmain.ml78 Tident s -> prerr_string "Tident "; prerr_string s
H A Dscanner.mll23 | s -> Tident s }
H A Dinput38 | s -> Tident s }
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/tool-lexyacc/
H A Dgrammar.mly8 %token <string> Tident
43 Tident Tequal entry
H A Dmain.ml78 Tident s -> prerr_string "Tident "; prerr_string s
H A Dscanner.mll23 | s -> Tident s }
H A Dinput38 | s -> Tident s }
/dports/java/jflex/jflex-1.8.1/examples/cup-interpreter/src/main/cup/
H A Dparser.cup26 non terminal Tident ident;
96 {: RESULT = new Tident(n); :}
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dastenums.d169 Tident, enumerator
224 alias Tident = TY.Tident; variable
H A Dastcodegen.d63 alias Tident = dmd.mtype.Tident; member
H A Ddtemplate.d1498 if (fparam.type.ty != Tident) in deduceFunctionTemplateMatch()
1592 assert(prmtype.ty == Tident); in deduceFunctionTemplateMatch()
2094 case Tident: in deduceFunctionTemplateMatch()
3164 if (tparam.ty == Tident) in templateParameterLookup()
3523 if (tparam.ty == Tident) in visit()
3545 assert(tparam.ty != Tident); in visit()
3919 if (fparam.type.ty != Tident) in visit()
4009 if (tparam && tparam.ty == Tident) in visit()
4233 else if (e1 && t2 && t2.ty == Tident) in visit()
4253 else if (s1 && t2 && t2.ty == Tident) in visit()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Ddtemplate.c1153 if (fparam->type->ty != Tident) in deduceFunctionTemplateMatch()
1249 assert(prmtype->ty == Tident); in deduceFunctionTemplateMatch()
1744 case Tident: in deduceFunctionTemplateMatch()
2784 if (tparam->ty == Tident) in templateParameterLookup()
3106 if (tparam->ty == Tident) in deduceType()
3128 assert(tparam->ty != Tident); in deduceType()
3496 if (fparam->type->ty != Tident) in deduceType()
3584 if (tparam && tparam->ty == Tident) in deduceType()
3792 else if (e1 && t2 && t2->ty == Tident) in deduceType()
4374 if (p->type->ty == Tident && in deduceType()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Ddtemplate.c1153 if (fparam->type->ty != Tident) in deduceFunctionTemplateMatch()
1249 assert(prmtype->ty == Tident); in deduceFunctionTemplateMatch()
1744 case Tident: in deduceFunctionTemplateMatch()
2784 if (tparam->ty == Tident) in templateParameterLookup()
3106 if (tparam->ty == Tident) in deduceType()
3128 assert(tparam->ty != Tident); in deduceType()
3496 if (fparam->type->ty != Tident) in deduceType()
3584 if (tparam && tparam->ty == Tident) in deduceType()
3792 else if (e1 && t2 && t2->ty == Tident) in deduceType()
4374 if (p->type->ty == Tident && in deduceType()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Ddtemplate.c1153 if (fparam->type->ty != Tident) in deduceFunctionTemplateMatch()
1249 assert(prmtype->ty == Tident); in deduceFunctionTemplateMatch()
1744 case Tident: in deduceFunctionTemplateMatch()
2784 if (tparam->ty == Tident) in templateParameterLookup()
3106 if (tparam->ty == Tident) in deduceType()
3128 assert(tparam->ty != Tident); in deduceType()
3496 if (fparam->type->ty != Tident) in deduceType()
3584 if (tparam && tparam->ty == Tident) in deduceType()
3792 else if (e1 && t2 && t2->ty == Tident) in deduceType()
4374 if (p->type->ty == Tident && in deduceType()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Ddtemplate.c1238 if (fparam->type->ty != Tident) in deduceFunctionTemplateMatch()
1334 assert(prmtype->ty == Tident); in deduceFunctionTemplateMatch()
1826 case Tident: in deduceFunctionTemplateMatch()
2855 if (tparam->ty == Tident) in templateParameterLookup()
3177 if (tparam->ty == Tident) in deduceType()
3199 assert(tparam->ty != Tident); in deduceType()
3567 if (fparam->type->ty != Tident) in deduceType()
3655 if (tparam && tparam->ty == Tident) in deduceType()
3863 else if (e1 && t2 && t2->ty == Tident) in deduceType()
3883 else if (s1 && t2 && t2->ty == Tident) in deduceType()
[all …]

123456