HomeSort by relevance Sort by last modified time
    Searched refs:INTTYPE (Results 1 - 8 of 8) sorted by null

  /external/antlr/runtime/ObjC/Framework/examples/treeparser/
LangLexer.h 26 #define INTTYPE 8
LangDumpDecl.h 35 #define INTTYPE 8
LangParser.h 35 #define INTTYPE 8
LangDumpDecl.m 87 @"DECL", @"FLOATTYPE", @"ID", @"INT", @"INTTYPE", @"WS", @"';'", nil] retain]];
183 * /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/treeparser/LangDumpDecl.g:13:1: type : INTTYPE ;
195 // /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/treeparser/LangDumpDecl.g:13:6: ( INTTYPE ) // ruleBlockSingleAlt
196 // /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/treeparser/LangDumpDecl.g:13:8: INTTYPE // alt
199 [self match:input TokenType:INTTYPE Follow:FOLLOW_INTTYPE_in_type81];
LangLexer.m 100 // $ANTLR start "INTTYPE"
109 NSInteger _type = INTTYPE;
134 /* $ANTLR end "INTTYPE" */
353 // /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/treeparser/Lang.g:1:8: ( T__10 | INTTYPE | FLOATTYPE | ID | INT | WS ) //ruleblock
497 // /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/treeparser/Lang.g:1:16: INTTYPE // alt
LangParser.m 184 @"DECL", @"FLOATTYPE", @"ID", @"INT", @"INTTYPE", @"WS", @"';'", nil] retain]];
429 * /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/treeparser/Lang.g:14:1: type : ( INTTYPE | FLOATTYPE );
450 // /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/treeparser/Lang.g:14:6: ( INTTYPE | FLOATTYPE ) // ruleBlockSingleAlt
461 if ([input LA:1] == FLOATTYPE||[input LA:1] == INTTYPE) {
  /external/harfbuzz_ng/src/
hb-cff-interp-common.hh 265 template <typename INTTYPE, int minVal, int maxVal>
277 INTTYPE *ip = c->allocate_size<INTTYPE> (INTTYPE::static_size);
hb-ot-cff-common.hh 365 template <typename INTTYPE, int minVal, int maxVal>
369 if (/*unlikely*/ (!serialize_int<INTTYPE, minVal, maxVal> (c, intOp, value)))

Completed in 406 milliseconds