Home
last modified time | relevance | path

Searched refs:StreamType (Results 1 – 25 of 39) sorted by relevance

12

/external/antlr/runtime/Cpp/include/
Dantlr3recognizersharedstate.inl3 template<class ImplTraits, class StreamType>
4 RecognizerSharedState<ImplTraits, StreamType>::RecognizerSharedState()
24 template<class ImplTraits, class StreamType>
25 …ename RecognizerSharedState<ImplTraits, StreamType>::FollowingType& RecognizerSharedState<ImplTrai…
29 template<class ImplTraits, class StreamType>
30 ANTLR_INLINE ANTLR_UINT32 RecognizerSharedState<ImplTraits, StreamType>::get_sizeHint() const
34 template<class ImplTraits, class StreamType>
35 ANTLR_INLINE bool RecognizerSharedState<ImplTraits, StreamType>::get_error() const
39 template<class ImplTraits, class StreamType>
40 ANTLR_INLINE typename RecognizerSharedState<ImplTraits, StreamType>::ExceptionBaseType*
[all …]
Dantlr3exception.inl3 template<class ImplTraits, class StreamType>
4 ANTLR_ExceptionBase<ImplTraits, StreamType>::ANTLR_ExceptionBase(const StringType& message)
21 template<class ImplTraits, class StreamType>
22 …E typename ANTLR_ExceptionBase<ImplTraits, StreamType>::StringType& ANTLR_ExceptionBase<ImplTraits…
26 template<class ImplTraits, class StreamType>
27 …E typename ANTLR_ExceptionBase<ImplTraits, StreamType>::StringType& ANTLR_ExceptionBase<ImplTraits…
31 template<class ImplTraits, class StreamType>
32 ANTLR_INLINE ANTLR_MARKER ANTLR_ExceptionBase<ImplTraits, StreamType>::get_index() const
36 template<class ImplTraits, class StreamType>
37 …t typename ANTLR_ExceptionBase<ImplTraits, StreamType>::TokenType* ANTLR_ExceptionBase<ImplTraits,…
[all …]
Dantlr3baserecognizer.inl3 template< class ImplTraits, class StreamType >
4 BaseRecognizer<ImplTraits, StreamType>::BaseRecognizer(ANTLR_UINT32 sizeHint,
27 template< class ImplTraits, class StreamType >
28 …LR_INLINE typename BaseRecognizer<ImplTraits, StreamType>::SuperType* BaseRecognizer<ImplTraits, S…
33 template< class ImplTraits, class StreamType >
34 …E typename BaseRecognizer<ImplTraits, StreamType>::RecognizerSharedStateType* BaseRecognizer<ImplT…
38 template< class ImplTraits, class StreamType >
39 …NE typename BaseRecognizer<ImplTraits, StreamType>::DebugEventListenerType* BaseRecognizer<ImplTra…
43 template< class ImplTraits, class StreamType >
44 ANTLR_INLINE void BaseRecognizer<ImplTraits, StreamType>::set_state( RecognizerSharedStateType* sta…
[all …]
Dantlr3traits.hpp26 template<class StreamType>
43 template<class StreamType>
50 template<class StreamType>
60 template<class StreamType>
74 template<class StreamType>
203 template<class StreamType>
206 typename UserTraits<TraitsType>::template RecognizerSharedStateType<StreamType>,
207 RecognizerSharedState<TraitsType, StreamType>,
208 typename UserTraits<TraitsType>::template RecognizerSharedStateType<StreamType>::BaseType
212 template<class StreamType>
[all …]
Dantlr3rewritestreams.hpp64 …typedef typename ImplTraits::template RecognizerType< typename SuperType::StreamType > RecognizerT…
177 typedef typename ComponentType::StreamType StreamType; typedef in RewriteRuleTokenStream
181 typedef typename ImplTraits::template RecognizerType< StreamType > RecognizerType;
204 typedef typename ComponentType::StreamType StreamType; typedef in RewriteRuleSubtreeStream
207 typedef typename ImplTraits::template RecognizerType< StreamType > RecognizerType;
232 typedef typename ComponentType::StreamType StreamType; typedef in RewriteRuleNodeStream
235 typedef typename ImplTraits::template RecognizerType< StreamType > RecognizerType;
Dantlr3exception.hpp53 template<class ImplTraits, class StreamType>
57 typedef typename StreamType::UnitType TokenType;
58 typedef typename StreamType::IntStreamType IntStreamType;
64 typedef typename ImplTraits::template ExceptionBaseType<StreamType> ExceptionBaseType;
185 template<class ImplTraits, ExceptionType Ex, class StreamType>
186 class ANTLR_Exception : public ImplTraits::template ExceptionBaseType<StreamType>
192 typedef typename ImplTraits::template ExceptionBaseType<StreamType> BaseType;
Dantlr3cyclicdfa.hpp52 typedef typename CtxType::StreamType StreamType; typedef in CyclicDFA
54 typedef typename ImplTraits::template RecognizerType<StreamType> RecognizerType;
55 typedef typename StreamType::IntStreamType IntStreamType;
56 typedef typename StreamType::TokenType TokenType;
Dantlr3baserecognizer.hpp46 template< class ImplTraits, class StreamType >
51 typedef typename StreamType::IntStreamType IntStreamType;
52 typedef typename ComponentTypeFinder<ImplTraits, StreamType>::ComponentType SuperType;
53 typedef typename StreamType::UnitType UnitType;
54 typedef typename ImplTraits::template ExceptionBaseType<StreamType> ExceptionBaseType;
58 …typedef typename ImplTraits::template RecognizerSharedStateType<StreamType> RecognizerSharedState…
Dantlr3recognizersharedstate.hpp54 template<class ImplTraits, class StreamType>
59 typedef typename StreamType::UnitType TokenType;
62 typedef typename ComponentTypeFinder<ImplTraits, StreamType>::ComponentType ComponentType;
66 typedef typename ImplTraits::template ExceptionBaseType<StreamType> ExceptionBaseType;
Dantlr3interfaces.hpp107 template<class ImplTraits, ExceptionType Ex, class StreamType>
272 template<class ImplTraits, class StreamType>
Dantlr3parser.inl187 new ANTLR_Exception<ImplTraits, MISMATCHED_TOKEN_EXCEPTION, StreamType>( this->get_rec(), "" );
245 new ANTLR_Exception<ImplTraits, MISMATCHED_TOKEN_EXCEPTION, StreamType>(this, "");
255 new ANTLR_Exception<ImplTraits, UNWANTED_TOKEN_EXCEPTION, StreamType>(this, "");
263 new ANTLR_Exception<ImplTraits, MISSING_TOKEN_EXCEPTION, StreamType>(this, "");
269 new ANTLR_Exception<ImplTraits, MISMATCHED_TOKEN_EXCEPTION, StreamType>(this, "");
Dantlr3treeparser.hpp46 typedef TreeNodeStreamType StreamType; typedef in TreeParser
Dantlr3cyclicdfa.inl197 ANTLR_Exception<ImplTraits, NO_VIABLE_ALT_EXCEPTION, StreamType>* ex
198 …= new ANTLR_Exception<ImplTraits, NO_VIABLE_ALT_EXCEPTION, StreamType>( rec, (const char*)m_descri…
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h383 template <typename Self, typename StreamType>
395 static void print(const SExpr *E, StreamType &SS) { in print()
403 void newline(StreamType &SS) { in newline()
460 void printBlockLabel(StreamType & SS, const BasicBlock *BB, int index) { in printBlockLabel()
474 void printSExpr(const SExpr *E, StreamType &SS, unsigned P, bool Sub=true) {
501 void printNull(StreamType &SS) { in printNull()
505 void printFuture(const Future *E, StreamType &SS) { in printFuture()
509 void printUndefined(const Undefined *E, StreamType &SS) { in printUndefined()
513 void printWildcard(const Wildcard *E, StreamType &SS) { in printWildcard()
518 void printLiteralT(const LiteralT<T> *E, StreamType &SS) { in printLiteralT()
[all …]
/external/swiftshader/src/Device/
DStream.hpp24 enum StreamType ENUM_UNDERLYING_TYPE_UNSIGNED_INT
61 Stream &define(StreamType type, unsigned int count, bool normalized = false) in define()
70 Stream &define(const void *buffer, StreamType type, unsigned int count, bool normalized = false) in define()
99 StreamType type;
/external/swiftshader/src/Renderer/
DStream.hpp24 enum StreamType ENUM_UNDERLYING_TYPE_UNSIGNED_INT
61 Stream &define(StreamType type, unsigned int count, bool normalized = false) in define()
70 Stream &define(const void *buffer, StreamType type, unsigned int count, bool normalized = false) in define()
99 StreamType type;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DBinaryStreamRef.h25 template <class RefType, class StreamType> class BinaryStreamRefBase {
28 explicit BinaryStreamRefBase(StreamType &BorrowedImpl) in BinaryStreamRefBase()
34 BinaryStreamRefBase(std::shared_ptr<StreamType> SharedImpl, uint32_t Offset, in BinaryStreamRefBase()
38 BinaryStreamRefBase(StreamType &BorrowedImpl, uint32_t Offset, in BinaryStreamRefBase()
144 std::shared_ptr<StreamType> SharedImpl;
145 StreamType *BorrowedImpl = nullptr;
/external/gemmlowp/meta/
Dbase.h91 template <typename InType, typename StreamType>
94 static const InType* Offset(const StreamType& params, const InType* source,
97 static int Scratch(const StreamType& params, int lanes);
/external/swiftshader/third_party/subzero/src/
DIceTypes.h149 template <typename StreamType>
150 inline StreamType &operator<<(StreamType &Str, const Type &Ty) {
DIceGlobalInits.h506 template <class StreamType>
507 inline StreamType &operator<<(StreamType &Stream,
513 template <class StreamType>
514 inline StreamType &operator<<(StreamType &Stream,
/external/google-breakpad/src/client/windows/unittests/
Ddump_analysis.h55 template <class StreamType>
56 size_t GetStream(ULONG stream_number, StreamType** stream) const { in GetStream()
/external/swiftshader/tests/fuzzers/
DVertexRoutineFuzzer.cpp166 sw::StreamType type = (sw::StreamType)data[1 + 2 * i + 0]; in LLVMFuzzerTestOneInput()
/external/webrtc/webrtc/video/
Dvie_channel.h54 enum StreamType { enum
120 const StreamType usage,
198 int32_t SetRemoteSSRCType(const StreamType usage, const uint32_t SSRC);
/external/swiftshader/src/OpenGL/libGLES_CM/
DVertexDataManager.h31 sw::StreamType type;
/external/swiftshader/src/OpenGL/libGLESv2/
DVertexDataManager.h31 sw::StreamType type;

12