| /src/external/gpl3/binutils/dist/gprofng/src/ |
| QLParser.yy | 24 // For "api.parser.class" 47 static QL::Parser::symbol_type yylex (QL::Result &result); 63 throw Parser::syntax_error ("Name not found"); 70 // in Bison 3.3, use %define api.parser.class {Parser} instead parser_class_name 71 %define parser_class_name {Parser} 201 static Parser::symbol_type 202 unget_ret (std::istream &in, char c, Parser::symbol_type tok) 208 static Parser::symbol_type 218 return Parser::make_YYEOF () [all...] |
| QLParser.tab.cc | 1 // A Bison parser, made by GNU Bison 3.8.2. 21 // part or all of the Bison parser skeleton and distribute that work 23 // parser generator using the skeleton or a modified version thereof 24 // as a parser skeleton. Alternatively, if you modify or redistribute 25 // the parser skeleton itself, you may (at your option) remove this 58 static QL::Parser::symbol_type yylex (QL::Result &result); 74 throw Parser::syntax_error ("Name not found"); 154 /// Build a parser object. 155 Parser::Parser (QL::Result &result_yyarg [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| QLParser.yy | 24 // For "api.parser.class" 47 static QL::Parser::symbol_type yylex (QL::Result &result); 63 throw Parser::syntax_error ("Name not found"); 70 // in Bison 3.3, use %define api.parser.class {Parser} instead parser_class_name 71 %define parser_class_name {Parser} 201 static Parser::symbol_type 202 unget_ret (std::istream &in, char c, Parser::symbol_type tok) 208 static Parser::symbol_type 218 return Parser::make_YYEOF () [all...] |
| QLParser.tab.cc | 1 // A Bison parser, made by GNU Bison 3.8.2. 21 // part or all of the Bison parser skeleton and distribute that work 23 // parser generator using the skeleton or a modified version thereof 24 // as a parser skeleton. Alternatively, if you modify or redistribute 25 // the parser skeleton itself, you may (at your option) remove this 58 static QL::Parser::symbol_type yylex (QL::Result &result); 74 throw Parser::syntax_error ("Name not found"); 154 /// Build a parser object. 155 Parser::Parser (QL::Result &result_yyarg [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/AsmParser/ |
| AVRAsmParser.cpp | 34 #define DEBUG_TYPE "avr-asm-parser" 42 MCAsmParser &Parser; 90 AVRAsmParser(const MCSubtargetInfo &STI, MCAsmParser &Parser, 92 : MCTargetAsmParser(Options, STI, MII), STI(STI), Parser(Parser) { 93 MCAsmParserExtension::Initialize(Parser); 99 MCAsmParser &getParser() const { return Parser; } 100 MCAsmLexer &getLexer() const { return Parser.getLexer(); } 336 StringRef Name = Parser.getTok().getString(); 366 if (Parser.getTok().is(AsmToken::Identifier)) [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
| RAIIObjectsForParser.h | 1 //===--- RAIIObjectsForParser.h - RAII helpers for the parser ---*- C++ -*-===// 10 // by the parser to manage bits in recursion. 18 #include "clang/Parse/Parser.h" 52 SuppressAccessChecks(Parser &P, bool activate = true) 101 ParsingDeclRAIIObject(Parser &P, NoParent_t _) 107 ParsingDeclRAIIObject(Parser &P, 116 ParsingDeclRAIIObject(Parser &P, ParsingDeclRAIIObject *other) 179 ParsingDeclSpec(Parser &P) 182 ParsingDeclSpec(Parser &P, ParsingDeclRAIIObject *RAII) 204 ParsingDeclarator(Parser &P, const ParsingDeclSpec &DS, DeclaratorContext C [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/ |
| MCAsmParserUtils.h | 1 //===- llvm/MC/MCAsmParserUtils.h - Asm Parser Utilities --------*- C++ -*-===// 26 MCAsmParser &Parser, MCSymbol *&Symbol,
|
| /src/external/apache2/llvm/dist/llvm/include/llvm-c/ |
| Remarks.h | 233 * Creates a remark parser that can be used to parse the buffer located in \p 247 * Creates a remark parser that can be used to parse the buffer located in \p 269 * If the parser reaches the end of the buffer, the return value will be `NULL`. 290 * LLVMRemarkParserRef Parser = LLVMRemarkParserCreateYAML(Buf, Size); 292 * while ((Remark = LLVMRemarkParserGetNext(Parser))) { 296 * bool HasError = LLVMRemarkParserHasError(Parser); 297 * LLVMRemarkParserDispose(Parser); 302 extern LLVMRemarkEntryRef LLVMRemarkParserGetNext(LLVMRemarkParserRef Parser); 305 * Returns `1` if the parser encountered an error while parsing the buffer. 309 extern LLVMBool LLVMRemarkParserHasError(LLVMRemarkParserRef Parser); [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/ |
| AMDKernelCodeTUtils.h | 30 bool parseAmdKernelCodeField(StringRef ID, MCAsmParser &Parser,
|
| /src/external/apache2/llvm/lib/libLLVMAsmParser/ |
| Makefile | 11 Parser.cpp
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| CommentParser.h | 1 //===--- CommentParser.h - Doxygen comment parser ---------------*- C++ -*-===// 9 // This file defines the Doxygen comment parser. 28 /// Doxygen comment parser. 29 class Parser { 30 Parser(const Parser &) = delete; 31 void operator=(const Parser &) = delete; 88 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/ |
| CodeRegionGenerator.cpp | 126 std::unique_ptr<MCAsmParser> Parser( 128 MCAsmLexer &Lexer = Parser->getLexer(); 135 TheTarget.createMCAsmParser(STI, *Parser, MCII, Opts)); 140 Parser->setTargetParser(*TAP); 141 Parser->Run(false); 145 AssemblerDialect = Parser->getAssemblerDialect();
|
| /src/external/apache2/llvm/dist/llvm/lib/Remarks/ |
| BitstreamRemarkParser.cpp | 10 // parser for remark diagnostics in LLVM. 40 /// Parse a record and fill in the fields in the parser. 41 static Error parseRecord(BitstreamMetaParserHelper &Parser, unsigned Code) { 42 BitstreamCursor &Stream = Parser.Stream; 55 Parser.ContainerVersion = Record[0]; 56 Parser.ContainerType = Record[1]; 62 Parser.RemarkVersion = Record[0]; 68 Parser.StrTabBuf = Blob; 74 Parser.ExternalFilePath = Blob; 87 /// Parse a record and fill in the fields in the parser [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Interpreter/ |
| IncrementalParser.h | 35 class Parser; 47 /// Parser. 48 std::unique_ptr<Parser> P;
|
| /src/external/ibm-public/postfix/dist/mantools/ |
| get_anchors.pl | 11 use HTML::Parser; 30 $p = HTML::Parser->new(api_version => 3);
|
| /src/external/apache2/llvm/lib/libclangASTMatchersDynamic/ |
| Makefile | 11 Parser.cpp \
|
| /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
| MCAsmParserExtension.cpp | 1 //===- MCAsmParserExtension.cpp - Asm Parser Hooks ------------------------===// 19 void MCAsmParserExtension::Initialize(MCAsmParser &Parser) { 20 this->Parser = &Parser;
|
| WasmAsmParser.cpp | 1 //===- WasmAsmParser.cpp - Wasm Assembly Parser -----------------------------===// 35 MCAsmParser *Parser = nullptr; 50 Parser = &P; 51 Lexer = &Parser->getLexer(); 53 this->MCAsmParserExtension::Initialize(*Parser); 71 return Parser->Error(Tok.getLoc(), Msg + Tok.getString()); 123 } else if (Parser->parseIdentifier(GroupName)) { 129 if (Parser->parseIdentifier(Linkage)) 139 if (Parser->parseIdentifier(Name)) 187 Parser->Error(loc, "changed section flags for " + Name [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Parse/ |
| ParseAST.cpp | 19 #include "clang/Parse/Parser.h" 48 /// If a crash happens while the parser is active, an entry is printed for it. 50 const Parser &P; 52 PrettyStackTraceParserEntry(const Parser &p) : P(p) {} 56 /// If a crash happens while the parser is active, print out a line indicating 61 OS << "<eof> parser at end of file\n"; 66 OS << "<unknown> parser at unknown location\n"; 82 OS << ": unknown current parser token\n"; 85 OS << ": current parser token '" << StringRef(Spelling, Length) << "'\n"; 131 std::unique_ptr<Parser> ParseOP [all...] |
| ParseCXXInlineMethods.cpp | 13 #include "clang/Parse/Parser.h" 24 NamedDecl *Parser::ParseCXXInlineMethodDef( 184 void Parser::ParseCXXNonStaticMemberInitializer(Decl *VarD) { 221 Parser::LateParsedDeclaration::~LateParsedDeclaration() {} 222 void Parser::LateParsedDeclaration::ParseLexedMethodDeclarations() {} 223 void Parser::LateParsedDeclaration::ParseLexedMemberInitializers() {} 224 void Parser::LateParsedDeclaration::ParseLexedMethodDefs() {} 225 void Parser::LateParsedDeclaration::ParseLexedAttributes() {} 226 void Parser::LateParsedDeclaration::ParseLexedPragmas() {} 228 Parser::LateParsedClass::LateParsedClass(Parser *P, ParsingClass *C [all...] |
| ParseTentative.cpp | 9 // This file implements the tentative parsing portions of the Parser 14 #include "clang/Parse/Parser.h" 49 bool Parser::isCXXDeclarationStatement() { 88 bool Parser::isCXXSimpleDeclaration(bool AllowForRangeDecl) { 154 Parser::TPResult Parser::TryConsumeDeclarationSpecifier() { 226 Parser::TPResult Parser::TryParseSimpleDeclaration(bool AllowForRangeDecl) { 279 Parser::TPResult Parser::TryParseInitDeclaratorList() [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/ |
| WebAssemblyAsmParser.cpp | 38 #define DEBUG_TYPE "wasm-asm-parser" 195 MCAsmParser &Parser; 203 // syntactical enforcement. This class is a callback from the actual parser, 234 WebAssemblyAsmParser(const MCSubtargetInfo &STI, MCAsmParser &Parser, 236 : MCTargetAsmParser(Options, STI, MII), Parser(Parser), 237 Lexer(Parser.getLexer()) { 241 void Initialize(MCAsmParser &Parser) override { 242 MCAsmParserExtension::Initialize(Parser); 265 return Parser.Error(Tok.getLoc(), Msg + Tok.getString()) [all...] |
| /src/external/apache2/llvm/lib/libclangParse/ |
| Makefile | 23 Parser.cpp
|
| /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
| Parser.cpp | 1 //===- Parser.cpp - Matcher expression parser -----------------------------===// 10 /// Recursive parser implementation for the matcher expression grammar. 14 #include "clang/ASTMatchers/Dynamic/Parser.h" 36 /// Simple structure to hold information for one token from the parser. 37 struct Parser::TokenInfo { 65 const char* const Parser::TokenInfo::ID_Bind = "bind"; 66 const char *const Parser::TokenInfo::ID_With = "with"; 68 /// Simple tokenizer for the parser. 69 class Parser::CodeTokenizer [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/ |
| SystemZAsmParser.cpp | 394 MCAsmParser &Parser; 451 return Parser.getContext().getAsmInfo()->getAssemblerDialect(); 470 SystemZAsmParser(const MCSubtargetInfo &sti, MCAsmParser &parser, 473 : MCTargetAsmParser(Options, sti, MII), Parser(parser) { 474 MCAsmParserExtension::Initialize(Parser); 477 parser.addAliasForDirective(".word", ".short"); 749 Reg.StartLoc = Parser.getTok().getLoc(); 752 if (Parser.getTok().isNot(AsmToken::Percent)) 753 return Error(Parser.getTok().getLoc(), "register expected") [all...] |