Home
last modified time | relevance | path

Searched refs:ParseBlock (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
H A DNaClBitcodeParser.cpp102 return ParseBlock(Record.GetEntryID()); in Parse()
138 if (ParseBlock(Record.GetEntryID())) in ParseBlockInternal()
/third_party/gn/src/gn/
H A Dparser.cc463 // This entrypoint into ParseBlock means it's part of an expression and we in Block()
465 return ParseBlock(token, BlockNode::RETURNS_SCOPE); in Block()
554 block = ParseBlock(Consume(), BlockNode::DISCARDS_RESULT); in IdentifierOrCall()
731 std::unique_ptr<BlockNode> Parser::ParseBlock( in ParseBlock() function in Parser
761 condition->set_if_true(ParseBlock( in ParseCondition()
767 ParseBlock(Consume(), BlockNode::DISCARDS_RESULT)); in ParseCondition()
H A Dparser.h81 std::unique_ptr<BlockNode> ParseBlock(const Token& begin_brace,
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DPNaClTranslator.cpp450 bool ParseBlock(unsigned BlockID) override;
657 // the base class of block parsers, we generate error messages if ParseBlock or
702 bool ParseBlock(unsigned BlockID) override;
806 bool BlockParserBaseClass::ParseBlock(unsigned BlockID) { in ParseBlock() function in __anon25529::BlockParserBaseClass
1463 bool ParseBlock(unsigned BlockID) override;
2972 bool FunctionParser::ParseBlock(unsigned BlockID) { in ParseBlock() function in __anon25529::FunctionParser
2991 return BlockParserBaseClass::ParseBlock(BlockID); in ParseBlock()
3035 bool ParseBlock(unsigned BlockID) override;
3129 bool ModuleParser::ParseBlock(unsigned BlockID) { in ParseBlock() function in __anon25529::ModuleParser
3132 return NaClBitcodeParser::ParseBlock(BlockI in ParseBlock()
3245 bool TopLevelParser::ParseBlock(unsigned BlockID) { ParseBlock() function in __anon25529::TopLevelParser
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitcodeParser.h70 // c) ParseBlock: Parse the (nested) block with the given ID.
76 // ParseBlock creates new instances to parse nested blocks. Method
436 virtual bool ParseBlock(unsigned BlockID) { in ParseBlock() function in llvm::NaClBitcodeParser
511 // ParseBlock(unsigned). Returns true if unable to parse the
512 // block. Note: Should only be called by virtual ParseBlock(unsigned).
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h1324 BlockT ParseBlock(ZonePtrList<const AstRawString>* labels,
1326 BlockT ParseBlock(ZonePtrList<const AstRawString>* labels);
2570 BlockT static_block = ParseBlock(nullptr, NewVarblockScope()); in ParseClassStaticBlock()
5249 return ParseBlock(labels); in ParseStatement()
5324 typename ParserBase<Impl>::BlockT ParserBase<Impl>::ParseBlock( in ParseBlock() function in v8::internal::ParseFunctionFlag::ParserBase
5363 typename ParserBase<Impl>::BlockT ParserBase<Impl>::ParseBlock( in ParseBlock() function in v8::internal::ParseFunctionFlag::ParserBase
5365 return ParseBlock(labels, NewScope(BLOCK_SCOPE)); in ParseBlock()
5880 BlockT try_block = ParseBlock(nullptr); in ParseTryStatement()
5940 BlockT inner_block = ParseBlock(nullptr); in ParseTryStatement()
5969 catch_block = ParseBlock(nullpt in ParseTryStatement()
[all...]

Completed in 18 milliseconds