Home
last modified time | relevance | path

Searched refs:ANTLR_INLINE (Results 1 – 15 of 15) sorted by relevance

/external/antlr/runtime/Cpp/include/
Dantlr3recognizersharedstate.inl25 ANTLR_INLINE typename RecognizerSharedState<ImplTraits, StreamType>::FollowingType& RecognizerShare…
30 ANTLR_INLINE ANTLR_UINT32 RecognizerSharedState<ImplTraits, StreamType>::get_sizeHint() const
35 ANTLR_INLINE bool RecognizerSharedState<ImplTraits, StreamType>::get_error() const
40 ANTLR_INLINE typename RecognizerSharedState<ImplTraits, StreamType>::ExceptionBaseType*
47 ANTLR_INLINE bool RecognizerSharedState<ImplTraits, StreamType>::get_errorRecovery() const
52 ANTLR_INLINE bool RecognizerSharedState<ImplTraits, StreamType>::get_failed() const
58 ANTLR_INLINE bool RecognizerSharedState<ImplTraits, StreamType>::get_token_present() const
64 ANTLR_INLINE ANTLR_MARKER RecognizerSharedState<ImplTraits, StreamType>::get_lastErrorIndex() const
69 ANTLR_INLINE ANTLR_UINT32 RecognizerSharedState<ImplTraits, StreamType>::get_errorCount() const
74 ANTLR_INLINE ANTLR_INT32 RecognizerSharedState<ImplTraits, StreamType>::get_backtracking() const
[all …]
Dantlr3parser.inl29 ANTLR_INLINE typename Parser<ImplTraits>::TokenStreamType* Parser<ImplTraits>::get_tstream() const
35 ANTLR_INLINE typename Parser<ImplTraits>::IntStreamType* Parser<ImplTraits>::get_istream() const
41 ANTLR_INLINE typename Parser<ImplTraits>::IntStreamType* Parser<ImplTraits>::get_parser_istream() c…
47 ANTLR_INLINE typename Parser<ImplTraits>::TokenStreamType* Parser<ImplTraits>::get_input() const
166 ANTLR_INLINE void Parser<ImplTraits>::setTokenStream(TokenStreamType* tstream)
173 ANTLR_INLINE typename Parser<ImplTraits>::TokenStreamType* Parser<ImplTraits>::getTokenStream()
179 ANTLR_INLINE typename Parser<ImplTraits>::RecognizerType* Parser<ImplTraits>::get_rec()
185 ANTLR_INLINE void Parser<ImplTraits>::exConstruct()
275 ANTLR_INLINE const typename Parser<ImplTraits>::RecognizerType* Parser<ImplTraits>::get_recognizer(…
281 ANTLR_INLINE typename Parser<ImplTraits>::RecognizerSharedStateType* Parser<ImplTraits>::get_psrsta…
[all …]
Dantlr3commontoken.inl78 ANTLR_INLINE bool CommonToken<ImplTraits>::operator<( const CommonToken& ctoken ) const
98 ANTLR_INLINE typename CommonToken<ImplTraits>::InputStreamType* CommonToken<ImplTraits>::get_input(…
104 ANTLR_INLINE ANTLR_MARKER CommonToken<ImplTraits>::get_index() const
110 ANTLR_INLINE void CommonToken<ImplTraits>::set_index( ANTLR_MARKER index )
147 ANTLR_INLINE void CommonToken<ImplTraits>::set_tokText( const StringType& text )
153 ANTLR_INLINE void CommonToken<ImplTraits>::setText(ANTLR_UINT8* text)
162 ANTLR_INLINE void CommonToken<ImplTraits>::setText(const char* text)
171 ANTLR_INLINE ANTLR_UINT32 CommonToken<ImplTraits>::get_type() const
177 ANTLR_INLINE ANTLR_UINT32 CommonToken<ImplTraits>::getType() const
183 ANTLR_INLINE void CommonToken<ImplTraits>::set_type(ANTLR_UINT32 ttype)
[all …]
Dantlr3input.inl123 ANTLR_INLINE const typename InputStream<ImplTraits>::DataType* InputStream<ImplTraits>::get_data() …
128 ANTLR_INLINE bool InputStream<ImplTraits>::get_isAllocated() const
133 ANTLR_INLINE const typename InputStream<ImplTraits>::DataType* InputStream<ImplTraits>::get_nextCha…
138 ANTLR_INLINE ANTLR_UINT32 InputStream<ImplTraits>::get_sizeBuf() const
143 ANTLR_INLINE ANTLR_UINT32 InputStream<ImplTraits>::get_line() const
148 ANTLR_INLINE const typename InputStream<ImplTraits>::DataType* InputStream<ImplTraits>::get_current…
153 ANTLR_INLINE ANTLR_INT32 InputStream<ImplTraits>::get_charPositionInLine() const
158 ANTLR_INLINE ANTLR_UINT32 InputStream<ImplTraits>::get_markDepth() const
163 ANTLR_INLINE typename InputStream<ImplTraits>::MarkersType& InputStream<ImplTraits>::get_markers()
168 ANTLR_INLINE const typename InputStream<ImplTraits>::StringType& InputStream<ImplTraits>::get_fileN…
[all …]
Dantlr3memory.hpp113 ANTLR_INLINE static void* operator new (std::size_t bytes) in operator new()
118 ANTLR_INLINE static void* operator new (std::size_t , void* p) { return p; } in operator new()
119 ANTLR_INLINE static void* operator new[]( std::size_t bytes) in operator new[]()
124 ANTLR_INLINE static void operator delete(void* p) in operator delete()
128 ANTLR_INLINE static void operator delete(void* , void* ) {} //placement delete in operator delete()
130 ANTLR_INLINE static void operator delete[](void* p) in operator delete[]()
135 ANTLR_INLINE static void* alloc( std::size_t bytes ) in alloc()
143 ANTLR_INLINE static void* alloc0( std::size_t bytes ) in alloc0()
151 ANTLR_INLINE static void free( void* p ) in free()
156 ANTLR_INLINE static void* realloc(void *ptr, size_t size) in realloc()
Dantlr3exception.inl22 ANTLR_INLINE typename ANTLR_ExceptionBase<ImplTraits, StreamType>::StringType& ANTLR_ExceptionBase<…
27 ANTLR_INLINE typename ANTLR_ExceptionBase<ImplTraits, StreamType>::StringType& ANTLR_ExceptionBase<…
32 ANTLR_INLINE ANTLR_MARKER ANTLR_ExceptionBase<ImplTraits, StreamType>::get_index() const
37 ANTLR_INLINE const typename ANTLR_ExceptionBase<ImplTraits, StreamType>::TokenType* ANTLR_Exception…
42 ANTLR_INLINE typename ANTLR_ExceptionBase<ImplTraits, StreamType>::ExceptionBaseType* ANTLR_Excepti…
47 ANTLR_INLINE ANTLR_UINT32 ANTLR_ExceptionBase<ImplTraits, StreamType>::get_expecting() const
52 ANTLR_INLINE typename ANTLR_ExceptionBase<ImplTraits, StreamType>::BitsetListType* ANTLR_ExceptionB…
57 ANTLR_INLINE typename ANTLR_ExceptionBase<ImplTraits, StreamType>::TokenType* ANTLR_ExceptionBase<I…
62 ANTLR_INLINE ANTLR_UCHAR ANTLR_ExceptionBase<ImplTraits, StreamType>::get_c() const
67 ANTLR_INLINE ANTLR_UINT32 ANTLR_ExceptionBase<ImplTraits, StreamType>::get_line() const
[all …]
Dantlr3lexer.inl398 ANTLR_INLINE const typename Lexer<ImplTraits>::RecognizerType* Lexer<ImplTraits>::get_rec() const
404 ANTLR_INLINE const typename Lexer<ImplTraits>::RecognizerType* Lexer<ImplTraits>::get_recognizer() …
410 ANTLR_INLINE typename Lexer<ImplTraits>::RecognizerSharedStateType* Lexer<ImplTraits>::get_lexstate…
416 ANTLR_INLINE void Lexer<ImplTraits>::set_lexstate( RecognizerSharedStateType* lexstate )
422 ANTLR_INLINE const typename Lexer<ImplTraits>::TokenSourceType* Lexer<ImplTraits>::get_tokSource() …
428 ANTLR_INLINE typename Lexer<ImplTraits>::CommonTokenType* Lexer<ImplTraits>::get_ltoken() const
434 ANTLR_INLINE void Lexer<ImplTraits>::set_ltoken( const CommonTokenType* ltoken )
440 ANTLR_INLINE bool Lexer<ImplTraits>::hasFailed() const
446 ANTLR_INLINE ANTLR_INT32 Lexer<ImplTraits>::get_backtracking() const
452 ANTLR_INLINE void Lexer<ImplTraits>::inc_backtracking()
[all …]
Dantlr3bitset.inl4 ANTLR_INLINE BitsetList<ImplTraits>::BitsetList()
11 ANTLR_INLINE BitsetList<ImplTraits>::BitsetList( ANTLR_BITWORD* bits, ANTLR_UINT32 length )
18 ANTLR_INLINE ANTLR_BITWORD* BitsetList<ImplTraits>::get_bits() const
24 ANTLR_INLINE ANTLR_UINT32 BitsetList<ImplTraits>::get_length() const
30 ANTLR_INLINE void BitsetList<ImplTraits>::set_bits( ANTLR_BITWORD* bits )
36 ANTLR_INLINE void BitsetList<ImplTraits>::set_length( ANTLR_UINT32 length )
120 ANTLR_INLINE Bitset<ImplTraits>* Bitset<ImplTraits>::clone() const
214 ANTLR_INLINE void Bitset<ImplTraits>::add(ANTLR_INT32 bit)
318 ANTLR_INLINE ANTLR_UINT32 Bitset<ImplTraits>::numBits() const
324 ANTLR_INLINE typename ImplTraits::BitsetListType& Bitset<ImplTraits>::get_blist()
[all …]
Dantlr3collections.inl4 ANTLR_INLINE TrieEntry<ImplTraits, DataType>::TrieEntry(const DataType& data, TrieEntry* next)
10 ANTLR_INLINE DataType& TrieEntry<ImplTraits, DataType>::get_data()
15 ANTLR_INLINE const DataType& TrieEntry<ImplTraits, DataType>::get_data() const
20 ANTLR_INLINE TrieEntry<ImplTraits, DataType>* TrieEntry<ImplTraits, DataType>::get_next() const
26 ANTLR_INLINE void TrieEntry<ImplTraits, DataType>::set_next( TrieEntry* next )
32 ANTLR_INLINE ANTLR_UINT32 IntTrieNode<ImplTraits, DataType>::get_bitNum() const
37 ANTLR_INLINE ANTLR_INTKEY IntTrieNode<ImplTraits, DataType>::get_key() const
42 ANTLR_INLINE typename IntTrieNode<ImplTraits, DataType>::BucketsType* IntTrieNode<ImplTraits, DataT…
47 ANTLR_INLINE IntTrieNode<ImplTraits, DataType>* IntTrieNode<ImplTraits, DataType>::get_leftN() const
52 ANTLR_INLINE IntTrieNode<ImplTraits, DataType>* IntTrieNode<ImplTraits, DataType>::get_rightN() con…
[all …]
Dantlr3defs.hpp194 #define ANTLR_INLINE __inline macro
272 #define ANTLR_INLINE inline macro
Dantlr3.inl4 ANTLR_INLINE void GenericStream::displayRecognitionError( const StringType& str )
Dantlr3tokenstream.inl11 ANTLR_INLINE typename TokenSource<ImplTraits>::CommonTokenType& TokenSource<ImplTraits>::get_eofTok…
17 ANTLR_INLINE const typename TokenSource<ImplTraits>::TokenType& TokenSource<ImplTraits>::get_eofTok…
23 ANTLR_INLINE typename TokenSource<ImplTraits>::CommonTokenType& TokenSource<ImplTraits>::get_skipTo…
29 ANTLR_INLINE typename TokenSource<ImplTraits>::StringType& TokenSource<ImplTraits>::get_fileName()
35 ANTLR_INLINE void TokenSource<ImplTraits>::set_fileName( const StringType& fileName )
325 ANTLR_INLINE ANTLR_INT32 CommonTokenStream<ImplTraits>::get_p() const
331 ANTLR_INLINE void CommonTokenStream<ImplTraits>::set_p( ANTLR_INT32 p )
337 ANTLR_INLINE void CommonTokenStream<ImplTraits>::inc_p()
343 ANTLR_INLINE void CommonTokenStream<ImplTraits>::dec_p()
349 ANTLR_INLINE ANTLR_MARKER CommonTokenStream<ImplTraits>::index_impl()
Dantlr3baserecognizer.inl28 ANTLR_INLINE typename BaseRecognizer<ImplTraits, StreamType>::SuperType* BaseRecognizer<ImplTraits,…
34 ANTLR_INLINE typename BaseRecognizer<ImplTraits, StreamType>::RecognizerSharedStateType* BaseRecogn…
39 ANTLR_INLINE typename BaseRecognizer<ImplTraits, StreamType>::DebugEventListenerType* BaseRecognize…
44 ANTLR_INLINE void BaseRecognizer<ImplTraits, StreamType>::set_state( RecognizerSharedStateType* sta…
49 ANTLR_INLINE void BaseRecognizer<ImplTraits, StreamType>::set_debugger( DebugEventListenerType* deb…
Dantlr3intstream.inl4 ANTLR_INLINE IntStream<ImplTraits, SuperType>::IntStream()
11 ANTLR_INLINE typename IntStream<ImplTraits, SuperType>::StringType IntStream<ImplTraits, SuperType>…
17 ANTLR_INLINE typename IntStream<ImplTraits, SuperType>::StringType& IntStream<ImplTraits, SuperTyp…
23 ANTLR_INLINE const typename IntStream<ImplTraits, SuperType>::StringType& IntStream<ImplTraits, Su…
29 ANTLR_INLINE ANTLR_MARKER IntStream<ImplTraits, SuperType>::get_lastMarker() const
35 ANTLR_INLINE void IntStream<ImplTraits, SuperType>::setUcaseLA(bool flag)
41 ANTLR_INLINE SuperType* IntStream<ImplTraits, SuperType>::get_super()
Dantlr3commontreeadaptor.inl4 ANTLR_INLINE CommonTreeAdaptor<ImplTraits>::CommonTreeAdaptor(DebuggerType*)