HomeSort by relevance Sort by last modified time
    Searched refs:Parser (Results 226 - 250 of 895) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/lib/Parse/
ParseInit.cpp 14 #include "clang/Parse/Parser.h"
27 bool Parser::MayBeDesignationStart() {
94 static void CheckArrayDesignatorSyntax(Parser &P, SourceLocation Loc,
131 ExprResult Parser::ParseInitializerWithPotentialDesignator() {
389 ExprResult Parser::ParseBraceInitializer() {
479 bool Parser::ParseMicrosoftIfExistsBraceInitializer(ExprVector &InitExprs,
ParseExprCXX.cpp 19 #include "clang/Parse/Parser.h"
43 bool Parser::areTokensAdjacent(const Token &First, const Token &Second) {
51 static void FixDigraph(Parser &P, Preprocessor &PP, Token &DigraphToken,
80 void Parser::CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType,
107 void Parser::CheckForLParenAfterColonColon() {
187 bool Parser::ParseOptionalCXXScopeSpecifier(CXXScopeSpec &SS,
592 ExprResult Parser::tryParseCXXIdExpression(CXXScopeSpec &SS, bool isAddressOfOperand,
626 /// NOTE: The standard specifies that, for qualified-id, the parser does not
639 /// :: ~ C(); // Some Parser error like 'unexpected ~'.
642 /// We simplify the parser a bit and make it work like
    [all...]
ParseDecl.cpp 10 // This file implements the Declaration portions of the Parser interfaces.
14 #include "clang/Parse/Parser.h"
44 TypeResult Parser::ParseTypeName(SourceRange *Range,
124 void Parser::ParseGNUAttributes(ParsedAttributes &attrs,
233 IdentifierLoc *Parser::ParseIdentifierLoc() {
242 void Parser::ParseAttributeWithTypeArg(IdentifierInfo &AttrName,
271 unsigned Parser::ParseAttributeArgsCommon(
335 void Parser::ParseGNUAttributeArgs(IdentifierInfo *AttrName,
386 bool Parser::ParseMicrosoftDeclSpecArgs(IdentifierInfo *AttrName,
535 void Parser::ParseMicrosoftDeclSpecs(ParsedAttributes &Attrs
    [all...]
ParseDeclCXX.cpp 10 // This file implements the C++ Declaration portions of the Parser interfaces.
14 #include "clang/Parse/Parser.h"
58 Parser::DeclGroupPtrTy Parser::ParseNamespace(unsigned Context,
209 void Parser::ParseInnerNamespace(std::vector<SourceLocation> &IdentLoc,
254 Decl *Parser::ParseNamespaceAlias(SourceLocation NamespaceLoc,
299 Decl *Parser::ParseLinkage(ParsingDeclSpec &DS, unsigned Context) {
380 Decl *Parser::ParseUsingDirectiveOrDeclaration(unsigned Context,
428 Decl *Parser::ParseUsingDirective(unsigned Context,
492 Decl *Parser::ParseUsingDeclaration(unsigned Context
    [all...]
  /external/flatbuffers/src/
flatc.cpp 24 flatbuffers::Parser &parser,
31 if (!parser.Parse(contents.c_str(), &include_directories[0],
33 Error(parser.error_, false, false);
67 " --allow-non-utf8 Pass non-UTF-8 input through parser and emit nonstandard\n"
238 flatbuffers::Parser conform_parser;
247 std::unique_ptr<flatbuffers::Parser> parser(new flatbuffers::Parser(opts));
259 parser->builder_.Clear()
    [all...]
idl_gen_fbs.cpp 55 // Generate a flatbuffer schema from the Parser's internal representation.
56 std::string GenerateFBS(const Parser &parser, const std::string &file_name) {
58 if (!parser.opts.escape_proto_identifiers) {
59 for (auto it = parser.namespaces_.begin(); it != parser.namespaces_.end();
70 if (parser.opts.include_dependence_headers) {
73 for (auto it = parser.included_files_.begin();
74 it != parser.included_files_.end(); ++it) {
87 for (auto enum_def_it = parser.enums_.vec.begin()
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/tree-parser/
basic.rb 34 parser = FlatList::Parser.new( tokens )
36 result = parser.a
70 parser = SimpleTree::Parser.new( tokens )
72 result = parser.a
109 parser = FlatVsTreeDecision::Parser.new( tokens )
111 result = parser.a
147 parser = FlatVsTreeDecision2::Parser.new( tokens
    [all...]
  /external/deqp/framework/delibs/decpp/
deCommandLine.cpp 21 * \brief Command line parser.
100 Parser::Parser (void)
105 Parser::~Parser (void)
109 void Parser::addOption (const OptInfo& option)
114 bool Parser::parse (int numArgs, const char* const* args, CommandLine* dst, std::ostream& err) const
245 void Parser::help (std::ostream& str) const
351 Parser parser; local
397 Parser parser; local
    [all...]
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 202 // Get the target specific parser.
328 static int fillCommandLineSymbols(MCAsmParser &Parser){
340 auto &Context = Parser.getContext();
342 Parser.getStreamer().EmitAssignment(Symbol,
352 std::unique_ptr<MCAsmParser> Parser(
355 TheTarget->createMCAsmParser(STI, *Parser, MCII, MCOptions));
363 int SymbolResult = fillCommandLineSymbols(*Parser);
366 Parser->setShowParsedOperands(ShowInstOperands);
367 Parser->setTargetParser(*TAP);
369 int Res = Parser->Run(NoInitialTextSection)
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Wrappers.cs 39 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.DoubleValue), global::Google.Protobuf.WellKnownTypes.DoubleValue.Parser, new[]{ "Value" }, null, null, null),
40 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.FloatValue), global::Google.Protobuf.WellKnownTypes.FloatValue.Parser, new[]{ "Value" }, null, null, null),
41 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Int64Value), global::Google.Protobuf.WellKnownTypes.Int64Value.Parser, new[]{ "Value" }, null, null, null),
42 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.UInt64Value), global::Google.Protobuf.WellKnownTypes.UInt64Value.Parser, new[]{ "Value" }, null, null, null),
43 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Int32Value), global::Google.Protobuf.WellKnownTypes.Int32Value.Parser, new[]{ "Value" }, null, null, null),
44 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.UInt32Value), global::Google.Protobuf.WellKnownTypes.UInt32Value.Parser, new[]{ "Value" }, null, null, null),
45 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.BoolValue), global::Google.Protobuf.WellKnownTypes.BoolValue.Parser, new[]{ "Value" }, null, null, null),
46 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.StringValue), global::Google.Protobuf.WellKnownTypes.StringValue.Parser, new[]{ "Value" }, null, null, null),
47 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.BytesValue), global::Google.Protobuf.WellKnownTypes.BytesValue.Parser, new[]{ "Value" }, null, null, null)
62 public static pb::MessageParser<DoubleValue> Parser { get { return _parser; }
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
binary.cpp 67 // A SPIR-V binary parser. A parser instance communicates detailed parse
69 class Parser {
72 Parser(const spv_const_context context, void* user_data,
214 spv_result_t Parser::parse(const uint32_t* words, size_t num_words,
226 spv_result_t Parser::parseModule() {
268 spv_result_t Parser::parseInstruction() {
394 spv_result_t Parser::parseOperand(size_t inst_offset,
407 // But it can exposes internal parser details such as whether an operand is
721 spv_result_t Parser::setNumericTypeInfoForType
    [all...]
  /external/flatbuffers/tests/
test.cpp 437 flatbuffers::Parser parser; local
439 TEST_EQ(parser.Parse(schemafile.c_str(), include_directories), true);
440 TEST_EQ(parser.Parse(jsonfile.c_str(), include_directories), true);
442 // here, parser.builder_ contains a binary buffer that is the parsed data.
445 flatbuffers::Verifier verifier(parser.builder_.GetBufferPointer(),
446 parser.builder_.GetSize());
452 auto result = GenerateText(parser, parser.builder_.GetBufferPointer(), &jsongen);
652 flatbuffers::Parser parser(opts)
1346 flatbuffers::Parser parser; local
    [all...]
  /external/v8/src/parsing/
parser.h 12 #include "src/parsing/parser-base.h"
90 // Wrapper around ScriptData to provide parser-specific functionality.
134 class Parser;
165 struct ParserTypes<Parser> {
166 typedef ParserBase<Parser> Base;
167 typedef Parser Impl;
194 class V8_EXPORT_PRIVATE Parser : public NON_EXPORTED_BASE(ParserBase<Parser>) {
196 explicit Parser(ParseInfo* info);
197 ~Parser() {
    [all...]
  /external/clang/lib/Format/
UnwrappedLineParser.cpp 21 #define DEBUG_TYPE "format-parser"
121 ScopedLineState(UnwrappedLineParser &Parser,
123 : Parser(Parser), OriginalLines(Parser.CurrentLines) {
125 Parser.CurrentLines = &Parser.PreprocessorDirectives;
126 else if (!Parser.Line->Tokens.empty())
127 Parser.CurrentLines = &Parser.Line->Tokens.back().Children
    [all...]
TokenAnalyzer.cpp 96 UnwrappedLineParser Parser(Style, Tokens.getKeywords(), Tokens.lex(), *this);
97 Parser.parse();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
check.py 13 from docutils.parsers.rst import Parser
122 parser = Parser()
138 parser.parse(data, document)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfPcdSectionParser.py 2 # This file contained the parser for [Pcds] sections in INF file
24 from Parser.InfParserMisc import InfExpandMacro
30 from Parser.InfParserMisc import InfParserSectionRoot
33 ## Section PCD related parser
38 # This is a INF independent parser, the validation in this parser only
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTree.h 110 #pragma mark Tree Parser support
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTree.h 110 #pragma mark Tree Parser support
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTree.h 110 #pragma mark Tree Parser support
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
TrialModule.java 29 import com.google.caliper.util.Parser;
105 Parser<LogMessage> logMessageParser,
  /external/deqp/framework/platform/android/
tcuAndroidPlatformCapabilityQueryJNI.cpp 57 virtual void registerExtendedOptions (de::cmdline::Parser& parser);
93 void GLConfigParser::registerExtendedOptions (de::cmdline::Parser& parser)
97 parser
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DefaultHdfParser.java 31 public class DefaultHdfParser implements Parser {
142 public Parser newInstance() {
  /external/jsilver/src/com/google/streamhtmlparser/impl/
GenericParser.java 21 import com.google.streamhtmlparser.Parser;
28 * An implementation of the {@code Parser} interface that is common to both
38 public class GenericParser implements Parser {
59 * Constructs a generic parser that is an exact copy of the
61 * change are shallow-copied (parser state table and state mappings).
75 * Tell the parser to process the provided {@code String}. This is just a
76 * convenience method that wraps over {@link Parser#parse(char)}.
91 * derived from a state-machine configuration file in the original C++ parser.
139 * Return the current state of the parser.
151 * Reset the parser back to its initial default state
    [all...]
  /external/snakeyaml/src/test/java/org/pyyaml/
PyImportTest.java 31 import org.yaml.snakeyaml.parser.Parser;
32 import org.yaml.snakeyaml.parser.ParserImpl;
95 CanonicalParser parser = new CanonicalParser(buffer.toString()); local
97 while (parser.peekEvent() != null) {
98 result.add(parser.getEvent());
106 Parser parser = new ParserImpl(reader); local
108 while (parser.peekEvent() != null) {
109 result.add(parser.getEvent())
    [all...]

Completed in 1593 milliseconds

1 2 3 4 5 6 7 8 91011>>