HomeSort by relevance Sort by last modified time
    Searched defs:Parser (Results 201 - 225 of 365) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/robolectric/v3/runtime/
tagsoup-1.2.jar 
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 45 MCAsmParser &Parser;
77 MCAsmParser &getParser() const { return Parser; }
78 MCAsmLexer &getLexer() const { return Parser.getLexer(); }
80 void Warning(SMLoc L, const Twine &Msg) { Parser.Warning(L, Msg); }
81 bool Error(SMLoc L, const Twine &Msg) { return Parser.Error(L, Msg); }
217 : MCTargetAsmParser(), STI(_STI), Parser(_Parser) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Parse/
Parser.h 1 //===--- Parser.h - C Language Parser ---------------------------*- C++ -*-===//
10 // This file defines the Parser interface.
40 class Parser;
53 /// Parser - This implements a parser for the C family of languages. After
57 class Parser : public CodeCompletionHandler {
262 Parser(Preprocessor &PP, Sema &Actions, bool SkipFunctionBodies);
263 ~Parser() override;
290 /// Initialize - Warm up the parser
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Parse/
Parser.h 1 //===--- Parser.h - C Language Parser ---------------------------*- C++ -*-===//
10 // This file defines the Parser interface.
40 class Parser;
53 /// Parser - This implements a parser for the C family of languages. After
57 class Parser : public CodeCompletionHandler {
262 Parser(Preprocessor &PP, Sema &Actions, bool SkipFunctionBodies);
263 ~Parser() override;
290 /// Initialize - Warm up the parser
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Parse/
Parser.h 1 //===--- Parser.h - C Language Parser ---------------------------*- C++ -*-===//
10 // This file defines the Parser interface.
40 class Parser;
53 /// Parser - This implements a parser for the C family of languages. After
57 class Parser : public CodeCompletionHandler {
262 Parser(Preprocessor &PP, Sema &Actions, bool SkipFunctionBodies);
263 ~Parser() override;
290 /// Initialize - Warm up the parser
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h 1 //===--- Parser.h - C Language Parser ---------------------------*- C++ -*-===//
10 // This file defines the Parser interface.
40 class Parser;
53 /// Parser - This implements a parser for the C family of languages. After
57 class Parser : public CodeCompletionHandler {
262 Parser(Preprocessor &PP, Sema &Actions, bool SkipFunctionBodies);
263 ~Parser() override;
290 /// Initialize - Warm up the parser
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Parse/
Parser.h 1 //===--- Parser.h - C Language Parser ---------------------------*- C++ -*-===//
10 // This file defines the Parser interface.
40 class Parser;
53 /// Parser - This implements a parser for the C family of languages. After
57 class Parser : public CodeCompletionHandler {
262 Parser(Preprocessor &PP, Sema &Actions, bool SkipFunctionBodies);
263 ~Parser() override;
290 /// Initialize - Warm up the parser
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Parse/
Parser.h 1 //===--- Parser.h - C Language Parser ---------------------------*- C++ -*-===//
10 // This file defines the Parser interface.
40 class Parser;
53 /// Parser - This implements a parser for the C family of languages. After
57 class Parser : public CodeCompletionHandler {
262 Parser(Preprocessor &PP, Sema &Actions, bool SkipFunctionBodies);
263 ~Parser() override;
290 /// Initialize - Warm up the parser
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Parse/
Parser.h 1 //===--- Parser.h - C Language Parser ---------------------------*- C++ -*-===//
10 // This file defines the Parser interface.
40 class Parser;
53 /// Parser - This implements a parser for the C family of languages. After
57 class Parser : public CodeCompletionHandler {
262 Parser(Preprocessor &PP, Sema &Actions, bool SkipFunctionBodies);
263 ~Parser() override;
290 /// Initialize - Warm up the parser
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h 1 //===--- Parser.h - C Language Parser ---------------------------*- C++ -*-===//
10 // This file defines the Parser interface.
40 class Parser;
53 /// Parser - This implements a parser for the C family of languages. After
57 class Parser : public CodeCompletionHandler {
262 Parser(Preprocessor &PP, Sema &Actions, bool SkipFunctionBodies);
263 ~Parser() override;
290 /// Initialize - Warm up the parser
    [all...]
  /prebuilts/misc/common/robolectric/lib/
wagon-http-shared-1.0-beta-6.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-http-shared/1.0-beta-6/
wagon-http-shared-1.0-beta-6.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/
tagsoup-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/
tagsoup-1.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 
org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar 
  /prebuilts/misc/common/commons-cli/
commons-cli-1.2.jar 
  /prebuilts/tools/common/m2/repository/commons-cli/commons-cli/1.0/
commons-cli-1.0.jar 
  /prebuilts/tools/common/m2/repository/commons-cli/commons-cli/1.2/
commons-cli-1.2.jar 
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 1 //===- AsmParser.cpp - Parser for Assembly Files --------------------------===//
10 // This class implements the parser for assembly files.
112 /// \brief The concrete assembly parser instance.
133 /// \brief maps directive names to handler methods in parser
306 /// \brief Are macros enabled in the parser?
309 /// \brief Control a flag in the parser that enables or disables macros.
572 // Initialize the platform / file format parser.
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 39 #define DEBUG_TYPE "mips-asm-parser"
403 MipsAsmParser(const MCSubtargetInfo &sti, MCAsmParser &parser,
408 MCAsmParserExtension::Initialize(parser);
410 parser.addAliasForDirective(".asciiz", ".asciz");
593 MipsOperand(KindTy K, MipsAsmParser &Parser)
594 : MCParsedAsmOperand(), Kind(K), AsmParser(Parser) {}
638 MipsAsmParser &Parser) {
639 auto Op = make_unique<MipsOperand>(k_RegisterIndex, Parser);
811 llvm_unreachable("Use a custom parser instead");
    [all...]
  /external/v8/src/parsing/
parser.cc 5 #include "src/parsing/parser.h"
111 DiscardableZoneScope(Parser* parser, Zone* temp_zone, bool use_temp_zone)
112 : ast_node_factory_scope_(parser->factory(), temp_zone, use_temp_zone),
113 fni_(parser->ast_value_factory_, temp_zone),
114 parser_(parser),
115 prev_fni_(parser->fni_),
116 prev_zone_(parser->zone_),
117 prev_allow_lazy_(parser->allow_lazy_),
118 prev_temp_zoned_(parser->temp_zoned_)
    [all...]
  /prebuilts/tools/common/m2/repository/commons-cli/commons-cli/1.3.1/
commons-cli-1.3.1.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 60 MCAsmParser &Parser;
72 UnwindContext(MCAsmParser &P) : Parser(P), FPReg(ARM::SP) {}
93 Parser.Note(*FI, ".fnstart was specified here");
98 Parser.Note(*UI, ".cantunwind was specified here");
103 Parser.Note(*HI, ".handlerdata was specified here");
112 Parser.Note(*PI++, ".personality was specified here");
114 Parser.Note(*PII++, ".personalityindex was specified here");
371 ARMAsmParser(const MCSubtargetInfo &STI, MCAsmParser &Parser,
373 : MCTargetAsmParser(Options, STI), MII(MII), UC(Parser) {
374 MCAsmParserExtension::Initialize(Parser);
    [all...]

Completed in 1401 milliseconds

1 2 3 4 5 6 7 891011>>