/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3treeparser.c | 196 return tns->_LT(tns, 1); 222 current = tns->_LT(tns, 1); 227 current = tns->_LT(tns, -1); 232 current = tns->_LT(tns, i--);
|
antlr3commontreenodestream.c | 56 static pANTLR3_BASE_TREE _LT (pANTLR3_TREE_NODE_STREAM tns, ANTLR3_INT32 k); 197 stream->tnstream->_LT = _LT; 339 stream->tnstream->_LT = _LT; 572 /// This is analogous to the _LT() method of the TokenStream, but this 577 _LT (pANTLR3_TREE_NODE_STREAM tns, ANTLR3_INT32 k) 640 t = tns->_LT(tns, i);
|
antlr3tokenstream.c | 222 stream->tstream->_LT = dbgTokLT; 300 stream->tstream->_LT = tokLT; 338 ts->_LT = dbgTokLT; 635 t = ts->_LT(ts, 1); // Current token from stream 807 tok = ts->_LT(ts, i);
|
antlr3baserecognizer.c | 347 ex->token = cts->tstream->_LT (cts->tstream, 1); /* Current input token */ 364 ex->token = tns->_LT (tns, 1); /* Current input tree node */ [all...] |
antlr3inputstream.c | 165 input->_LT = antlr38BitLT; // Same as _LA for 8 bit file [all...] |
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3input.h | 158 void * (*_LT) (struct ANTLR3_INPUT_STREAM_struct * input, ANTLR3_INT32 lt);
|
antlr3commontreenodestream.h | 78 pANTLR3_BASE_TREE (*_LT) (struct ANTLR3_TREE_NODE_STREAM_struct * tns, ANTLR3_INT32 k);
|
antlr3tokenstream.h | 130 pANTLR3_COMMON_TOKEN (*_LT) (struct ANTLR3_TOKEN_STREAM_struct * tokenStream, ANTLR3_INT32 k);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/ |
multiway_merge.h | 470 * This merging variant uses a LoserTree class as selected by <tt>_LT</tt>. 472 * Stability is selected through the used LoserTree class <tt>_LT</tt>. 485 template<typename _LT, 509 _LT __lt(__k, __comp); 554 * Merging is done using the LoserTree class <tt>_LT</tt>. 569 template<typename _LT, 596 _LT __lt(__k, __sentinel, __comp); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/ |
multiway_merge.h | 470 * This merging variant uses a LoserTree class as selected by <tt>_LT</tt>. 472 * Stability is selected through the used LoserTree class <tt>_LT</tt>. 485 template<typename _LT, 509 _LT __lt(__k, __comp); 554 * Merging is done using the LoserTree class <tt>_LT</tt>. 569 template<typename _LT, 596 _LT __lt(__k, __sentinel, __comp); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
multiway_merge.h | 470 * This merging variant uses a LoserTree class as selected by <tt>_LT</tt>. 472 * Stability is selected through the used LoserTree class <tt>_LT</tt>. 485 template<typename _LT, 509 _LT __lt(__k, __comp); 554 * Merging is done using the LoserTree class <tt>_LT</tt>. 569 template<typename _LT, 596 _LT __lt(__k, __sentinel, __comp); [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
multiway_merge.h | 470 * This merging variant uses a LoserTree class as selected by <tt>_LT</tt>. 472 * Stability is selected through the used LoserTree class <tt>_LT</tt>. 485 template<typename _LT, 509 _LT __lt(__k, __comp); 554 * Merging is done using the LoserTree class <tt>_LT</tt>. 569 template<typename _LT, 596 _LT __lt(__k, __sentinel, __comp); [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
C.stg | 392 #define LT(n) INPUT->_LT(INPUT, n) 465 #define LT(n) INPUT->tnstream->_LT(INPUT->tnstream, n) [all...] |