Searched refs:StreamType (Results 1 – 4 of 4) sorted by relevance
/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/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/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/ |
D | CPP.stg | 114 template\<typename StreamType, typename TokenType, typename TokenBuilder> 115 class <name> : public antlr3::Lexer\<StreamType,TokenType,TokenBuilder> { 117 typedef typename StreamType::position_type position_type; 118 typedef typename StreamType::char_type char_type; 138 <name>(StreamType* input) 139 : antlr3::Lexer\<StreamType,TokenType,TokenBuilder>(input) 284 <name>(StreamType* input) 285 : <superClass>\<StreamType,TokenType>(input) 524 StreamType& input(this->getInput()); 553 StreamType& input(this->getInput()); [all …]
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 941 ULONG32 StreamType; member
|