Home
last modified time | relevance | path

Searched refs:INTTYPE (Results 1 – 12 of 12) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
DLangDumpDecl.m93 @"DECL", @"FLOATTYPE", @"ID", @"INT", @"INTTYPE", @"WS", @"';'", nil] retain]];
189 * LangDumpDecl.g:13:1: type : INTTYPE ;
197 // LangDumpDecl.g:13:6: ( INTTYPE ) // ruleBlockSingleAlt
198 // LangDumpDecl.g:13:8: INTTYPE // alt
200 [self match:input TokenType:INTTYPE Follow:FOLLOW_INTTYPE_in_type81];
DLang.g14 type : INTTYPE // automatic tree construction builds a node for this rule
18 INTTYPE : 'int' ;
DLangLexer.m98 // $ANTLR start "INTTYPE"
106 NSInteger _type = INTTYPE;
129 /* $ANTLR end "INTTYPE" */
341 // Lang.g:1:8: ( T__10 | INTTYPE | FLOATTYPE | ID | INT | WS ) //ruleblock
483 // Lang.g:1:16: INTTYPE // alt
DLangParser.m195 @"DECL", @"FLOATTYPE", @"ID", @"INT", @"INTTYPE", @"WS", @"';'", nil] retain]];
443 * Lang.g:14:1: type : ( INTTYPE | FLOATTYPE );
463 // Lang.g:14:6: ( INTTYPE | FLOATTYPE ) // ruleBlockSingleAlt
473 if ([input LA:1] == FLOATTYPE||[input LA:1] == INTTYPE) {
DLang.tokens6 INTTYPE=8
DLangDumpDecl.tokens6 INTTYPE=8
DLangDumpDecl.g13 type : INTTYPE ;
DLangLexer.h26 #define INTTYPE 8 macro
DLangDumpDecl.h35 #define INTTYPE 8 macro
DLangParser.h35 #define INTTYPE 8 macro
/external/swiftshader/third_party/LLVM/utils/
Dllvm.grm45 INTTYPE ::= "i" ^ EUINT64VAL ;
69 IntType ::= INTTYPE;
193 PrimType ::= INTTYPE | float | double | "ppc_fp128" | fp128 | "x86_fp80"
358 | br INTTYPE ValueRef ^ "," label ValueRef ^ "," label ValueRef
411 | malloc Types ^ "," INTTYPE ValueRef OptCAlign
413 | alloca Types ^ "," INTTYPE ValueRef OptCAlign
/external/llvm/utils/
Dllvm.grm45 INTTYPE ::= "i" ^ EUINT64VAL ;
69 IntType ::= INTTYPE;
194 PrimType ::= INTTYPE | float | double | "ppc_fp128" | fp128 | "x86_fp80"
359 | br INTTYPE ValueRef ^ "," label ValueRef ^ "," label ValueRef
412 | malloc Types ^ "," INTTYPE ValueRef OptCAlign
414 | alloca Types ^ "," INTTYPE ValueRef OptCAlign