Home
last modified time | relevance | path

Searched refs:ParseFunctionDeclaration (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.h959 bool ParseFunctionDeclaration(FunctionDeclaration* decl);
H A Dfunction.cc886 if (!ParseFunctionDeclaration(&decl)) { in Emit()
1383 bool FunctionEmitter::ParseFunctionDeclaration(FunctionDeclaration* decl) { in ParseFunctionDeclaration() function in tint::reader::spirv::FunctionEmitter
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h1259 StatementT ParseFunctionDeclaration();
4121 ParserBase<Impl>::ParseFunctionDeclaration() { in ParseFunctionDeclaration() function in v8::internal::ParseFunctionFlag::ParserBase
5379 StatementT body = ParseFunctionDeclaration(); in ParseScopedStatement()
5495 return ParseFunctionDeclaration(); in ParseExpressionOrLabelledStatement()

Completed in 37 milliseconds