/external/antlr/runtime/Cpp/include/ |
D | antlr3recognizersharedstate.inl | 3 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 …]
|
D | antlr3exception.inl | 3 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 …]
|
D | antlr3baserecognizer.inl | 3 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 …]
|
D | antlr3traits.hpp | 26 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 …]
|
D | antlr3rewritestreams.hpp | 64 …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;
|
D | antlr3exception.hpp | 53 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;
|
D | antlr3cyclicdfa.hpp | 52 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;
|
D | antlr3baserecognizer.hpp | 46 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…
|
D | antlr3recognizersharedstate.hpp | 54 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;
|
D | antlr3interfaces.hpp | 107 template<class ImplTraits, ExceptionType Ex, class StreamType> 272 template<class ImplTraits, class StreamType>
|
D | antlr3parser.inl | 187 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, "");
|
D | antlr3treeparser.hpp | 46 typedef TreeNodeStreamType StreamType; typedef in TreeParser
|
D | antlr3cyclicdfa.inl | 197 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/ |
D | ThreadSafetyTraverse.h | 383 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/ |
D | Stream.hpp | 24 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/ |
D | Stream.hpp | 24 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/ |
D | BinaryStreamRef.h | 25 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/ |
D | base.h | 91 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/ |
D | IceTypes.h | 149 template <typename StreamType> 150 inline StreamType &operator<<(StreamType &Str, const Type &Ty) {
|
D | IceGlobalInits.h | 506 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/ |
D | dump_analysis.h | 55 template <class StreamType> 56 size_t GetStream(ULONG stream_number, StreamType** stream) const { in GetStream()
|
/external/swiftshader/tests/fuzzers/ |
D | VertexRoutineFuzzer.cpp | 166 sw::StreamType type = (sw::StreamType)data[1 + 2 * i + 0]; in LLVMFuzzerTestOneInput()
|
/external/webrtc/webrtc/video/ |
D | vie_channel.h | 54 enum StreamType { enum 120 const StreamType usage, 198 int32_t SetRemoteSSRCType(const StreamType usage, const uint32_t SSRC);
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | VertexDataManager.h | 31 sw::StreamType type;
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | VertexDataManager.h | 31 sw::StreamType type;
|