HomeSort by: relevance | last modified time | path
    Searched defs:Parser (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/gprofng/src/
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.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/crypto/external/apache2/openssl/dist/test/
run_tests.pl 66 # TAP::Parser::OpenSSL implementation further down
168 package TAP::Parser::OpenSSL;
169 use parent -norequire, 'TAP::Parser';
170 require TAP::Parser;
182 # objects down all the way to the TAP::Parser::Result object
199 # workaround for parser not coping with sub-test indentation
253 # We know we are a TAP::Parser::Aggregator object
280 $tapargs{parser_class} = "TAP::Parser::OpenSSL";
340 if (ref($ret) ne "TAP::Parser::Aggregator" || !$ret->has_errors) {
346 # If this is a TAP::Parser::Aggregator, $ret->has_errors is the count o
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
run_tests.pl 61 # TAP::Parser::OpenSSL implementation further down
163 package TAP::Parser::OpenSSL;
164 use parent -norequire, 'TAP::Parser';
165 require TAP::Parser;
176 # objects down all the way to the TAP::Parser::Result object
193 # workaround for parser not coping with sub-test indentation
226 # We know we are a TAP::Parser::Aggregator object
253 $tapargs{parser_class} = "TAP::Parser::OpenSSL";
313 if (ref($ret) ne "TAP::Parser::Aggregator" || !$ret->has_errors) {
319 # If this is a TAP::Parser::Aggregator, $ret->has_errors is the count o
    [all...]
  /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/clang/include/clang/ASTMatchers/Dynamic/
Parser.h 1 //===- Parser.h - Matcher expression parser ---------------------*- C++ -*-===//
10 /// Simple matcher expression parser.
12 /// The parser understands matcher expressions of the form:
15 /// The parser does not know how to process the matchers. It delegates this task
54 /// Matcher expression parser.
55 class Parser {
57 /// Interface to connect the parser with the registry and more.
59 /// The parser uses the Sema instance passed into
96 /// \param MatcherName The matcher name found by the parser
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Tooling/
CommonOptionsParser.cpp 159 CommonOptionsParser Parser;
161 Parser.init(argc, argv, Category, OccurrencesFlag, Overview);
164 return std::move(Parser);
  /src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
Parser.py 24 # class containing the parser for BIND configuration files
56 class Parser:
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 1 //===- llvm/MC/MCAsmParserExtension.h - Asm Parser Hooks --------*- C++ -*-===//
23 /// which is implemented by target and object file assembly parser
26 MCAsmParser *Parser;
47 /// Initialize the extension for parsing using the given \p Parser.
50 virtual void Initialize(MCAsmParser &Parser);
62 MCAsmParser &getParser() { return *Parser; }
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
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/llvm/lib/Target/AMDGPU/Utils/
AMDKernelCodeTUtils.cpp 175 auto Parser = getParserTable()[Idx];
176 return Parser ? Parser(C, MCParser, Err) : false;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cvtres/
llvm-cvtres.cpp 174 WindowsResourceParser Parser;
201 error(Parser.parse(RF, Duplicates));
207 Parser.printTree(outs());
211 error(llvm::object::writeWindowsResourceCOFF(MachineType, Parser,
  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFModuleDefinition.cpp 1 //===--- COFFModuleDefinition.cpp - Simple DEF parser ---------------------===//
10 // A parser for the module-definition file (.def file).
146 class Parser {
148 explicit Parser(StringRef S, MachineTypes M, bool B)
364 return Parser(MB.getBuffer(), Machine, MingwDef).parse();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SymbolRewriter.cpp 50 // c) extending the rewrite map parser
571 SymbolRewriter::RewriteMapParser Parser;
574 Parser.parse(MapFile, &Descriptors);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-opt-report/
OptReport.cpp 175 remarks::RemarkParser &Parser = **MaybeParser;
178 Expected<std::unique_ptr<remarks::Remark>> MaybeRemark = Parser.next();
  /src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp 1 //===--- Parser.cpp - C Language Family Parser ----------------------------===//
9 // This file implements the Parser interfaces.
13 #include "clang/Parse/Parser.h"
29 /// to the parser action.
43 IdentifierInfo *Parser::getSEHExceptKeyword() {
51 Parser::Parser(Preprocessor &pp, Sema &actions, bool skipFunctionBodies)
73 DiagnosticBuilder Parser::Diag(SourceLocation Loc, unsigned DiagID) {
77 DiagnosticBuilder Parser::Diag(const Token &Tok, unsigned DiagID)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
ItaniumDemangle.cpp 335 Demangler Parser(MangledName, MangledName + std::strlen(MangledName));
338 Node *AST = Parser.parse();
345 assert(Parser.ForwardTemplateRefs.empty());
380 Demangler *Parser = static_cast<Demangler *>(Context);
382 Parser->reset(MangledName, MangledName + Len);
383 RootNode = Parser->parse();
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/AsmParser/
MSP430AsmParser.cpp 30 #define DEBUG_TYPE "msp430-asm-parser"
39 MCAsmParser &Parser;
67 MCAsmParser &getParser() const { return Parser; }
68 MCAsmLexer &getLexer() const { return Parser.getLexer(); }
79 MSP430AsmParser(const MCSubtargetInfo &STI, MCAsmParser &Parser,
81 : MCTargetAsmParser(Options, STI, MII), STI(STI), Parser(Parser) {
82 MCAsmParserExtension::Initialize(Parser);
  /src/external/apache2/llvm/dist/clang/lib/AST/
CommentParser.cpp 1 //===--- CommentParser.cpp - Doxygen comment parser -----------------------===//
32 Parser &P;
146 TextTokenRetokenizer(llvm::BumpPtrAllocator &Allocator, Parser &P):
256 Parser::Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
264 void Parser::parseParamCommandArgs(ParamCommandComment *PC,
282 void Parser::parseTParamCommandArgs(TParamCommandComment *TPC,
292 void Parser::parseBlockCommandArgs(BlockCommandComment *BC,
310 BlockCommandComment *Parser::parseBlockCommand() {
402 InlineCommandComment *Parser::parseInlineCommand()
    [all...]
  /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/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 124 Parser;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
JSON.cpp 359 // Simple recursive-descent JSON parser.
360 class Parser {
362 Parser(StringRef JSON)
411 bool Parser::parseValue(Value &Out) {
500 bool Parser::parseNumber(char First, Value &Out) {
520 bool Parser::parseString(std::string &Out) {
597 bool Parser::parseUnicode(std::string &Out) {
652 bool Parser::parseError(const char *Msg) {
668 Parser P(JSON);
  /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/llvm/lib/Target/M68k/AsmParser/
M68kAsmParser.cpp 21 #define DEBUG_TYPE "m68k-asm-parser"
34 MCAsmParser &Parser;
49 // Parser functions.
57 M68kAsmParser(const MCSubtargetInfo &STI, MCAsmParser &Parser,
59 : MCTargetAsmParser(Options, STI, MII), STI(STI), Parser(Parser) {
60 MCAsmParserExtension::Initialize(Parser);
545 if (!Parser.getTok().is(AsmToken::Identifier)) {
552 auto RegisterName = Parser.getTok().getString();
553 if (!parseRegisterName(RegNo, Parser.getLexer().getLoc(), RegisterName))
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
llvm-rc.cpp 659 rc::RCParser Parser{std::move(Tokens)};
660 while (!Parser.isEof()) {
661 auto Resource = ExitOnErr(Parser.parseSingleResource());
674 object::WindowsResourceParser Parser;
687 ExitOnErr(Parser.parse(Binary.get(), Duplicates));
713 ExitOnErr(object::writeWindowsResourceCOFF(MachineType, Parser,

Completed in 36 milliseconds

1 2