Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
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
D
NaClBitcodeParser.cpp
102
return
ParseBlock
(Record.GetEntryID());
in Parse()
138
if (
ParseBlock
(Record.GetEntryID()))
in ParseBlockInternal()
/third_party/gn/src/gn/
H
A
D
parser.cc
463
// 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
D
parser.h
81
std::unique_ptr<BlockNode>
ParseBlock
(const Token& begin_brace,
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H
A
D
PNaClTranslator.cpp
450
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
D
NaClBitcodeParser.h
70
// 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
D
parser-base.h
1324
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